index
:
viewer.git
2024.09-ExtraFPS
main
maint-c
Megapahit's fork of the Second Life viewer.
Erik Kundiman
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
indra
/
llcommon
/
llexception.cpp
Age
Commit message (
Expand
)
Author
2024-05-28
Fix up llexception.h's cross-platform SEH wrapper.
Nat Goodspeed
2024-05-24
Promote seh_catcher() et al. to llexception.{h,cpp} for general use.
Nat Goodspeed
2024-04-29
#824 Process source files in bulk: replace tabs with spaces, convert CRLF to ...
Andrey Lihatskiy
2024-03-05
SL-17896 Don't crash silently if files are missing or out of memory
Andrey Kleshchev
2022-03-25
SL-17077 Ensure profiling is disabled if gpu_benchmark fails. Log the source...
Dave Parks
2020-12-01
SL-14347 Crash at ChoosePixelFormat SEH
Andrey Kleshchev
2020-03-25
DRTVWR-476: On Windows, use prebuilt Boost.Stacktrace.
Nat Goodspeed
2020-03-25
DRTVWR-476: Enrich LLExceptions thrown by LLTHROW() with stack trace.
Nat Goodspeed
2016-09-02
MAINT-5011: Abbreviate __FILE__ path in log_unhandled_exception_().
Nat Goodspeed
2016-09-01
MAINT-5011: Use LL_VLOGS() rather than raw lllog() macro.
Nat Goodspeed
2016-08-31
MAINT-5011: Add log tag to LOG_UNHANDLED_EXCEPTION() log messages.
Nat Goodspeed
2016-08-18
MAINT-5011: Catch unhandled exceptions in LLCoros coroutines.
Nat Goodspeed
2016-08-17
MAINT-5011: Try to enrich catch (...) logging throughout viewer.
Nat Goodspeed
2016-08-17
MAINT-5011: Add llexception_test.cpp with tests (and conclusions).
Nat Goodspeed