Age | Commit message (Collapse) | Author |
|
Aside from crazy indentation, much of Havok.cmake is redundant testing of
DEBUG_PREBUILT and conditional MESSAGE(STATUS ...) output, not to mention
repeating stanzas for each of debug_dir, release_dir and relwithdebinfo_dir.
Use local functions and foreach() to try to manage redundancy so the details
of what it's actually trying to do don't get lost in the noise.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
converting to logging so that stdout from its command can be captured
cleanly
Make the default be to not print anything
|
|
|
|
|
|
the Second Life viewer
|
|
type. Temporary construction until UDP path goes away.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inaccessible code
|
|
|
|
|
|
|
|
|
|
|
|
its position through viewer restart.
|
|
Usernames viewer setting.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
At some point the INTEGRATION_TEST_llurlentry build changed so that the
library(ies) we attempted to stub out got linked in anyway, so that instead of
simplifying the test, the stubs broke it with "duplicate symbol" errors.
Commenting out the stubs permits the test program to succeed.
|
|
|
|
|
|
|
|
|
|
Instead, since gSavedSettings is an LLControlGroup and LLControlGroup derives
from LLInstanceTracker, just look up the LLControlGroup with canonical name.
|
|
|
|
|