Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-22 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-05-25 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-05-24 | merge changes for DRTVWR-151 | Oz Linden | |
2012-04-25 | merge changes for wolf-318 | Oz Linden | |
2012-04-25 | Try 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-24 | OPEN-54: correct JsonCpp include path | Boroondas Gupte | |
2012-04-03 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development. | Todd Stinson | |
2012-03-12 | For a test program killed by signal, display signal name. | Nat Goodspeed | |
2012-02-28 | EXP-1633 FIXED Updated llqtwebkit package for Linux and WebKitLibPlugin ↵ | Seth ProductEngine | |
build configuration. | |||
2012-02-24 | Get 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-10 | EXP-1889 FIX As a Second Life viewer developer, I would like a tool that ↵ | callum | |
helps me find memory leaks. | |||
2012-01-27 | Automated merge with ↵ | Nyx (Neal Orman) | |
https://bitbucket.org/stinson_linden/viewer-development-havokai | |||
2012-01-27 | PATH-192 FIX fixed last issues with convex decomp merge | Nyx (Neal Orman) | |
2012-01-26 | PATH-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-26 | PATH-181 and PATH-194: Starting to put back the ability to build the viewer ↵ | Todd Stinson | |
using the stub libraries. | |||
2012-01-25 | PATH-192 WIP adjusting cmake build for physics extensions | Nyx (Neal Orman) | |
2012-01-25 | PATH-192 WIP adding convex decomp to pathing | Nyx (Neal Orman) | |
First pass at using new llPhysicsExtensions library which combines pathing and convex decomp. | |||
2012-01-20 | PATH-180, BUILDFIX removing extraneous FORCE:MULTIPLE to fix the linux build. | Nyx (Neal Orman) | |
2012-01-19 | merge | prep | |
2012-01-19 | Path-196 : vbo cleanup, visual fixes (path-222) | prep | |
2012-01-19 | PATH-180 FIX? updating to latest pathing lib, and ensuring order invariance | Nyx (Neal Orman) | |
Grabbing latest packaged pathing library, and adding linker flags to deal with circular dependencies.` | |||
2012-01-06 | Removing the havok dependency from the viewer build as this is now resolved ↵ | Todd Stinson | |
in the llpathinglib library itself. | |||
2011-12-14 | Ensuring that the debug build use the debug libs and the release build use ↵ | Todd Stinson | |
the release libs. | |||
2011-12-13 | Pull and merge from https://bitbucket.org/lindenlab/viewer-development. | Todd Stinson | |
2011-12-12 | Adding the ability to pull in the pathing library as a prebuilt dependency. | Todd Stinson | |
2011-12-12 | Always using the convex decomposition stub for now. | Todd Stinson | |
2011-11-28 | bumped up MSVC warning level to 3 to catch more stuff that gcc catches | Richard Linden | |
2011-10-11 | merge changes for open-38 | Oz Linden | |
2011-10-11 | expand tabs for coding policy | Oz Linden | |
2011-09-27 | statically link libcrypto in the Mac build | Oz Linden | |
2011-08-17 | fix files that do not end with a newline (warn-on-failure:copyright because ↵ | Oz Linden | |
some have both problems...) | |||
2011-08-17 | convert tabs to spaces where they are forbidden | Oz Linden | |
2011-06-21 | merged OPEN-99: use -march=pentium* for 32-bit builds only | Boroondas Gupte | |
2011-06-21 | merged OPEN-99: use -march=pentium* for 32-bit builds only | Boroondas Gupte | |
2011-06-21 | merged OPEN-99: use -march=pentium3 for 32-bit builds only | Boroondas Gupte | |
2011-06-21 | OPEN-99: use -march=pentium3 for 32-bit builds only | Boroondas Gupte | |
2011-06-20 | merged OPEN-38 (Aleric's standalone fixes for viewer-autobuild) | Boroondas Gupte | |
2011-06-02 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-06-01 | EXP-869 FIX -- Mac viewer should build without requiring settings modifications | Leslie Linden | |
Modified cmake GCC_VERSION from 4.2 to 4.0, our officially supported GCC version Reviewed by Richard | |||
2011-05-24 | Merge | Dave SIMmONs | |
2011-05-18 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2011-05-17 | Merge with viewer-development (mesh) | Don Kjer | |
2011-05-17 | Merge with viewer-development | Don Kjer | |
2011-05-16 | merge | Dave Parks | |
2011-05-12 | merge | Dave Parks | |
2011-05-09 | Merge. | brad kittenbrink | |
2011-05-06 | Continuing work on CHOP-609 build time improvements. Fixed eroneous ↵ | brad kittenbrink | |
additional_INCLUDE_DIRS setting for unit tests. | |||
2011-05-05 | Remove 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. | |||
2011-05-05 | Merged latest lindenlab/viewer-development with ↵ | brad kittenbrink | |
brad_linden/viewer-mustbuildfaster-0. | |||
2011-05-04 | Work in progress on CHOP-609. Added checking in indra/cmake/Prebuilt.cmake ↵ | brad kittenbrink | |
to skip unnecessary unpacking of already installed packages. |