Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-05 | add more block structure to TeamCity log output for components | Oz Linden | |
2018-09-04 | SL-957: Try passing dsymutil the full pathname of VIEWER_APP_EXE. | Nat Goodspeed | |
2018-09-04 | SL-957: Try being more explicit about VIEWER_APP_DSYM full pathname. | Nat Goodspeed | |
2018-09-04 | SL-957: Try removing redundant add_custom_command() dependency. | Nat Goodspeed | |
2018-08-31 | SL-957: Try removing quotes from ${VIEWER_BINARY_NAME} in CMake deps. | Nat Goodspeed | |
2018-08-31 | SL-957: Name VIEWER_BINARY_NAME directly, not an assigned variable. | Nat Goodspeed | |
If this theory is correct, setting VIEWER_APP_EXECUTABLE to VIEWER_BINARY_NAME and then referencing VIEWER_APP_EXECUTABLE instead of VIEWER_BINARY_NAME confuses CMake as to the filename involved. <eyeroll/> | |||
2018-08-31 | SL-957: Use tar -C instead of changing tar's WORKING_DIRECTORY. | Nat Goodspeed | |
Seems VIEWER_SYMBOL_FILE arrives from build.sh as a relative pathname, so passing that pathname to tar when we run tar with WORKING_DIRECTORY confuses it. But if we use tar's -C switch, we can achieve the effect we want (no leading directory prefixes in the tarball) without WORKING_DIRECTORY. Thing is, we have to run the desired directory through cygpath first, which is why we went with WORKING_DIRECTORY in the first place. | |||
2018-08-30 | SL-957: Delay trying to pack up Windows PDB file until linker done. | Nat Goodspeed | |
2018-08-30 | SL-957: Try to add enough CMake dependencies to generate Mac symbols. | Nat Goodspeed | |
2018-08-30 | SL-957: Use cygpath to set up output pathname for cygwin tar. | Nat Goodspeed | |
2018-08-30 | SL-957: Generate the expected symbols tarball even with BugSplat. | Nat Goodspeed | |
This is a separate step from generating and posting BugSplat symbols, since BugSplat needs the executable along with the symbols, and we don't need to consume that space in a symbols tarball. Move Mac BugSplat symbol generation logic to CMake land, the same general area where Breakpad symbols are generated. Add stanzas to pack up the usual tarball for Windows and Mac. Remove the build.sh test that suppressed uploading the symbols tarball for BugSplat builds. | |||
2018-08-27 | SL-957: Explicitly pass VIEWER_SYMBOL_FILE from build.sh into CMake | Nat Goodspeed | |
instead of relying on both indra/newview/CMakeLists.txt and build.sh generating the same file pathname. Make build.sh set VIEWER_SYMBOL_FILE (instead of symbolfile) in pre_build, and pass it to autobuild configure via -D switch. Then the uploads stanza can just use VIEWER_SYMBOL_FILE instead of performing its platform-sensitive case statement right there. Introduce VIEWER_SYMBOL_FILE CMake cache variable, default empty string. Make indra/newview/CMakeLists.txt generate_breakpad_symbols logic conditional on VIEWER_SYMBOL_FILE being non-empty, as well as everything else. Eliminate local set(VIEWER_SYMBOL_FILE) directives. | |||
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-08-02 | DRTVWR-447: Merge changesets from newly updated viewer-release. | Nat Goodspeed | |
2018-06-22 | SL-857 reverted | maxim_productengine | |
2018-06-07 | Remove llfloaterauction refs from CMake. | Graham Linden | |
2018-06-07 | Better fix for OSX 10.14 libc++abi demangling crash on mem shenanigans. | Graham Linden | |
Silence nagging about running launcher for non-release for download builds. Tweak newview CMake to use executable instead of SL_Launcher and re-enable debugging within Xcode. | |||
2018-05-18 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2018-02-15 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2018-02-13 | MAINT-8203 Use the ReadOfflineMsgs cap to fetch IMs after login | andreykproductengine | |
2018-02-21 | MAINT-8297 Removing old ca bundle | Andrey Kleshchev | |
2018-01-18 | correct 64bit vivox dll names | Oz Linden | |
2018-01-17 | use 64bit vivox sdk components in 64bit windows builds | Oz Linden | |
2018-01-17 | merge 5.1.0-release | Oz Linden | |
2017-09-27 | MAINT-7081: Mention nghttp2 library wherever it must be mentioned. | Nat Goodspeed | |
2017-07-10 | MAINT-4532: properly detect Windows 10 in the 64bit build (only - 32bit runs ↵ | Oz Linden | |
in Windows 8 compatibility mode) | |||
2017-05-24 | SL-702: refactor to make the viewer-manager easier for TPVs to integrate | Oz Linden | |
2017-05-23 | pull from gate | Glenn Glazer | |
2017-05-23 | merge changes for 5.0.5-release | Oz Linden | |
2017-05-22 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2017-05-05 | pull from gate | coyot@coyot-sager-PC.hsd1.ca.comcast.net | |
2017-04-21 | Automated merge with tip of viewer64 (after it was merged with viewer-release) | Callum Prentice | |
2017-04-21 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2017-04-19 | Add back the missing pieces and updated code for the example plugin. It was ↵ | Callum Prentice | |
useful during testing SLPlugin changes. Not shipped with release versions of viewer | |||
2017-04-19 | merge changes for 5.0.4-release | Oz Linden | |
2017-04-27 | MAINT-6519 Contribution, adds feature to replace inventory links | Ansariel | |
2017-04-28 | MAINT-7354 Trash alert should display trash, not prompt to purge it all | andreykproductengine | |
2017-04-07 | MAINT-7282: add requests module and associated build machinery | Glenn Glazer | |
2017-03-15 | MAINT-7168 Avatar rendering settings adjustments | Mnikolenko Productengine | |
2017-03-03 | MAINT-7119 - [Love Me Render] Issues with RenderAutoMuteByteLimit() versus ↵ | ruslantproductengine | |
worn legacy prims, sculpts and non-rigged mesh. FIXED. Remark: for Linux platform, for the best times, when we will use gcc > 4.6, otherwise ICE :-( | |||
2017-02-15 | improve dependency declarations for packages-info and other settings files | Oz Linden | |
2017-02-06 | MAINT-7104 Add Grid status floater and toolbar button | Mnikolenko ProductEngine | |
2017-02-03 | Automated merge with ssh://bitbucket.org/lindenlab/viewer64 | Nat Goodspeed | |
2017-02-03 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2017-02-02 | merge changes for 5.0.1-release | Oz Linden | |
2017-01-27 | First batch of changes to add LibVLC media plugin to macOS viewer. Plugin ↵ | Callum Linden | |
fails to start because of an as-yet undiagnosed issue with VLC plugin files related to their extyended attributes | |||
2016-12-22 | one more try... also fixing setting of viewer_channel without quotes | Oz Linden | |
2016-12-09 | move some cmake messages that are not warnings from stderr to stdout | Oz Linden | |
2016-12-09 | add AUTOBUILD_ADDRSIZE to symbol file name for clarity, change output tag to ↵ | Oz Linden | |
just "Symbolfile" | |||
2016-12-05 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |