Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-17 | merge changes for storm-937 | Oz Linden | |
2011-02-17 | Mesh-development work in progress | Loren Shih | |
2011-02-16 | for now, turn off precompiled header usage by default (so Incredibuild will ↵ | Alain Linden | |
work). | |||
2011-02-16 | merging in latest viewer-development | Oz Linden | |
2011-02-10 | various fixes to get the debug build working; don't look for or copy ↵ | Alain Linden | |
msvc*80.dll's. | |||
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-02-08 | fix a couple more packaging problems... | Alain Linden | |
2011-02-07 | update pacageing of msvc?100.dll's; use latest qt package with all needed libs. | Alain Linden | |
2011-02-07 | there is no mt for vs2010 | Alain Linden | |
2011-02-04 | fix linking to llqtwebkit. | Alain Linden | |
2011-01-31 | Automated merge with https://bitbucket.org/jenn_linden/viewer-vs2010 | Alain Linden | |
2011-01-31 | build uses latest jsoncpp package with new layout. | Alain Linden | |
2011-01-31 | update mac and linux json libs. | Andrew A. de Laix | |
2011-01-31 | find latest DirectX dirs. | Alain Linden | |
2011-01-31 | patches to use new jsoncpp lib on windows | Alain Linden | |
2011-01-26 | Updated Windows build flags to set _SECURE_SCL. Removed some duplicate ↵ | Mark Palange (Mani) | |
declarations. | |||
2011-01-25 | Merge in changes from mani_linden/viewer-vs2010 | jenn | |
2011-01-24 | Automated merge with https://bitbucket.org/lindenlab/viewer-development | Andrew A. de Laix | |
2011-01-24 | Updated boost lib | Mark Palange (Mani) | |
2011-01-24 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-01-21 | Merge | Mark Palange (Mani) | |
2011-01-21 | merge changes for vwr-24347 | Oz Linden | |
2011-01-20 | Compile flag for wchar_t, boost 1_45 lib update, indra.l include ordering ↵ | Mark Palange (Mani) | |
adjustment | |||
2011-01-19 | fix include path for KDU headers | Alain Linden | |
2011-01-19 | Cmake updates to get llkdu building on linux. Need to rebuild kdu tarball next. | jenn | |
2011-01-18 | Added 'slvoice' (vivox) to autobuild.xml for linux. | jenn | |
This is version 3.1 of the lib; viewer was using version 3.2, but this version has been rebuilt using the new package layout. Hopefully it will work, though we may need to convert version 3.2 if it does not. Updated Copy3rdParyLibs.cmake paths for linux installation of vivox files. | |||
2011-01-18 | fix path to prebiuld slvoice libraries on mac and linux. | Andrew A. de Laix | |
2011-01-18 | Added entries to autobuild.xml for 'openal_soft' and 'google' libs on linux. | jenn | |
These packages have been rebuilt to use the new package layout (thanks alain!). 'openal_soft' was also renamed to use an underscore in its name rather than a dash. | |||
2011-01-18 | merged VWR-24520: Don't use pkg_check_modules( ... QUIET ) on CMake < 2.8.2 | Boroondas Gupte | |
2011-01-17 | VWR-24520: Don't use pkg_check_modules( ... QUIET ) on CMake < 2.8.2 | Boroondas Gupte | |
CMake before 2.8.2 doesn't support QUIET for pkg_check_modules(), yet. Credit goes to Aleric, 'cause he told me what to change. | |||
2011-01-14 | windows autobuildibatized (bye bye install.py...) | Alain Linden | |
2011-01-13 | mac buiding with autobuild and autobuild style packages (just say no to ↵ | Andrew A. de Laix | |
install.py) | |||
2011-01-13 | STORM-477 : backout changeset 959f9340da92 | Merov Linden | |
2011-01-11 | remove develop.py and references to it (use autobuild instead) | Andrew A. de Laix | |
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-17 | STORM-477 WIP Re-implemented LLDir::getNextFileInDir() as an iterator object. | Seth ProductEngine | |
- Added a class implementing directory entries iteration with pattern matching which is used in unit tests instead of LLDir::getNextFileInDir. STORM-550 FIXED Fixed LLDir unit test which failed for some complex wildcard combinations. | |||
2010-12-16 | Automated merge up from viewer-development | Loren Shih | |
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 | STORM-453 : Points to the 7.21 curl libs, fixes curl cmake, fixes ↵ | Merov Linden | |
mac_updater build |