Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-26 | Add missing files from viewer-experimental | Dave Parks | |
2010-08-25 | Automated merge with https://hg.lindenlab.com/davep/viewer-experimental | Dave Parks | |
2010-08-19 | More line endings. | Dave Parks | |
2010-08-19 | Integrate SIMD API from oreh/server-trunk-oreh | Dave Parks | |
2010-08-12 | correct license tags from "internal" to "viewergpl" | Oz Linden | |
2010-07-14 | merge | Dave Parks | |
2010-07-06 | Merged from viewer-release after resolving conflicts | Dessie Linden | |
2010-06-30 | Fix for windows build breakage. Set WINVER and _WIN32_WINNT preprocessor ↵ | brad kittenbrink | |
definitions appropriately for using windows XP API calls. | |||
2010-06-29 | VWR-8885 CMAKE build hard depends on artwork files | Tofu Linden | |
Warn earlier, clearer and harder about missing artwork bundle - this still bites snowglobe builders regularly. Reviewed by Aimee. | |||
2010-06-24 | Fixed cmake to grab the decomposition libraries. | Matthew Breindel (Falcon) | |
2010-06-21 | Remove tab chars inherited with file... | Nat Goodspeed | |
2010-06-21 | EXT-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-18 | Centralize 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-14 | merge | Dave Parks | |
2010-06-14 | Builds with LLConvexDecompInter as a static lib. | Dave Parks | |
2010-06-14 | merge | Dave Parks | |
2010-06-11 | Upgraded 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-27 | we now require SSE_2_ so bump up the architecture for gcc. | Tofu Linden | |
2010-05-26 | VPLAT-268: Update Mac for relative-path libexception_handler.dylib | Nat Goodspeed | |
Also add the dylib to Copy3rdPartyLibs.cmake so unit tests can find it. | |||
2010-05-25 | Autovectorization crashes GCC 3.1. It's not very helpful anyway. Turn it off. | Tofu Linden | |
2010-05-24 | fix some dos line endings. | Andrew A. de Laix | |
2010-05-24 | resolve merge conflict | Andrew A. de Laix | |
2010-05-24 | Fix for mac build failing to find google_breakpad client libraries. | brad kittenbrink | |
2010-05-24 | Just enough hackery to get minidumps into Wind'ohs crash reports. Code ↵ | Andrew A. de Laix | |
clean up needed. | |||
2010-05-21 | VPLAT-237 Linux client library package for google_breakpad. | brad kittenbrink | |
2010-05-21 | New windows google_breakpad package with GUIDString class included in ↵ | brad kittenbrink | |
common.lib. I've confimred that llcommon links now. | |||
2010-05-21 | Added call to use_prebuilt_binary for google-breakpad so it actually gets ↵ | brad kittenbrink | |
installed by install.py. | |||
2010-05-21 | if we're serious about the SSE thing then we should add these compiler flags ↵ | Tofu Linden | |
for linux. though it's not quite enough, still. | |||
2010-05-10 | turn off -Woverloaded-virtual - incompatible with colladadom | Karl Stiefvater (qarl) | |
2010-05-07 | Turning off universal builds | Palmer Truelson | |
2010-05-07 | revert mac build to 10.4u sdk. remove FBO code from llrendertarget.cpp with ↵ | Karl Stiefvater (qarl) | |
#ifdefs. | |||
2010-04-26 | Use 10.5 sdk | Dave Parks | |
2010-04-23 | merge from viewer-trunk | Tofu Linden | |
2010-04-22 | EXT-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-22 | merge | Palmer Truelson | |
2010-02-22 | merge of viewer2 trunk and 'EXT-5601: Linux: volume adjustment of web-based ↵ | Tofu Linden | |
media / Flash' | |||
2010-02-22 | Do the necessary stuff to package pulseaudio's headers and make it (in ↵ | Tofu Linden | |
theory, not yet in practice) optional. | |||
2010-02-22 | Fix Mac build with the renamed boost libs | Aimee Linden | |
2010-02-20 | viewer2 merge | Tofu Linden | |
2010-02-20 | make linux viewer build use the new boost lib names. :/ | Tofu Linden | |
2010-02-17 | merge | Dave Parks | |
2010-02-17 | Post-review cleanup. | Dave Parks | |
2010-02-17 | merge from viewer2. | Tofu Linden | |
2010-02-17 | Switched program database on windows to edit and continue for non-release ↵ | Dave Parks | |
builds. Adding a debug watch to LLCurlRequest to avoid invalidating iterator on processing posts. Mesh bulk uploading rewrite work in progress. 404 icons for mesh assets. | |||
2010-02-17 | follow-up to previous fix - don't link to librt twice. | Tofu Linden | |
2010-02-17 | Hack 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-09 | merge | davep@billy.gateway.2wire.net | |
2010-02-08 | Switching to 10.5 SDK | Dave Parks | |
2010-02-04 | merge from viewer2. | Tofu Linden | |
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. |