summaryrefslogtreecommitdiff
path: root/indra/cmake
AgeCommit message (Collapse)Author
2012-06-21merge changes for DRTVWR-168Oz Linden
2012-06-15MergeDave Parks
2012-06-12Enable /LARGEADDRESSAWARE compiler flag for windows compilingTank_Master
This allows the app to allocate up to 4GB memory on 64bit hosts and 32bit hosts with PAE instead of 2GB 32bit stock OSs will still be limited to 2GB, with no bemnifit or negigitive impact This has the benifit of not crashing the viewer when the viewer memory exceeds 2GB on 64bit hosts Linux and Mac by nature use up to 4GB for a 32bit app, even on a 32bit host
2012-06-08MAINT-646 Enable /fp:fast in Visual StudioDave Parks
2012-06-04mergeBrad Payne (Vir Linden)
2012-05-25Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release.Todd Stinson
2012-05-24merge changes for DRTVWR-151Oz Linden
2012-05-20Merged with viewer-betaKitty Barnett
2012-05-09Add more boost libs to the lib copy and manifest.Monty Brandenberg
2012-05-08And more boost library work.Monty Brandenberg
2012-05-08Okay, needed full version numbers.Monty Brandenberg
2012-05-08More linux work. Think I found the stager.Monty Brandenberg
2012-05-08Unit test still giving me issues on the local windows system. Seems to be a ↵Monty Brandenberg
hard stall while allocating the first easy handle in a descent of the global initiailization code but that doesn't seem to be a problem on TC machines. Perhaps the static linking is creating multiple data copies. More work needed.
2012-05-08Okay, got Mac building with Boost 1.48. Unit tests needed NULL pointerMonty Brandenberg
defenses in the delete functions of the allocation support. General boost library renaming again. Linux builds in TC though it shouldn't based on what Boost.cmake lookes like...
2012-05-07Build llcorehttp as part of a viewer dependency with unit tests. This requiredMonty Brandenberg
boost::thread and the easiest path to that was to go with the 1.48 Boost release in the 3P tree (eliminating a fork for a modified 1.45 packaging). One unit test, the most important one, is failing in test_httprequest but that can be attended to later. This test issues a GET to http://localhost:2/ and that is hitting the wire but the libcurl plumbing isn't delivering the failure, only the eventual timeout. An unexpected change in behavior.
2012-04-25merge changes for wolf-318Oz Linden
2012-04-25Try to suppress spurious Mac ld warnings (lib/release/Release dir).Nat Goodspeed
Mindful that some autobuild packages populate only packages/lib/release (rather than packages/lib/debug), Linking.cmake always appends packages/lib/release to CMake's link_directories() directive. But since CMake always appends CMAKE_BUILD_TYPE to those directories, we end up with a phantom packages/lib/release/Release directory on the search path. This would be harmless except that the Mac's 'ld' command produces a warning. These warnings quickly make TC's "Important Messages" output useless. Try appending packages/lib/release only when the build type isn't already Release.
2012-04-25more attempts to fix the hunspell lib for MacOz Linden
2012-04-24OPEN-54: correct JsonCpp include pathBoroondas Gupte
2012-04-23fix version number of the libhunspell dylib in another placeOz Linden
2012-04-23And forgot the .cmake library file.Monty Brandenberg
2012-04-23add dictionaries to the Hunspell.cmake so that it gets installedOz Linden
2012-04-03Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development.Todd Stinson
2012-03-12For a test program killed by signal, display signal name.Nat Goodspeed
2012-02-28EXP-1633 FIXED Updated llqtwebkit package for Linux and WebKitLibPlugin ↵Seth ProductEngine
build configuration.
2012-02-24Get rid of indra/llcommon/tests/setpython.py.Nat Goodspeed
run_build_test.py already has the capability to set environment variables, and we may as well direct it to set PYTHON to the running Python interpreter. That completely eliminates one level of process wrapper.
2012-02-10EXP-1889 FIX As a Second Life viewer developer, I would like a tool that ↵callum
helps me find memory leaks.
2012-02-10- fixed : Hunspell linking issuesKitty Barnett
2012-02-03tcmalloc on by defaultBrad Payne (Vir Linden)
2012-01-27Automated merge with ↵Nyx (Neal Orman)
https://bitbucket.org/stinson_linden/viewer-development-havokai
2012-01-27PATH-192 FIX fixed last issues with convex decomp mergeNyx (Neal Orman)
2012-01-26PATH-181 and PATH-194: Implementing the building of the viewer with the stub ↵Todd Stinson
library and validating that it does load/run as expected with the physics extensions disabled.
2012-01-26PATH-181 and PATH-194: Starting to put back the ability to build the viewer ↵Todd Stinson
using the stub libraries.
2012-01-26trying to fix linux build errorBrad Payne (Vir Linden)
2012-01-25PATH-192 WIP adjusting cmake build for physics extensionsNyx (Neal Orman)
2012-01-25PATH-192 WIP adding convex decomp to pathingNyx (Neal Orman)
First pass at using new llPhysicsExtensions library which combines pathing and convex decomp.
2012-01-25Fix for build failures when tcmalloc disabledBrad Payne (Vir Linden)
2012-01-20STORM-276 Basic spellchecking frameworkKitty Barnett
2012-01-20PATH-180, BUILDFIX removing extraneous FORCE:MULTIPLE to fix the linux build.Nyx (Neal Orman)
2012-01-19mergeprep
2012-01-19Path-196 : vbo cleanup, visual fixes (path-222)prep
2012-01-19PATH-180 FIX? updating to latest pathing lib, and ensuring order invarianceNyx (Neal Orman)
Grabbing latest packaged pathing library, and adding linker flags to deal with circular dependencies.`
2012-01-12SH-2789 WIPBrad Payne (Vir Linden)
2012-01-06Removing the havok dependency from the viewer build as this is now resolved ↵Todd Stinson
in the llpathinglib library itself.
2012-01-06SH-2789 WIP - fixing the LL_USE_TCMALLOC code, make tests build with the ↵Brad Payne (Vir Linden)
same tcmalloc options as the sl executable
2012-01-05SH-2789 WIP - fix for linux build failureBrad Payne (Vir Linden)
2012-01-05SH-2789 WIP - allow building with or without tcmalloc, default to tcmalloc ↵Brad Payne (Vir Linden)
enabled
2011-12-15SH-2789 WIP - build without tcmalloc, force alignment in various placesBrad Payne (Vir Linden)
2011-12-14Ensuring that the debug build use the debug libs and the release build use ↵Todd Stinson
the release libs.
2011-12-13Pull and merge from https://bitbucket.org/lindenlab/viewer-development.Todd Stinson