Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
optimize linking time, but they're noisy and inaccurate in reality.
|
|
|
|
|
|
|
|
|
|
Also fixed the cmake file to properly set LL_OS_DRAGDROP_ENABLED.
|
|
|
|
|
|
Move the message_template check and manifest checking to the package step.
Moved the dll copy from a post-build step its own target for dependency checking.
Disabled copy of art/xui, etc in viewer manifest for non-package builds.
|
|
|
|
|
|
I'm committing here instead of to render-pipeline because this seems like a change that it makes sense to give a workout in trunk.
|
|
|
|
we were accidentally linking the duff fmod vorbis first because our dependancies weren't well-defined.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
from the codebase via a new CMake file (DragDrop.cmake).
|
|
|
|
|
|
Reviewed by Bao
|
|
|
|
pch usage for test executables. Reviewed by james and steve.
|
|
Reviewed by Palmer
|
|
|
|
|
|
CMakeFiles.txt file. Previously it checked for a narrow range of gcc
versions via a regex:
if (${CXX_VERSION} MATCHES "4.[23]")
Now we explicit check for any version >= 4.2:
if (${CXX_VERSION_NUMBER} GREATER 419)
|
|
|
|
|
|
|
|
--HG--
branch : avatar-pipeline
|
|
and more mesh inventory type info
|
|
|
|
newline
reviewed by leyla
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|