Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-08 | Grabbed more viewer 2 changes that should fix parabuild problem | Palmer | |
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-07 | Merge of viewer 2 changes | Palmer | |
2009-11-25 | Merge of viewer 2 | Palmer Truelson | |
2009-11-20 | Fix for errors with integration tests failing to find libcrypto.so.0.9.7 | brad kittenbrink | |
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-17 | Automated merge with ssh://palmer@hg.lindenlab.com/viewer/viewer-2-0 | Palmer | |
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-25 | Uncomment the run_build_test.py args to debug problem with coverity builds | CG 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 | Merged in viewer 2 changes, adjusted xui problems, added mesh folder type ↵ | Palmer | |
and more mesh inventory type info | |||
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 | fix to make build run on mac | palmer@sansome-guest-196.lindenlab.com | |
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 | Merge of viewer-2-0 changes | Palmer | |
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 | |
2009-11-02 | Added build time script to help deploy shared libs for an arbitrary executable. | palange | |
indra/cmake/DeploySharedLibs.cmake is the script. LLSharedLibs.cmake contains a macro to ease adding DeployShaerdLibs to a targets build. Example usage to the mac-crash-reporter. Multiplatform and more to come soon. Reviewed by brad. | |||
2009-11-02 | Sync up with render-pipeline-7 ignore-dead-branch | David Parks | |
2009-11-02 | Implemented mac staging for DEV-41722 normalizing shared lib staging. | brad kittenbrink | |
also added a bunch of comments. | |||
2009-10-30 | continuing work on DEV-41722 normalizing shared lib staging. fixed copy/paste | brad kittenbrink | |
error in the last commit(f5da14574943). | |||
2009-10-30 | continuing work on DEV-41722 normalizing shared lib staging. | brad kittenbrink | |
started factoring out copying into common section while file lists are initialized above in platform specific sections. | |||
2009-10-30 | Adds an example plugin and corresponding changes to | callum | |
LLMediaPluginTest test app. We do not copy over the example plugin to the Second Life client plugin dir. |