Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-21 | MAINT-5651 LLTrace issues on exit | andreykproductengine | |
2018-08-17 | MAINT-8991 Escape newlines in log entries | maxim_productengine | |
2019-05-07 | SL-10954 Unit test escapePathAndData | andreykproductengine | |
2019-04-26 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2019-04-16 | SL-10930 LLStringUtil pointlessly scan the string | andreykproductengine | |
2019-04-13 | SL-10924 Missed symbol | andreykproductengine | |
2019-04-11 | SL-10924 Fix data escaping to accomodate CEF update | andreykproductengine | |
2018-08-02 | merge | Brad Payne (Vir Linden) | |
2018-08-02 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2018-08-01 | MAINT-8803 Better UI handling of unrecognized inventory items | maxim_productengine | |
2018-07-31 | SL-944 - disabled a not-very-useful assert that greatly slows the RWD build | Brad Payne (Vir Linden) | |
2018-06-28 | DRTVWR-447: Suppress BugSplat UI; auto-fill certain BugSplat data. | Nat Goodspeed | |
Direct BugSplat to send crash reports without prompting, on both Windows and Mac. Add a mechanism by which code called after LL_ERRS() can retrieve the fatal log message string. (How did the crash logger extract that for Linden crash logging?) Add that fatal message to crash reports on Windows. But as BugsplatMac is engaged only on the run _after_ the crash, we no longer have that message in memory. Also add user name and region location to Windows crash reports. On Mac, (a) we don't have the information from the previous run and (b) BugsplatMac doesn't provide an API to attach that information to the crash report. Add Mac logging to indicate the success or failure of sending the crash report. Add Windows logging to indicate we're about to send. | |||
2018-06-27 | Merge | Anchor Linden | |
2018-06-22 | MAINT-8686 Don't log empty list | andreykproductengine | |
2018-06-21 | DRTVWR-447: Merge up to latest viewer-release | Nat Goodspeed | |
2018-06-21 | merge | Brad Payne (Vir Linden) | |
2018-06-14 | SL-821: Avoid Breakpad (and signal handling in general) for BugSplat. | Nat Goodspeed | |
Pass LL_BUGSPLAT into llapp.cpp compile to be able to detect that. | |||
2018-06-13 | SL-915, MAINT-8554 - cleanup/reorg, added encroachment fix info to ↵ | Brad Payne (Vir Linden) | |
DebugAnimatedObjects output | |||
2018-06-13 | MAINT-8731 Click action to disable clicking objects, per-object in a linkset | andreykproductengine | |
2018-06-11 | SL-915 - fix for crash when logcontrol file reloaded | Brad Payne (Vir Linden) | |
2018-06-07 | SL-915 - more on dynamic extent tracking, possible fix for 32-bit crash issues | Brad Payne (Vir Linden) | |
2018-05-23 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2018-05-22 | MAINT-2338 Unit tests | Andrey Kleshchev | |
2018-05-21 | Merge | Anchor Linden | |
2018-05-21 | [DRTVWR-455] - added 5 new bake channels | Anchor Linden | |
2018-05-17 | SL-821: Move Windows BugSplat engagement from llcommon to newview. | Nat Goodspeed | |
Use WSTRINGIZE(), LL_TO_WSTRING(), wstringize() to produce required wide strings. Use a lambda for callback that sends log file; use LLDir, if set, to find the log file. Introduce BUGSPLAT CMake variable to allow suppressing BugSplat. Make BUGSPLAT CMake variable set LL_BUGSPLAT for C++ compilations. Set viewer version macros on llappviewerwin32.cpp, llappviewerlinux.cpp and llappdelegate-objc.mm -- because BugSplat needs the viewer version data, and because the macOS BugSplat hook is engaged in an Objective-C++ function we override in the app delegate. | |||
2018-05-17 | SL-821: Merge LL_TO_WSTRING(), WSTRINGIZE() changes. | Nat Goodspeed | |
2018-05-17 | SL-821: Add WSTRINGIZE() and DEWSTRINGIZE() macros for wide strings. | Nat Goodspeed | |
Streamline convenience overload stringize(std::wstring); make convenience overload wstringize(std::string) symmetrically convert from UTF-8 string. Also eliminate STRINGIZE() et al. dependency on Boost.Phoenix: use lambdas instead. Using lambdas instead of template expansion necessitates reordering some code in wrapllerrs.h. | |||
2018-05-17 | SL-821: Add LL_TO_WSTRING() macro to llpreprocessor.h. | Nat Goodspeed | |
Also use existing LL_TO_STRING() macro to stringize LL_VIEWER_CHANNEL in llversioninfo.cpp and its tests. | |||
2018-05-14 | MAINT-8689 Diagnostics for coroutine memory crash | andreykproductengine | |
2018-06-08 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
2018-06-07 | MAINT-8724 fix crash in libc++abi demangling on OSX 10.14 Mojave | 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-06-07 | Disable name demangling via libc++abi on OS X to avoid malloc abort trap on ↵ | Graham Linden | |
OS X 10.14 Mojave | |||
2018-05-30 | MAINT-8686 Viewer should report active coroutines at the end of the session | andreykproductengine | |
2018-05-11 | SL-821: Move BugSplat includes/libs from llcommon to newview. | Nat Goodspeed | |
No C++ source in llcommon references any of the BugSplat code. | |||
2018-04-12 | Automated merge with tip of viewer-release after Viewer Media Update release | callum_linden | |
2018-05-18 | merge | Brad Payne (Vir Linden) | |
2018-03-29 | MAINT-8421: default textures for server bakes | Anchor Linden | |
2018-03-07 | Merged lindenlab/viewer-release into default | Ankur Ahlawat | |
2018-03-02 | merge | Brad Payne (Vir Linden) | |
2018-02-28 | Merged lindenlab/viewer-release into default | Ankur Ahlawat | |
2018-02-28 | Merge | Anchor Linden | |
2018-02-28 | [MAINT-8081] - bakes on mesh. 1st pass. changed texture panel to select ↵ | Anchor Linden | |
bakes on objects. handle magic bake ids in LLViewerObject. | |||
2018-02-13 | merge | Brad Payne (Vir Linden) | |
2018-02-22 | MAINT-8183 Fixed some exit issues and crashes | andreykproductengine | |
2018-02-19 | MAINT-8308 Additional logging for mesh processing | andreykproductengine | |
2018-02-19 | MAINT-8022 Handling memory errors in unzip_llsdNavMesh | andreykproductengine | |
2018-02-12 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |