Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2014-12-15 | remove redundant include of Audio.cmake | Oz Linden | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-04-17 | Merge with viewer-development | callum_linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-02-01 | Removed (most) references to older FMOD library - still a little Linux clean ↵ | callum_linden | |
up left | |||
2013-01-23 | Fix llaudio CMake file to not use FMOD - only FMODEX | callum_linden | |
2013-01-18 | first push - patch from CmdCupCake plus force FMODEX on | callum_linden | |
2012-09-13 | Fleshed out target_link_libraries dependencies between libraries. ↵ | Don Kjer | |
Appearance utility now reads avatar_lad.xml during stubbed out params processing. | |||
2011-01-14 | windows autobuildibatized (bye bye install.py...) | Alain Linden | |
2010-10-18 | STORM-406: Fix for fmod inclusion in llaudio cmake | Merov Linden | |
2010-04-24 | EXT-7005 : Kill unhelpful 'Deprecated conversion from string to char *' ↵ | Aimee Linden | |
warnings from fmod_errors.h when building with GCC >=4.2 on Darwin Apply -Wno-write-strings compile flag to llaudioengine_fmod.cpp and llstreamingaudio_fmod.cpp on Darwin as it was on Linux (Amen). Removed unnecessary check for GCC >= 4.2 when applying this flag, as CXX_VERSION_NUMBER it used is only being generated in 00-Common.cmake on Linux at the moment and 4.0 understands -Wno-write-strings anyway. | |||
2009-11-30 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Lynx 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-30 | remove llvorbisdecode.* - it's long-dead. | Tofu Linden | |
at some point someone inlined this into llaudiodecodemgr and the 'indie' version rotted away. | |||
2009-09-04 | Fixed the Linux build of viewer-2.0.0-3. | Martin Reddy | |
- Updated linux_updater for new LLStringUtil::getTokens() signature - Ignore compiler warning for string constants not being referred to as const in fmod_error.h Fix for DEV-39457. Reviewed by moss. | |||
2009-08-27 | svn merge -r 129841:129910 ↵ | Monroe Williams | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/moss/pluginapi_05-merge@129910 svn merge -r 129913:131718 svn+ssh://svn.lindenlab.com/svn/linden/branches/pluginapi/pluginapi_05 Some branch shenannigans in the pluginapi_05 branch caused this to become a two-part merge. | |||
2008-12-02 | QAR-1040 maint-viewer-11 + OpenAL combo mergeme | Adam Moss | |
svn merge -c104451 svn+ssh://svn.lindenlab.com/svn/linden/branches/moss/openal-maint-viewer-11-combo-r104448 | |||
2008-08-29 | Use target_link_libraries for llaudio | Bryan O'Sullivan | |
2008-07-10 | Check the actual version of the compiler we're going to use to compile the ↵ | Kyle McKay | |
sources to determine which options need to be added rather than the version of some other compiler on the system. | |||
2008-06-03 | Build fix | Bryan O'Sullivan | |
2008-06-02 | Fix Ubuntu compilation problem | Bryan O'Sullivan | |
2008-06-02 | svn merge -r88066:88786 ↵ | Bryan O'Sullivan | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/cmake-9-merge dataserver-is-deprecated for-fucks-sake-whats-with-these-commit-markers |