Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
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.
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|