Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-22 | Automated merge with http://bitbucket.org/lindenlab/viewer-tools-update | Nat Goodspeed | |
2015-01-21 | For Linux, add libalut.so.0.0.0.0 and libalut.so.0 to viewer tarball. | Nat Goodspeed | |
The former is the real .so, to which libalut.so is only a symlink. We were packaging the symlink without including its target. (This appears to have changed since our last Vivox drop for Linux.) | |||
2015-01-21 | Make Linux viewer build consume slplugins package, and copy its files | Nat Goodspeed | |
into eventual viewer package -- instead of finding them in the viewer build tree. Also update Windows to current slplugins package build. | |||
2015-01-21 | Automated merge with http://bitbucket.org/lindenlab/viewer-tools-update | Nat Goodspeed | |
2015-01-21 | Merge fix for copying Linux Vivox files | Nat Goodspeed | |
2015-01-21 | Backed out changeset 1e36e0629994 copying .dylibs on Linux | Nat Goodspeed | |
The .dylib files in the Linux Vivox package were erroneous to start with; while the affected changeset bypassed copy errors, it too was wrong. Now that the Linux Vivox package contains Linux .so files, revert to the correct filenames to copy. | |||
2015-01-19 | Automated merge with http://bitbucket.org/lindenlab/viewer-tools-update | Nat Goodspeed | |
2015-01-19 | On Linux, don't try to copy SLPlugin or the webkit or gstreamer plugins | Nat Goodspeed | |
since we're not building them as part of the viewer build any more. | |||
2015-01-19 | Link viewer with OpenAL if appropriate | Nat Goodspeed | |
2015-01-19 | Automated merge with http://bitbucket.org/lindenlab/viewer-tools-update | Nat Goodspeed | |
2015-01-14 | merge changes for fixes from nat and aura | Oz Linden | |
2015-01-14 | Integrate Callum's Mac slplugins package | Nat Goodspeed | |
2015-01-13 | changes to fix compiler warnings merged in from viewer-release | Oz Linden | |
2015-01-13 | merge changes for 3.7.24-release | Oz Linden | |
2015-01-12 | On Mac, if we can't symlink .dylibs, print error message and continue. | Nat Goodspeed | |
To this point, we've been failing the build with a Python OSError traceback, which is less than ideal. | |||
2015-01-12 | increment viewer version to 3.7.25 | Oz Linden | |
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-08 | Rationalize use of AUTOBUILD environment variable across languages. | Nat Goodspeed | |
Ensure that AUTOBUILD is always in native path syntax on every platform. Remove local build.sh logic to infer AUTOBUILD: either the generic build.sh has set it properly, or scream for help. Since cygwin bash scripts need a cygwin-syntax path to autobuild, convert to a local 'autobuild' variable using shell_path. Remove kludges in other languages involving cygdrive twiddling. | |||
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-22 | update libs to match vivox distribution | Oz Linden | |
2014-12-19 | Sort include(...) lines to make it easier for a person to verify. | Nat Goodspeed | |
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-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 latest updates from nat and callum | Oz Linden | |
2014-12-15 | fix for some std::pair/STL syntax | callum_linden | |
2014-12-15 | merge changes for 3.7.22-release | Oz Linden | |
2014-12-12 | Implicit conversion from ostream to string needs help in VS2013 | callum_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-10 | Rename llround(..) to ll_round(..) because of a collision with MS llround ↵ | callum_linden | |
(long long round) in VS2013 | |||
2014-12-08 | merge | Brad Payne (Vir Linden) | |
2014-12-05 | increment viewer version to 3.7.23 | Oz Linden | |
2014-12-01 | merge fix | Brad Payne (Vir Linden) | |
2014-12-01 | remove unused gpu table code, improve logging for gpu benchmarks | Oz Linden | |
2014-12-01 | merge | Brad Payne (Vir Linden) | |
2014-12-01 | merge | Brad Payne (Vir Linden) | |
2014-12-01 | merge changes for 3.7.21 release | Oz Linden | |
2014-12-01 | increment viewer version to 3.7.22 | Oz Linden | |
2014-11-24 | Attempt to thread needle for guesstimation phase of GPU classification | Graham Linden | |
2014-11-21 | automate keeping the About SL -> Licenses tab correct | Oz Linden | |
2014-11-21 | Tweak conversion from tested bandwidth to get better reads on low-end systems | Graham Linden | |
2014-11-20 | Put back old thresholds to try to get better match on old/new identification ↵ | Graham Linden | |
per-card | |||
2014-11-19 | Roll back changes to geo drawn in gpu_bench to stop punishing cards with low ↵ | Graham Linden | |
fill rate | |||
2014-11-18 | Adjust gpu_bench thresholds and move VB set outside loop again for speed | Graham Linden | |
2014-11-18 | Fix for gpu_bench crash without parallels knock-on | Graham Linden | |