Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-20 | DRTVWR-418: Avoid constructing symlink cycle for CEF framework. | Nat Goodspeed | |
2016-12-20 | DRTVWR-418: Create CEF framework symlink from LLCefLib Helper.app. | Nat Goodspeed | |
Without that symlink, the helper app can't find CEF and we get no web content. | |||
2016-12-20 | DRTVWR-418: Make viewer_manifest.py copy current libexpat.1.dylib. | Nat Goodspeed | |
2016-12-09 | remove non-functional attempt to load llbase from the viewer tree; it is not ↵ | Oz Linden | |
there any more | |||
2016-12-07 | Automated merge with tip of lindenlab/oz_viewer64 | Callum Prentice | |
2016-12-05 | update copying of fmodex{64}.dll to right place for 32/64 bit builds | Callum Prentice | |
2016-12-05 | lower the verbosity of makensis to emit only warnings and errors | Oz Linden | |
2016-11-30 | DRTVWR-418: Flesh out the set of Platform_arch_Manifest classes. | Nat Goodspeed | |
2016-11-17 | DRTVWR-418: Provide Darwin_i686_Manifest alias to Darwin_i386_Manifest. | Nat Goodspeed | |
It's never been clear to me why Macs tend to refer to 32-bit Intel processors as i386 when other platforms tend to refer to them as i686. New CMake logic to derive ARCH from ADDRESS_SIZE produces i686. Give viewer_manifest.py a Darwin_i686_Manifest class alias so it continues to work when arch is passed as i686 as well as i386. | |||
2016-11-03 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2016-08-11 | merge changes for 4.0.7-release | Oz Linden | |
2016-06-01 | Linux: Use media_plugin_libvlc for media playback. | Nicky | |
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-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-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 |