Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-04 | merge with STORM-105 | Merov Linden | |
2010-11-04 | merge with STORM-105 | Merov Linden | |
2010-11-04 | SH-396 WIP fix mac teamcity build for mesh-development | Nyx Linden | |
making sure we're copying over the necessary 3rd party library in the packaging stage | |||
2010-11-04 | Turned inlining on in windows builds (RelWithDebInfo and Release). | brad kittenbrink | |
This reduces the number of symbols in the viewer binary by about 30%. Also, fixed test errors revealed by inlining being enabled. | |||
2010-10-29 | Fix for release build (misspelled llprimitive) | Dave Parks | |
2010-10-29 | SH-262 Fix for debug build on windows. | Dave Parks | |
2010-10-28 | SH-395 WIP fixing linux build in opensource mesh branch | Nyx (Neal Orman) | |
Reverting a previous cmake fix as we're not set up to use debug libraries on non-windows platforms. Also removing references to debug versions of tcmalloc to unstick the build. | |||
2010-10-27 | STORM-104 : make kdu statically linked, suppress the need for llkdu | Merov Linden | |
2010-10-27 | SH-395 WIP fix linux opensource mesh teamcity build | Nyx (Neal Orman) | |
cmake wasn't configured to use the right directories on the viewer for debug libraries. Trying to update the config. | |||
2010-10-27 | SH-392 Port over fix from mesh-development for FBOs on OSX | Dave Parks | |
2010-10-25 | Automated merge up from viewer-development | Loren Shih | |
2010-10-20 | Automated merge up from viewer-development | Loren Shih | |
2010-10-16 | merged VWR-23455: Don't download FMOD unless INSTALL_PROPRIETARY is TRUE | Boroondas Gupte | |
2010-10-16 | merged VWR-23455: Don't download FMOD unless INSTALL_PROPRIETARY is TRUE | Boroondas Gupte | |
2010-10-16 | VWR-23455: Don't download FMOD unless INSTALL_PROPRIETARY is TRUE | Boroondas Gupte | |
2010-10-15 | Merge | Leyla Farazha | |
2010-10-15 | Automated merge with file:///Users/oz/Work/viewer-development | Oz Linden | |
2010-10-14 | Merge from http://hg.secondlife.com/viewer-identity (display names) | Leyla Farazha | |
2010-10-14 | SH-329 WIP merging in oz's fix for license issues in the mesh branch | Nyx (Neal Orman) | |
2010-10-14 | Updated colladadom. | Dave Parks | |
2010-10-13 | Automated merge with ↵ | Oz Linden | |
ssh://bitbucket.org/merov_linden/viewer-development-storm-137 | |||
2010-10-13 | correct licenses (fix problem with license change merge) | Oz Linden | |
2010-10-12 | Allow the passing of addational fmod lib names via FMOD_NAMES from the build ↵ | Techwolf Lupindo | |
envorment. This will allow one to pass via command line custom fmod lib names. ie: -DFMOD_NAMES:STRING:"fmod-4.44" | |||
2010-10-12 | Clean up and rework FMOD.cmake and FindFMOD.cmake | Techwolf Lupindo | |
FMOD.cmake: Move include(Prebuilt) to prebuilt section. It is only used for prebuilt anyway. set(FMOD_FIND_REQUIRED ON) due to FMOD variable is use elsewhere in cmake files. This behaviour is the same as openal. Remove redudent error messages and code due to above. Rework the logic to be more cleaner. Clean up whitespace. FindFMOD.cmake Remove redudent paths as cmake allready uses them as default. Use PATH_SUFFIXES instead. The above will result in cmake looking in a lot more places and can handle custom build setups better. Change FMOD to FMOD_FOUND. FMOD should not be change withen cmake. Whitespace cleanup. | |||
2010-10-12 | merged SNOW-756 / VWR-23385 / STORM-374 (fixed standalone LD_LIBRARY_PATH ↵ | Boroondas Gupte | |
for unit tests) | |||
2010-10-12 | SNOW-756 / VWR-23385 FOLLOWUP fixed indentation | Boroondas Gupte | |
2010-10-12 | SNOW-756 / VWR-23385 FIXED standalone LD_LIBRARY_PATH for unit tests | Boroondas Gupte (patch by Aleric Inglewood) | |
Used patch from https://jira.secondlife.com/secure/attachment/41586/SNOW-756-standalone_tests.diff patching file indra/cmake/LLAddBuildTest.cmake Hunk #1 succeeded at 259 with fuzz 2 (offset 1 line). Added entry in doc/contributions.txt. No further changes. originally commited to Snowglobe 2.1 at http://svn.secondlife.com/trac/linden/changeset/3515 | |||
2010-10-07 | Pull update from viewer-development | Merov Linden | |
2010-10-07 | SH-65 WIP update convex decomp on mac | Nyx Linden | |
Pushing in the cmake change that will make the mac build use the non-stub version of the convex decomp lib. | |||
2010-10-02 | STORM-137 : Build script modif so that Windows build does not rely on ↵ | Merov Linden | |
fmod.dll being dropped in the source tree + addition to allow fmod to be found in standalone. Caution: wait an upcoming install.xml commit before pulling if building internaly. | |||
2010-10-01 | disable incremental linking by default as per vir's request. | Dave Parks | |
2010-09-30 | Switch to 10.5 SDK | Dave Parks | |
2010-09-29 | Merge | Leyla Farazha | |
2010-09-29 | merged SNOW-746: Finished Google BreakPad cmake for standalone | Boroondas Gupte | |
2010-09-27 | Merge | Leyla Farazha | |
2010-09-28 | merged SNOW-599/SNOW-747: Pulseaudio should be optional on Linux. | Boroondas Gupte | |
2010-09-27 | merge | Dave Parks | |
2010-09-23 | Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/ | Nyx (Neal Orman) | |
2010-09-23 | SH-211 FIX update viewer-mesh branch to use new tcmalloc package | Nyx (Neal Orman) | |
Finished changes to make viewer-mesh make use of tcmalloc on linux. Almost all changes are juggling cmake config files, to make sure that the package is downloaded, installed, moved at the right times, and linked at the right times. Code reviewed by Seraph | |||
2010-09-23 | WIP make tcmalloc work on linux (JIRA pending) | Nyx (Neal Orman) | |
First pass at integrating the linux version of tcmalloc. Code will be reviewed in a later commit before pushing. | |||
2010-09-23 | SH-64 update GLOD on mac | Nyx Linden | |
updated GLOD again to be searched for in the correct place and updated some cmake configuration to ensure that it is being referred to in the correct places. This appears to finally solve our mac startup crash. | |||
2010-09-21 | Fix for build failures - disabling tcmalloc for now | Brad Payne (Vir Linden) | |
2010-09-20 | merge | Dave Parks | |
2010-09-19 | Use tcmalloc for windows (gives auto-magical 16-byte alignment whenever ↵ | Dave Parks | |
needed, much faster than Visual C++ malloc). | |||
2010-09-16 | Merge | Leyla Farazha | |
2010-09-16 | SNOW-606 REVERT libuuid removal | Nyx (Neal Orman) | |
backing out patch from SNOW-606 as it breaks the build on our linux build machines. Can be re-applied when our build machines get an updated version of libuuid. | |||
2010-09-14 | CTS-231 WIP update mac and linux autobuild libraries for glod and convex decomp | Nyx (Neal Orman) | |
Updating cmake to ensure that linux uses the non-stub version of convex decomp. Code reviewed by Falcon | |||
2010-09-09 | merge | Dave Parks | |
2010-09-09 | Enable minimal rebuild and incremental linking for RelWithDebInfo builds. | Dave Parks | |
2010-09-08 | SNOW-606 FIX disable packaging of libuuid | Nyx (Neal Orman) | |
Patch taken from JIRA, committing locally to fix our project branch. Code reviewed by Nyx / Brad |