Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-08 | SL-15211 SL-14541 Update OpenSSL library | Andrey Kleshchev | |
Moving a copy of OpenSSL 1.1.1 to D543 from D520 to have less conflicts with zlib-ng integration later | |||
2021-09-08 | SL-14541 removed breakpad, win_crash_logger | Andrey Kleshchev | |
# Conflicts: # autobuild.xml # indra/CMakeLists.txt # indra/newview/CMakeLists.txt # indra/newview/llappviewerwin32.h # indra/win_crash_logger/llcrashloggerwindows.cpp Cherry picked from DRTVWR-520 | |||
2021-08-12 | Merge branch 'master' into DRTVWR-520-apple-notarization | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml # build.sh # indra/CMakeLists.txt # indra/newview/CMakeLists.txt # indra/newview/llappviewermacosx.cpp # indra/newview/llappviewerwin32.h # indra/newview/viewer_manifest.py # indra/win_crash_logger/llcrashloggerwindows.cpp | |||
2021-05-27 | SL-15211 Update OpenSSL library | Andrey Kleshchev | |
2021-05-12 | SL-10297: Merge branch 'sl-10297-oz' into sl-10297. | Nat Goodspeed | |
Bring in Oz's tweaks to the way BugSplat is engaged and tested, plus a few other miscellaneous goodies. | |||
2021-04-30 | Merge branch 'master' into DRTVWR-520-apple-notarization | Andrey Lihatskiy | |
2021-03-17 | SL-14541 follow-up xcode buildfix | Andrey Lihatskiy | |
2021-01-16 | SL-14597 Fixed mac library only including symlink | Andrey Kleshchev | |
2021-01-16 | SL-14597 Pulled in updated uriparser | Andrey Kleshchev | |
Due to crash inside uriparser's code | |||
2020-08-24 | SL-10297 merged 6.4.7 | Oz Linden | |
2020-08-11 | Merge branch 'DRTVWR-501-maint' into DRTVWR-503-maint | Andrey Lihatskiy | |
# Conflicts: # indra/cmake/DirectX.cmake # indra/newview/llviewerparcelmedia.cpp # indra/newview/viewer_manifest.py | |||
2020-07-22 | Mac buildfix | Andrey Lihatskiy | |
2020-06-15 | SL-10297: merge up to master at 6.4.3 | Oz Linden | |
2020-06-02 | Merge branch 'master' into DRTVWR-503-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/CMakeLists.txt # indra/newview/viewer_manifest.py | |||
2020-06-02 | DRTVWR-476: Merge branch 'master' of bitbucket.org:lindenlab/viewer into d476. | Nat Goodspeed | |
2020-03-25 | DRTVWR-476, SL-12205: Refactor MSVC redist library copying. | Nat Goodspeed | |
Specify all of msvcp$VER.dll, msvcr$VER.dll and vcruntime$VER.dll -- but check each of them individually, because any given VS release has only a subset of those. Add messaging to clarify what we're doing. Introduce to_staging_dirs CMake macro to cut down on redundant boilerplate: the idiom in which we use copy_if_different twice, once to the Release staging directory and once to the RelWithDebInfo staging directory, each time appending the target pathnames to third_party_targets. Replace that idiom with calls to to_staging_dirs. | |||
2020-03-25 | DRTVWR-476, SL-12205: Search for msvcp140.dll, not msvcr140.dll | Nat Goodspeed | |
Evidently, with VS 2017, what would have been msvcr140.dll has become vcruntime140.dll instead. msvcr140.dll is no longer a good sample DLL for which to search. | |||
2020-03-25 | DRTVWR-476, SL-12205: Update to glod built with VS 2017 runtime libs. | Nat Goodspeed | |
2020-03-25 | DRTVWR-476: For VS 2017, MSVC_VERSION can be any of a range. | Nat Goodspeed | |
Thanks NickyD. | |||
2020-03-25 | DRTVWR-476: We've observed a couple different values for VS 2017. | Nat Goodspeed | |
2020-03-25 | DRTVWR-476: On Mac, copy libhunspell-1.3.0.dylib for test programs. | Nat Goodspeed | |
2020-03-25 | [DRTVWR-476] - update openjpeg | Anchor | |
2020-03-25 | [DRTVWR-476] - fix openjpeg dll path | Anchor | |
2020-03-25 | [DRTVWR-476] - fix msvc version | Anchor | |
2020-03-25 | DRTVWR-476: Update Copy3rdPartyLibs.cmake for VS 2017 version. | Nat Goodspeed | |
Also, on Windows, put build output into build-vc$AUTOBUILD_VSVER-$AUTOBUILD_ADDRSIZE instead of hard-coding build-vc120-$AUTOBUILD_ADDRSIZE. | |||
2020-02-14 | SL-12707 Build Fails Without FMOD | Andrey Kleshchev | |
Also adds correct working directory to RelWithDebInfoOS and enables OpenAl on OS builds for windows | |||
2020-02-04 | SL-12654 Remove support for building with fmod ex | Andrey Kleshchev | |
2020-01-31 | Merged in SL-11445 Upgrade Fmodex to Fmod Studio | Andrey Kleshchev | |
2019-09-06 | handle slvoice executable separately from the vivox libraries, and update ↵ | Oz Linden | |
mac slvoice package | |||
2019-07-16 | update Vivox for VOICE-56 | Oz Linden | |
2019-03-02 | convert to an explicit USE_BUGSPLAT switch in cmake, revise LL_ERRS approach | Oz Linden | |
2018-08-24 | DRTVWR-447: Introduce explicit CMake BUGSPLAT_DB variable. | Nat Goodspeed | |
Define the CMake cache variable, with empty string as its default. Make build.sh pass the BUGSPLAT_DB environment variable as a CMake command-line variable assignment. Change CMake 'if (DEFINED ENV{BUGSPLAT_DB})' to plain 'if (BUGSPLAT_DB)'. Make CMake pass new --bugsplat switch to every one of SIX different invocations of viewer_manifest.py. Give llmanifest.main() function an argument to allow supplementing the base set of command-line switches with additional application-specific switches. In viewer_manifest.py, define new --bugsplat command-line switch and pass to llmanifest.main(). Instead of consulting os.environ['BUGSPLAT_DB'], consult self.args['bugsplat']. | |||
2018-05-25 | SL-821: export BUGSPLAT_DB when loaded so child processes can detect. | Nat Goodspeed | |
Produce CMake message when BugSplat is engaged so we can detect in build log. Don't try to copy BugSplat DLLs when NOT engaged. | |||
2018-04-12 | Automated merge with tip of viewer-release after Viewer Media Update release | callum_linden | |
2018-01-18 | correct 64bit vivox dll names | Oz Linden | |
2018-01-18 | more places where vivox names must be conditional on address size | Oz Linden | |
2018-01-17 | merge 5.1.0-release | Oz Linden | |
2017-11-30 | Automated erge with tip of viewer64 | callum_linden | |
2017-10-24 | MAINT-7081: Mention libnghttp2*.dylib in yet another place. | Nat Goodspeed | |
2017-10-23 | Missed a place in the Copy3rdPartyLibs.cmake file (thank Windows Find) that ↵ | callum_linden | |
needs to differentiate between 32 and 64 bit Windows builds | |||
2017-10-18 | First version that builds with a dummy BugSplay call in llapp.cpp | callum_linden | |
2017-09-29 | MAINT-7081: Mention nghttp2.dll where it must be mentioned. | Nat Goodspeed | |
2017-09-27 | MAINT-7081: Mention nghttp2 library wherever it must be mentioned. | Nat Goodspeed | |
2017-06-14 | SL-700: temporarily use local version of ca-bundle.crt instead of from ↵ | Glenn Glazer | |
voice, misc cleanup | |||
2017-05-01 | Fix MAINT-7360 Investigate removal of MSVCR100.DLL and MSVCP100.DLL | Callum Prentice | |
2017-03-27 | Fix for MAINT-7131 Unable to start the x64 Viewer on Windows 8.1 x64. This ↵ | Callum Prentice | |
appears to be because two of the MS DLLs we ship with the 64 bit viewer are 32bit. Manually replacing them with their 64 bit equivalents allowed the viewer to start on Windows 8.1. The change forces the cmake file which copies the DLLs to look in C:\windows\SysWOW64 for 32 bit versions and C:\windows\system32 for 64 bit versions. (yes really). | |||
2016-12-10 | DRTVWR-418: Update some copy commands for 3p library versions. | Nat Goodspeed | |
2016-12-05 | update copying of fmodex{64}.dll to right place for 32/64 bit builds | Callum Prentice | |
2016-11-28 | DRTVWR-418: Revert one more openjp2.dll reference to openjpeg.dll. | Nat Goodspeed | |
2016-07-21 | SL-429: Use a new certificate authority bundle based on data from Mozilla | Oz Linden | |