Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-18 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-02-17 | merge changes for storm-937 | Oz Linden | |
2011-02-17 | Mesh-development work in progress | Loren Shih | |
2011-02-09 | STORM-981 : Fix Linux link issues when LL_TESTS is ON | Merov Linden | |
2011-02-09 | STORM-937 : Fix python scripts shebang line and license header for consistency | Merov Linden | |
2011-01-24 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-01-21 | merge changes for vwr-24347 | Oz Linden | |
2011-01-10 | Automated merge up from viewer-development | Loren Shih | |
2011-01-06 | STORM-826 (workaround): correct mixed and dos-style line endings | Oz Linden | |
2010-12-29 | VWR-24347 Fix reversion--allow VS2005 Express user to specify location of ↵ | Jonathan Yap | |
msvc* files | |||
2010-12-29 | Automated merge up from viewer-development | Loren Shih | |
2010-12-23 | Automated merge with ssh://bitbucket.org/aleric/viewer-development-aleric-export | Oz Linden | |
2010-12-22 | STORM-810 : Auto update and related changes (integration request from team ↵ | Merov Linden | |
chopper) | |||
2010-12-22 | Automated merge up from viewer-development | Loren Shih | |
2010-12-21 | STORM-151 : pull in viewer-development | Merov Linden | |
2010-12-21 | STORM-453 : pull in viewer-development | Merov Linden | |
2010-12-21 | Merge from trunk | Andrew A. de Laix | |
2010-12-16 | Automated merge up from viewer-development | Loren Shih | |
2010-12-15 | STORM-453 : Points to the 7.21 curl libs, fixes curl cmake, fixes ↵ | Merov Linden | |
mac_updater build | |||
2010-12-15 | VWR-24254: Add support for using ld.gold on linux. | Aleric Inglewood | |
To use ld.gold configure with: -DCMAKE_EXE_LINKER_FLAGS:STRING="-Wl,-use-gold". ld.gold links the viewer on my machine in 8 seconds, as opposed to 19 seconds with ld.bfd. Moreover, it uses a LOT less memory during linking (about 750 MB instead of 2.5 GB!). VWR-24254: Don't link with fontconfig on non-linux. While we already added fontconfig in the above patch, that code turned out to also be used by Windows and Darwin (contrary to the comments in the code). After looking at the history of commits and a discussion on IRC it was decided that the original coder (Kyle Ambroff <ambroff@lindenlab.com>) really meant (LINUX AND VIEWER) instead of (NOT LINUX OR VIEWER). | |||
2010-12-20 | VWR-24261: Configuration with cmake 2.8 is extremely slow | Aleric Inglewood | |
Add non-broken FindZLIB.cmake. | |||
2010-12-16 | VWR-24251: Fix -DLL_TESTS:BOOL=ON on standalone when Tut is installed in a ↵ | Aleric Inglewood | |
non-standard directory. If tut/tut.hpp isn't installed in a standard include directory all tests fail because the found include directory for tut isn't passed to the compiler. This patch fixes this by passing it. Note that using include_directories() in a Find*.cmake file is bad practise. The correct way is to set an include dir variable and call include_directories() once. It certainly doesn't work for the tests anyway because the tests are all over the place and include_directories is on a per folder basis. What is needed is to set it for each (test) target. However, there is no TARGET_INCLUDE_DIRECTORIES. The closest thing that we have is to set the COMPILE_FLAGS property for a target. Fortunately, standalone is only used for linux, so we can just use -I${TUT_INCLUDE_DIR} to get the effect we want. | |||
2010-12-15 | VWR-10579: Fix NDOF.cmake to do the right thing on standalone. | Aleric Inglewood | |
The old one just assumed that libndof is installed, even on standalone. This patch looks for it on standalone, unless configured with -DNDOF:BOOL=OFF, and when not found prints an error message (including telling about -DNDOF:BOOL=OFF). | |||
2010-12-15 | SNOW-240: Fix libjson naming madness, again, for standalone. | Aleric Inglewood | |
SNOW-240 was actually about adding the whole search. While this has been done, there is one issue left: On linux (and remember, all of this is about standalone) the libjson packages of distributions don't have this complex compiler version baked into their name. See also the last comment on SNOW-240: https://jira.secondlife.com/browse/SNOW-240?focusedCommentId=205305&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-205305 This patch fixes this issue by first searching for libjson_linux-gcc-${_gcc_COMPILER_VERSION}_libmt.so and when that fails search for the system package library file libjson.so. | |||
2010-12-15 | VWR-24252: On standalone, find Qt4 with find_package, and find llqtwebkit. | Aleric Inglewood | |
If Qt and/or llqtwebkit is found in a non-standard place, you still have to set LD_LIBRARY_PATH yourself (to $QTDIR/lib) before running the viewer of course (or the webkit plugin will silently fail). | |||
2010-12-15 | VWR-24247: develop.py configure still searches for the wrong header file ↵ | Aleric Inglewood | |
when checking for Tut The viewer code includes "tut/tut.hpp" everywhere, so that is what we should search for when determining an include path for this header. This just searches in the usual places, including the paths provided through CMAKE_INCLUDE_PATH, and will find tut/tut.hpp: exactly what we need. | |||
2010-12-09 | Use 10.5 sdk for now | Roxie Linden | |
2010-12-09 | CHOP-265 Fixed up LL_SEND_CRASH_REPORTS usage. Reviewed by Brad. | Mark Palange (Mani) | |
2010-12-03 | Merge | leyla_linden | |
2010-12-03 | updated message template md5sum | Brad Payne (Vir Linden) | |
2010-12-03 | Switch default platform SDK to 10.6 | Dave Parks | |
2010-12-01 | Automated merge up from viewer-development | Loren Shih | |
2010-11-27 | merge | Tofu Buzzard | |
2010-11-22 | STORM-151 : Attempt to fix Windows static linking, simplified manifest | Merov Linden | |
2010-11-22 | SH-467 FIX fix of VWR-20809/SNOW-504 lost in merge | Nyx (Neal Orman) | |
re-applying the fix originally committed as c5ddd1e361ae. This allows standalone builds to not depend on stage_third_party_libs but was lost in a merge as referenced in jira. Re-reviewed the code in the patch and it is a valid fix. | |||
2010-11-22 | SH-468 FIX fix of VWR-20810/SNOW-503 lost in merge | Nyx (Neal Orman) | |
re-applying changeset b987077e9bbb as it was lost in the merge. reviewed the original patch, appears valid. | |||
2010-11-19 | STORM-151 : Modify llkdu cmake to point explicitely to static libs, simplify ↵ | Merov Linden | |
make (in progress, don't pull yet) | |||
2010-11-18 | Merge with viewer-development | Mark Palange (Mani) | |
2010-11-18 | SH-350 SH-351 SH-355 FIX ARC fixes | Nyx (Neal Orman) | |
Had a few debugging lines in my last checkin. Cleaning up unreviewed changes. | |||
2010-11-18 | SH-350 SH-351 SH-355 FIX Several fixes for ARC | Nyx (Neal Orman) | |
Fixed the texture resolution calculation against the rounding errors we had before. Fixed the bug where linking prims changed the combined cost Fixed the bug where twisting was not computed properly Code reviewed by davep. | |||
2010-11-18 | STORM-151 : Modified install.py to point to the new kdu 6.4.1 and changed ↵ | Merov Linden | |
kdu lib name for windows | |||
2010-11-17 | Merge with viewer-development | Bryan O'Sullivan | |
2010-11-17 | It is safe to use Python 2.7 on Windows, if present | Bryan O'Sullivan | |
2010-11-17 | Update slvoice dependency for Windows | Bryan O'Sullivan | |
2010-11-16 | Replace template verification code with an md5sum check. | Christian Goetze (CG) | |
2010-11-15 | VWR-23839 Pulseaudio support is crashing web media on some new Linux distros | Tofu Buzzard | |
2010-11-12 | STORM-151 : Got decompression to work, compression disabled, simplified ↵ | Merov Linden | |
llkdu building | |||
2010-11-10 | Merge | Mark Palange (Mani) | |
2010-11-10 | CHOP-151 Imported patch from server-trunk to support preprocessor at unit ↵ | Mark Palange (Mani) | |
tests. Rev. by Brad | |||
2010-11-05 | Merge latest lindenlab/viewer-development with mani_linden/viewer-development. | brad kittenbrink | |