Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-25 | pull from lynx | Glenn Glazer | |
2016-05-25 | Backed out changeset 9adcab4d611b | Glenn Glazer | |
2016-05-24 | MAINT-6413: write summary.json from viewer_manifest.py, remove facility from ↵ | Glenn Glazer | |
cmake | |||
2016-05-23 | debug version args | Glenn Glazer | |
2016-05-23 | debug print statement to be removed later | Glenn Glazer | |
2016-05-13 | Additional set of changes to use vlc-bin package | callum_linden | |
2016-05-06 | Moving to a private repo | callum_linden | |
2016-04-21 | DRTVWR-418 remove vestiges of TCMALLOC and GooglePerfTools from the viewer | callum_linden | |
2016-04-07 | pull from viewer-release | Glenn Glazer | |
2016-04-07 | SL-321: Changes for VMP Windows Prototype | coyot@coyot-sager-PC | |
2016-03-30 | SL-321: prototype python launcher | Glenn Glazer | |
2016-03-07 | Merge | Rider Linden | |
2016-02-26 | MAINT-5360: restore builds for the EDU package | Oz Linden | |
2015-12-18 | Merge | Rider Linden | |
2015-12-16 | maint-5875 fix llceflib_host.exe' error about missing MSVCP120.dll | callum_linden | |
2015-10-02 | MAINT-5687: Further purge QT and webkit from the build. | Rider Linden | |
2015-10-02 | MAINT-5687: Remove old webkit from the make files and the repo. Ensure that ↵ | Rider Linden | |
it is no longer meaningfully referenced. | |||
2015-09-26 | Point to new third party llcef package and fix typo in interface | callum_linden | |
2015-07-16 | Point to LLCEFLib with updated 2357 version and support for setting language ↵ | callum_linden | |
for embedded browser | |||
2015-06-18 | Add code in viewer_manifest.py to create a symlink for second copy of CEF ↵ | Callum Prentice | |
framework vs copying in second version | |||
2015-06-16 | merge changes for STORM-2109 | Oz Linden | |
2015-06-15 | Merge with head of viewer-release | Callum Prentice | |
2015-06-12 | MAINT-5277 FIXED Viewer is missing MSVCP100.DLL and MSVCR100.DLL | AndreyL ProductEngine | |
2015-06-11 | Add commands to move CEF runtime files to right place and fix up ↵ | Callum Prentice | |
media_plugin_cef with install_name_tool (note, this generates 2 copies of CEF framework - will fix later) | |||
2015-06-04 | Copy OS X media plugin to right place | Callum Prentice | |
2015-05-19 | Changes to remove zlib and vivoxplatform dlls from the windows build | Bjoseph Wombat | |
2015-03-26 | point to new cef tpl with right headers, update cmaake and viewer_manifest ↵ | callum_linden | |
logic to copy files to right place | |||
2015-03-24 | Add new media plugin (currently renders squares as example) in preparation ↵ | callum_linden | |
for new CEF code | |||
2015-03-24 | Attempt to restore copying newly-built SLPlugin et al. - UNTESTED | Nat Goodspeed | |
2015-02-09 | included libopenal in linux package | Oz Linden | |
2015-01-27 | Include MSVCP120.DLL and MSVCR120.DLL in Windows viewer package. | Nat Goodspeed | |
Generalize Copy3rdPartyLibs.cmake to eliminate some clone-and-tweak redundancy. | |||
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-14 | Integrate Callum's Mac slplugins package | Nat Goodspeed | |
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 | 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. | |||
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-11-21 | automate keeping the About SL -> Licenses tab correct | Oz Linden | |
2014-11-10 | Fix typo in new viewer_manifest.py codesigning logic. | Nat Goodspeed | |
'raisef' is not a Python statement. | |||
2014-10-29 | fix signature target path | Oz Linden | |
2014-10-29 | reorder finalizing for OSX so that the signature is applied to the app after ↵ | Oz Linden | |
copying into the dmg; preserves extended attributes |