summaryrefslogtreecommitdiff
path: root/indra/cmake
AgeCommit message (Collapse)Author
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
2011-12-12Adding the ability to pull in the pathing library as a prebuilt dependency.Todd Stinson
2011-12-12Always using the convex decomposition stub for now.Todd Stinson
2011-11-28bumped up MSVC warning level to 3 to catch more stuff that gcc catchesRichard Linden
2011-10-11merge changes for open-38Oz Linden
2011-10-11expand tabs for coding policyOz Linden
2011-09-27statically link libcrypto in the Mac buildOz Linden
2011-08-17fix files that do not end with a newline (warn-on-failure:copyright because ↵Oz Linden
some have both problems...)
2011-08-17convert tabs to spaces where they are forbiddenOz Linden
2011-06-21merged OPEN-99: use -march=pentium* for 32-bit builds onlyBoroondas Gupte
2011-06-21merged OPEN-99: use -march=pentium* for 32-bit builds onlyBoroondas Gupte
2011-06-21merged OPEN-99: use -march=pentium3 for 32-bit builds onlyBoroondas Gupte
2011-06-21OPEN-99: use -march=pentium3 for 32-bit builds onlyBoroondas Gupte
2011-06-20merged OPEN-38 (Aleric's standalone fixes for viewer-autobuild)Boroondas Gupte
2011-06-02Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-06-01EXP-869 FIX -- Mac viewer should build without requiring settings modificationsLeslie Linden
Modified cmake GCC_VERSION from 4.2 to 4.0, our officially supported GCC version Reviewed by Richard
2011-05-24MergeDave SIMmONs
2011-05-18Automated merge with http://hg.secondlife.com/viewer-developmentNat Goodspeed
2011-05-17Merge with viewer-development (mesh)Don Kjer
2011-05-17Merge with viewer-developmentDon Kjer
2011-05-16mergeDave Parks
2011-05-12mergeDave Parks
2011-05-09Merge.brad kittenbrink
2011-05-06Continuing work on CHOP-609 build time improvements. Fixed eroneous ↵brad kittenbrink
additional_INCLUDE_DIRS setting for unit tests.
2011-05-05Remove Pth library from viewer build.Nat Goodspeed
This library was only needed on the Mac, and only with the OS X 10.4 SDK. As of October 2010, we no longer build the viewer with that SDK. The 10.5 SDK we're currently using directly supports the functionality for which we originally brought in Pth.