Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-13 | merge changes for 3.7.24-release | Oz Linden | |
2015-01-12 | increment viewer version to 3.7.25 | Oz Linden | |
2015-01-12 | Experimentally try full-size LLLeap stream test on Windows. | Nat Goodspeed | |
The new toolchain may (!) have fixed a longstanding bug in LLLeap / APR when we try to pump large volumes of data through a Windows named pipe using APR nonblocking I/O. This used to fail pretty consistently because the APR nonblocking write call would sometimes spuriously return "would block" when in fact the data buffer was completely written; the caller would later retry, which of course would duplicate some of the data in the pipe. Preliminary experiments with VS 2013 suggest this may have been resolved. This changeset is to propagate the experiment to a wider range of Windows systems; we may need to revert it if in fact the bug persists. | |||
2015-01-12 | Update viewer_package.py to grab slplugin.exe et al. from package. | Nat Goodspeed | |
This only applies to the Windows package so far, because so far only the Windows package exists. | |||
2015-01-07 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-tools-update | Nat Goodspeed | |
2015-01-07 | First cut at consuming new slplugins autobuild package. | Nat Goodspeed | |
The contents are extracted, but not yet built into the viewer installer. | |||
2015-01-07 | Replace reduce(operator.or_, ...) with any(...). | Nat Goodspeed | |
The any() builtin was introduced in Python 2.5. Not only is its intent clearer, but it handles the case of zero items -- which the reduce(or_) construct does not. Sporadically we've seen exceptions from generate_breakpad_symbols.py when reduce(or_, ...) is given zero items. This masks the actual error (failure to dump symbols? failure to read them?), masquerading as a bug in the Python script. | |||
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-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 ↵ | 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 | |