Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-22 | Automated merge with http://bitbucket.org/lindenlab/viewer-tools-update | Nat Goodspeed | |
2015-01-22 | Ensure AUTOBUILD is in native_path form for non-cygwin tools. | Nat Goodspeed | |
Until we can propagate the corresponding buildscripts changes, we must explicitly put AUTOBUILD in proper form. For now, assume that AUTOBUILD has not yet been normalized. | |||
2015-01-22 | MAINT-4790 WIP Previously selected login location is correctly shown now. ↵ | Mnikolenko ProductEngine | |
Font on the Log In button was changed back. Text offset was set for Locations combobox. | |||
2015-01-22 | Disambiguate constructor's initialization call to its base class. | Nat Goodspeed | |
A particular LLInitParam::TypeValuesHelper specialization is derived from a different TypeValuesHelper specialization. The subclass constructor TypeValuesHelper(...) has previously forwarded the call to its base-class constructor with: TypeValuesHelper(val): TypeValuesHelper(val) {} This is the first time I've looked at that; I'm a bit surprised that previous compilers blithely accept it, and apparently understand the intent. gcc 4.7 complains that we would need to turn on -std=c++11 to support delegating constructors; obviously the second TypeValuesHelper is now assumed to be the class being defined, rather than its base class. Fortunately the class already has typedefs for both specializations, fully qualified with all template parameters, so I simply replaced the second TypeValuesHelper reference with base_t. | |||
2015-01-21 | Update to llphysicsextensions packages with trial fix for gcc 4.7. | 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-20 | Updated SLVoice references. | Aura Linden | |
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 | Reorder Boost libraries for Linux linker | Nat Goodspeed | |
2015-01-19 | Automated merge with http://bitbucket.org/lindenlab/viewer-tools-update | Nat Goodspeed | |
2015-01-19 | MAINT-4790 WIP Show focused background image for login text fields. | Mnikolenko ProductEngine | |
2015-01-16 | Linux llimagej2ckdu_test.cpp no longer needs obsolete stubs. | Nat Goodspeed | |
Use the same signatures as for the other platforms. | |||
2015-01-16 | Update to llphysicsextensions builds fixed for 'release' on Linux. | Nat Goodspeed | |
2015-01-16 | Continue gradually replacing Boost.Lambda with Boost.Phoenix. | Nat Goodspeed | |
For some reason, after the upgrade to Boost 1.57, gcc 4.6.3 has trouble with the boost::lambda::_1 usage in stringize.h. This is consistent with other cases we've encountered in which Boost.Lambda appears to be unmaintained and losing its compatibility with other libraries. Fortunately Phoenix provides a functional equivalent, albeit spelled differently. | |||
2015-01-16 | Add flags to inject extra debugging information (via Sovreign Engineer) | callum_linden | |
2015-01-15 | Pull in updated Google Breakpad package with /Zcwchar_t- cpp flags set to ↵ | callum_linden | |
match viewer | |||
2015-01-14 | merge changes for fixes from nat and aura | Oz Linden | |
2015-01-14 | Update to llphysicsextensions with fix for platform .MAP pathnames. | Nat Goodspeed | |
2015-01-14 | Update to llphysicsextensions with platform-specific MAP pathnames. | Nat Goodspeed | |
2015-01-14 | Integrate Callum's Mac slplugins package | Nat Goodspeed | |
2015-01-14 | remove support for Debug builds | Oz Linden | |
2015-01-14 | MAINT-4790 WIP code clean-up | Mnikolenko ProductEngine | |
2015-01-14 | MAINT-4790 WIP XML changes | Mnikolenko ProductEngine | |
2015-01-13 | Updated breakpad repos again. Thanks Windows. | Aura Linden | |
2015-01-13 | changes to fix compiler warnings merged in from viewer-release | Oz Linden | |
2015-01-13 | Updated google breakpad package. | Aura Linden | |
2015-01-13 | Merge viewer-release and become 3.7.25 | maksymsproductengine | |
2015-01-13 | merge changes for 3.7.24-release | Oz Linden | |
2015-01-13 | MAINT-4790 WIP XML changes | Mnikolenko ProductEngine | |
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 | Merged autobuild. | Aura Linden | |
2015-01-12 | Latest google-breakpad repo to fix Mac Yosemite issues. | Aura Linden | |
2015-01-12 | merge changes for latest fixes from nat and callum | Oz Linden | |
2015-01-12 | Update llphysicsextensions_* to 297894, 297895 with Callum's path fixes. | Nat Goodspeed | |
2015-01-12 | increment viewer version to 3.7.25 | Oz Linden | |
2015-01-12 | Added tag 3.7.24-release for changeset d3d0101e980e | 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-12 | update to 1413 google breakpad build | Oz Linden | |
2015-01-12 | MAINT-2560 reverted | Mnikolenko ProductEngine | |
2015-01-09 | FIX MAINT-2701 restore 10 translated strings that were lost during an ↵ | eli | |
earlier dev merge (see Jira screenshots for details) | |||
2015-01-09 | revert Mac to older google-breakpad for now | Oz Linden | |
2015-01-08 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-tools-update | Nat Goodspeed | |
2015-01-08 | point to new version of llphysicsextensions (source, not stub) with updated ↵ | callum_linden | |
path to second life map file |