Age | Commit message (Collapse) | Author |
|
build configuration.
|
|
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.
|
|
helps me find memory leaks.
|
|
|
|
|
|
https://bitbucket.org/stinson_linden/viewer-development-havokai
|
|
|
|
library and validating that it does load/run as expected with the physics extensions disabled.
|
|
using the stub libraries.
|
|
|
|
|
|
First pass at using new llPhysicsExtensions library which
combines pathing and convex decomp.
|
|
|
|
|
|
|
|
|
|
|
|
Grabbing latest packaged pathing library, and adding linker flags to
deal with circular dependencies.`
|
|
|
|
in the llpathinglib library itself.
|
|
same tcmalloc options as the sl executable
|
|
|
|
enabled
|
|
|
|
the release libs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
some have both problems...)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Modified cmake GCC_VERSION from 4.2 to 4.0, our officially supported GCC version
Reviewed by Richard
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
additional_INCLUDE_DIRS setting for unit tests.
|
|
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.
|