Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-29 | Fix typo introduced into viewer_manifest file (sprefix -> prefix) | callum_linden | |
2014-12-23 | Restore Unicode path to viewer_manifest script - apparently we use the ↵ | callum_linden | |
Unicode version of NSIS, not the one from the NULLSOFT site | |||
2014-12-23 | Updated path to NSIS installer for most recent (non-beta) version of NSIS v2.46 | callum_linden | |
2014-12-23 | merge some linux fixes and OPEN-287 | Oz Linden | |
2014-12-23 | fix dos line endings | Oz Linden | |
2014-12-22 | Investigative check-in to see if system clock() function can be used to time ↵ | callum_linden | |
ms_sleep() calls and adjust expectations accordingly | |||
2014-12-22 | update libs to match vivox distribution | Oz Linden | |
2014-12-22 | work arounds to compile on linux | Oz Linden | |
2014-12-22 | merge latest trunk changes | Oz Linden | |
2014-12-19 | Merge backout of forcing DEBUG_PREBUILT setting. | Nat Goodspeed | |
2014-12-19 | Backed out changeset 4356b6a222c7: forcing DEBUG_PREBUILT output. | Nat Goodspeed | |
It appears that our trouble was due to a cygwin-style path in the AUTOBUILD environment variable, and that changeset 0e0bd8b546ad fixed it. | |||
2014-12-19 | Defend against cygwin-style AUTOBUILD path in environment. | Nat Goodspeed | |
2014-12-19 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-tools-update | Nat Goodspeed | |
2014-12-19 | Sort include(...) lines to make it easier for a person to verify. | Nat Goodspeed | |
2014-12-19 | Force DEBUG_PREBUILT on in Prebuilt.cmake to debug failures on TC. | Nat Goodspeed | |
2014-12-18 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-tools-update | Nat Goodspeed | |
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 ↵ | callum_linden | |
match those in package | |||
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 | |
There was a comment in CMakeLists.txt left over from 2009 (!) about commenting out the unit test for llcapabilitylistener. Fortunately we've since reinstated the test as an integration test, but the comment was never removed -- until now. | |||
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 | |
A traceback from a Python script always makes people think there's a bug in your script. Even when a test program fails to build, CMake often (always?) tries to run it anyway, via our run_build_test.py script. For that case, produce a straightforward error message -- rather than an OSError traceback that doesn't even mention the program name! | |||
2014-12-16 | For one use case, boost::bind() better than boost::phoenix::bind(). | Nat Goodspeed | |
We use boost::phoenix::placeholders::arg1 to imply a whole lambda expression, replacing boost::lambda. But to bind a plain function in a more straightforward way, seems classic boost::bind() works while boost::phoenix::bind() does not. | |||
2014-12-16 | Remove Visual Studio workaround for lack of std::fpclassify(). | Nat Goodspeed | |
Visual Studio 2013 evidently does provide std::fpclassify(), so we no longer need the funky local alias. | |||
2014-12-16 | Fix another empty #elif to plain #else. | Nat Goodspeed | |
2014-12-16 | Isolate #pragma clang to __clang__ compilations. | Nat Goodspeed | |
It's very irritating that Visual Studio produces a warning for unrecognized #pragmas, which we then merrily turn into an error -- #pragma is inherently compiler-specific! | |||
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 | |
https://svn.boost.org/trac/boost/ticket/10864 I've used boost::lambda with boost::function in a number of creative ways over the years. But the clang 6 shipped with Xcode 6 seems to have somehow broken lambda + function in Boost 1.57. boost::phoenix is a partial workaround. Sadly, lambda's comma-operator overload doesn't seem to be supported, necessitating a couple ugly workarounds. With real lambdas now supported by current compilers, I'm sure the Boost community has little incentive to repair the lambda + function problem. Presumably we'll be able to use such features ourselves Real Soon Now... | |||
2014-12-12 | Make LINE_NUMBER_HERE workaround conditional on LL_WINDOWS. | Nat Goodspeed | |
The referencing code is all within LL_WINDOWS conditionals, so the dummy variable must be enclosed that way too -- otherwise we get unreferenced-variable warnings-as-errors on other platforms. | |||
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 ↵ | callum_linden | |
MSVC 2013 (v12.x) | |||
2014-12-12 | Another round of ll_round() | Nat Goodspeed | |