Age | Commit message (Expand) | Author |
2014-12-19 | Force DEBUG_PREBUILT on in Prebuilt.cmake to debug failures on TC. | Nat Goodspeed |
2014-12-19 | merge changes for 3.7.23 | Oz Linden |
2014-12-18 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-tools-update | Nat Goodspeed |
2014-12-18 | increment viewer version to 3.7.24 | Oz Linden |
2014-12-18 | merge latest changes for windows | Oz Linden |
2014-12-18 | allow signed vs unsigned compare in gcc | Oz Linden |
2014-12-17 | Update autobuild to point to new version of jsoncpp and change lib names to m... | callum_linden |
2014-12-17 | Update autobuild to point to new (VS2013) Havok files and fix up name mismatch | callum_linden |
2014-12-17 | include Prebuilt.cmake before using macro | Oz Linden |
2014-12-17 | Move the cmake package tracking files under the packages directory | Oz Linden |
2014-12-17 | Delete misleading comment about testing llcapabilitylistener. | Nat Goodspeed |
2014-12-17 | merge up to latest changes from callum and nat | Oz Linden |
2014-12-17 | adjust cmake not to attempt loads of packages on the wrong platforms | Oz Linden |
2014-12-17 | merge latest updates from nat and callum | Oz Linden |
2014-12-17 | Produce error message, not traceback, when test program doesn't build. | Nat Goodspeed |
2014-12-16 | For one use case, boost::bind() better than boost::phoenix::bind(). | Nat Goodspeed |
2014-12-16 | Remove Visual Studio workaround for lack of std::fpclassify(). | Nat Goodspeed |
2014-12-16 | Fix another empty #elif to plain #else. | Nat Goodspeed |
2014-12-16 | Isolate #pragma clang to __clang__ compilations. | Nat Goodspeed |
2014-12-15 | fix for some std::pair/STL syntax | callum_linden |
2014-12-15 | Merge with head | callum_linden |
2014-12-15 | Add feature (enabled) to turn off media plugins | callum_linden |
2014-12-15 | include quicktime package only on windows | Oz Linden |
2014-12-15 | include libuuid and fontconfig only on linux | Oz Linden |
2014-12-15 | don't include glext on Mac where it is not used | Oz Linden |
2014-12-15 | remove redundant include of Audio.cmake | Oz Linden |
2014-12-15 | merge changes for 3.7.22-release | Oz Linden |
2014-12-12 | Remove unneeded media plugin header file | callum_linden |
2014-12-12 | Implicit conversion from ostream to string needs help in VS2013 | callum_linden |
2014-12-12 | merge latest fix from nat | Oz Linden |
2014-12-12 | Make JsonCpp.cmake reference Windows lib names we actually use. | Nat Goodspeed |
2014-12-12 | fix dos line endings | Oz Linden |
2014-12-12 | Eliminate use of boost::lambda with boost::function (Trac #10864). | Nat Goodspeed |
2014-12-12 | Make LINE_NUMBER_HERE workaround conditional on LL_WINDOWS. | Nat Goodspeed |
2014-12-12 | Fix up remaining llround() -> ll_round() issues | callum_linden |
2014-12-12 | Merge with head | callum_linden |
2014-12-12 | Update VSTool that is used to set configuration in MSVC solution file for MSV... | callum_linden |
2014-12-12 | Another round of ll_round() | Nat Goodspeed |
2014-12-12 | Automated merge with http://bitbucket.org/lindenlab/viewer-tools-update | Nat Goodspeed |
2014-12-11 | Re-add missing variable declaration (not that it's very useful and no idea ho... | callum_linden |
2014-12-11 | Add bespoke ctor/dtor that align on 16byte boundaries when creating things on... | callum_linden |
2014-12-11 | Fix a couple more ll_round() calls | Nat Goodspeed |
2014-12-11 | Disambiguate a few ensure() calls. | Nat Goodspeed |
2014-12-11 | Add /SAFESEH:NO /NODEFAULTLIB:LIBCMT to viewer linker switches. | Nat Goodspeed |
2014-12-10 | Match up our usage of MS APIs with function prototypes in the new version of ... | callum_linden |
2014-12-10 | Merge with head | callum_linden |
2014-12-10 | Fix for incorrectly formatted #if statements (worked on clang FWIW!) | callum_linden |
2014-12-10 | Automated merge with http://bitbucket.org/lindenlab/viewer-tools-update | Nat Goodspeed |
2014-12-10 | Replace boost::lambda::_1 with boost::phoenix::placeholders::arg1. | Nat Goodspeed |
2014-12-10 | Clarify for VS 2013 that an operator bool() method returns bool. | Nat Goodspeed |