summaryrefslogtreecommitdiff
path: root/indra/cmake
AgeCommit message (Collapse)Author
2010-06-30Fix for windows build breakage. Set WINVER and _WIN32_WINNT preprocessor ↵brad kittenbrink
definitions appropriately for using windows XP API calls.
2010-06-21Remove tab chars inherited with file...Nat Goodspeed
2010-06-21EXT-7926: fix broken LD_LIBRARY_PATH handling on Windows.Nat Goodspeed
Recent checkins introduced two different CMake macros SET_TEST_LIST (which returned a CMake list of PATH directory strings) and SET_TEST_PATH (which returned a single platform-appropriate PATH string). On Windows, whose path-separator character is ';', SET_TEST_PATH interacted badly with CMake: in CMake, a single string containing ';' characters is indistinguishable from a list of strings. Eliminate the return-single-string form, redirecting the name SET_TEST_PATH to the macro that returns a CMake list. Make LL_TEST_COMMAND expect a list value, prepending each directory string with run_build_test.py's -l switch.
2010-06-18Centralize LD_LIBRARY_PATH logic with new SET_TEST_PATH macro.Nat Goodspeed
Add ${SHARED_LIB_STAGING_DIR_RELEASE} to LD_LIBRARY_PATH for executing tests: otherwise Debug-build tests can't find (e.g.) the aprutil DLL, for which we don't build/package a debug variant. Leverage discovery that a CMake macro can accept a target variable name argument for LL_TEST_COMMAND macro.
2010-06-11Upgraded windows libcurl to 7.20.1 and c-ares to 1.7.1 for consistency with ↵brad kittenbrink
mac/linux and potentially improve EXT-7032 behavior.
2010-05-26VPLAT-268: Update Mac for relative-path libexception_handler.dylibNat Goodspeed
Also add the dylib to Copy3rdPartyLibs.cmake so unit tests can find it.
2010-05-24fix some dos line endings.Andrew A. de Laix
2010-05-24resolve merge conflictAndrew A. de Laix
2010-05-24Fix for mac build failing to find google_breakpad client libraries.brad kittenbrink
2010-05-24Just enough hackery to get minidumps into Wind'ohs crash reports. Code ↵Andrew A. de Laix
clean up needed.
2010-05-21VPLAT-237 Linux client library package for google_breakpad.brad kittenbrink
2010-05-21New windows google_breakpad package with GUIDString class included in ↵brad kittenbrink
common.lib. I've confimred that llcommon links now.
2010-05-21Added call to use_prebuilt_binary for google-breakpad so it actually gets ↵brad kittenbrink
installed by install.py.
2010-04-22EXT-7004 : Select GCC 4.0 automatically as the compiler in Xcode with Cmake ↵Aimee Linden
2.8.1 GCC 4.0 will be selected as the compiler in Xcode if building against the OS X 10.4 SDK which is incompatible with GCC 4.2 Also made it possible to override the selected SDK from the configure line, by using something like: -DCMAKE_OSX_DEPLOYMENT_TARGET:STRING='10.4' -DCMAKE_OSX_SYSROOT:PATH='/Developer/SDKs/MacOSX10.5.sdk' Reviewed by: Poppy.
2010-02-22merge of viewer2 trunk and 'EXT-5601: Linux: volume adjustment of web-based ↵Tofu Linden
media / Flash'
2010-02-22Do the necessary stuff to package pulseaudio's headers and make it (in ↵Tofu Linden
theory, not yet in practice) optional.
2010-02-22Fix Mac build with the renamed boost libsAimee Linden
2010-02-20make linux viewer build use the new boost lib names. :/Tofu Linden
2010-02-17follow-up to previous fix - don't link to librt twice.Tofu Linden
2010-02-17Hack librt inclusion into llcommon for all Linux builds. The dep is needed ↵Tofu Linden
for llcommon, but it was being satisfied elsewhere for viewer builds and got to dodge the problem. This should quieten the server builds somewhat.
2010-02-04remove 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-01dos2unix these filesRick Pasetto
2010-01-08Make 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-18Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2009-12-15EXT-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-10Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0Rick Pasetto
2009-12-08DEV-43896 solve render-pipeline linux mesh gzopen64 problemTofu 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 problemTofu Linden
we were accidentally linking the duff fmod vorbis first because our dependancies weren't well-defined.
2009-12-03Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2009-11-30mergeRick Pasetto
2009-11-25Uncomment the run_build_test.py args to debug problem with coverity buildsCG Linden
2009-11-23mergeRick Pasetto
2009-11-20Fix for errors with integration tests failing to find libcrypto.so.0.9.7brad kittenbrink
2009-11-19Automated merge with ssh://rick@hg.lindenlab.com/rick/viewer-2-0-rickcallum/Rick Pasetto
2009-11-18Doh! Update the CMake file that controls drag and drop to turn it ONcallum
2009-11-18Add support for removing the Windows specific drag/drop codecallum
from the codebase via a new CMake file (DragDrop.cmake).
2009-11-18Switch some files to Unix line endingsBryan O'Sullivan
2009-11-18Automated merge with ssh://palmer@hg.lindenlab.com/viewer/viewer-2-0Palmer
2009-11-18Allow USE_GOOGLE_PERFTOOLS to be set to on. For memory managerPalmer
Reviewed by Bao
2009-11-13Added a USE_PRECOMPILED_HEADER cmake variable (defaulted on) and disabled ↵brad kittenbrink
pch usage for test executables. Reviewed by james and steve.
2009-12-02Removed libtcmalloc_minimal.dll from the default build.Mark Palange (Mani)
Reviewed by Palmer
2009-12-01mergeJames Cook
2009-12-01Merge the major new voice SDK version from Vivox ('mossbuild1')Tofu Linden
2009-11-30Made the gcc version number checking more robust in llaudio'sLynx 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-27Add CMake var LL_TESTS to optionally disable tests for build timingJames Cook
2009-11-26merge.Tofu Linden
2009-11-23re-upgrade to vivox v3 sdk here.Tofu Linden
2009-11-13mergeLoren Shih
--HG-- branch : avatar-pipeline
2009-11-11mergerichard
2009-11-11fix wrapping of text segment containing multiple newlines and ending on a ↵richard
newline reviewed by leyla