Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-04 | remove linux linking stats from build process - I added them to help ↵ | Tofu Linden | |
optimize linking time, but they're noisy and inaccurate in reality. | |||
2010-02-01 | dos2unix these files | Rick Pasetto | |
2010-01-08 | Make sure mac build honors compile-time flag that en/disables OS drag and drop. | Rick Pasetto | |
Also fixed the cmake file to properly set LL_OS_DRAGDROP_ENABLED. | |||
2009-12-18 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2009-12-15 | EXT-3140 and build performance enhancements. | Mark Palange (Mani) | |
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. | |||
2009-12-10 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0 | Rick Pasetto | |
2009-12-08 | DEV-43896 solve render-pipeline linux mesh gzopen64 problem | Tofu Linden | |
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. | |||
2009-12-08 | DEV-43897 linux viewer2 corrupted vorbis problem | Tofu Linden | |
we were accidentally linking the duff fmod vorbis first because our dependancies weren't well-defined. | |||
2009-12-03 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2009-11-30 | merge | Rick Pasetto | |
2009-11-25 | Uncomment the run_build_test.py args to debug problem with coverity builds | CG Linden | |
2009-11-23 | merge | Rick Pasetto | |
2009-11-20 | Fix for errors with integration tests failing to find libcrypto.so.0.9.7 | brad kittenbrink | |
2009-11-19 | Automated merge with ssh://rick@hg.lindenlab.com/rick/viewer-2-0-rickcallum/ | Rick Pasetto | |
2009-11-18 | Doh! Update the CMake file that controls drag and drop to turn it ON | callum | |
2009-11-18 | Add support for removing the Windows specific drag/drop code | callum | |
from the codebase via a new CMake file (DragDrop.cmake). | |||
2009-11-18 | Switch some files to Unix line endings | Bryan O'Sullivan | |
2009-11-18 | Automated merge with ssh://palmer@hg.lindenlab.com/viewer/viewer-2-0 | Palmer | |
2009-11-18 | Allow USE_GOOGLE_PERFTOOLS to be set to on. For memory manager | Palmer | |
Reviewed by Bao | |||
2009-11-13 | Added a USE_PRECOMPILED_HEADER cmake variable (defaulted on) and disabled ↵ | brad kittenbrink | |
pch usage for test executables. Reviewed by james and steve. | |||
2009-12-02 | Removed libtcmalloc_minimal.dll from the default build. | Mark Palange (Mani) | |
Reviewed by Palmer | |||
2009-12-01 | merge | James Cook | |
2009-12-01 | Merge the major new voice SDK version from Vivox ('mossbuild1') | Tofu Linden | |
2009-11-30 | Made the gcc version number checking more robust in llaudio's | Lynx Linden | |
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) | |||
2009-11-27 | Add CMake var LL_TESTS to optionally disable tests for build timing | James Cook | |
2009-11-26 | merge. | Tofu Linden | |
2009-11-23 | re-upgrade to vivox v3 sdk here. | Tofu Linden | |
2009-11-13 | merge | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-11-11 | merge | richard | |
2009-11-11 | fix wrapping of text segment containing multiple newlines and ending on a ↵ | richard | |
newline reviewed by leyla | |||
2009-11-10 | Fix for mac failure in apr shared lib staging (Part of DEV-41724) | brad kittenbrink | |
2009-11-09 | Merging DEV-41724/DEV-41725 3rd party lib staging work with viewer-2-0. | brad kittenbrink | |
2009-11-09 | Fix for DEV-41797 - "LL_QUICKTIME_ENABLED is often unset on Windows builds" | callum | |
2009-11-06 | Changed copy of libuuid.so to libuuid.so.1 | palange@eniac62.lindenlab.com | |
2009-11-06 | Automated merge with ssh://hg.lindenlab.com/brad/brad-parabuild | Mark Palange (Mani) | |
2009-11-06 | merge | Mark Palange (Mani) | |
2009-11-06 | DEV-42322 webkit plugin fails to start on linux in mercurial repo | Tofu Linden | |
2009-11-05 | Removed search_dirs and dst_path arguments from ll_deploy_sharedlibs_command() | palange | |
Fixed mac breakage. | |||
2009-11-05 | Belated addition of GetPrerequisites_2_8.cmake | Mark Palange (Mani) | |
2009-11-05 | merge | Mark Palange (Mani) | |
2009-11-05 | Merge of my DEV-41724/DEV-41725 work with viewer-2-0 | brad kittenbrink | |
normalizing shared library staging on all 3 platforms. Test executables should now run in the debugger. | |||
2009-11-05 | Added calls to ll_deploy_sharedlibs_command | Mark Palange (Mani) | |
Using viewer_manifest.py for windows dependency deployment during build. Added SHARED_LIBS_REL_PATH var to cmake cache. | |||
2009-11-04 | Wrap-up work for DEV-41724/DEV-41725 - normalizing shared library staging on ↵ | brad kittenbrink | |
all 3 platforms. Should now work out of the box on all 3 platforms and in the debugger. | |||
2009-11-03 | Continuing work on DEV-41724/DEV-41725 normalizing shared lib staging. | brad kittenbrink | |
It's basically working on linux. | |||
2009-11-03 | update from viewer2 and merge into avp | Eric M. Tulla (BigPapi) | |
--HG-- branch : avatar-pipeline | |||
2009-11-03 | merge | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-11-02 | Removed tabs. Fixed errant 'else(APPLE)' | Mark Palange (Mani) | |
2009-11-02 | Merging my DEV-41722 work with viewer-2-0 | brad kittenbrink | |
2009-11-02 | Implemented linux staging for DEV-41722 normalizing shared lib staging. | brad kittenbrink | |
2009-11-02 | Automated merge with http://hg.lindenlab.com/viewer/viewer-2-0 | palange | |