phoenix-firestorm/indra
Nat Goodspeed 9ef702db11 DRTVWR-476: Enrich LLExceptions thrown by LLTHROW() with stack trace.
The LLTHROW() abstraction allows us to enrich the subject exception with a
boost::stacktrace -- without having to propagate the boost/stacktrace.hpp
header throughout the code base.

To my delight, our existing use of
boost::current_exception_diagnostic_information() already reports the newly
added boost::stacktrace information -- we don't have to query it specifically!
2020-03-25 19:21:16 -04:00
..
cmake DRTVWR-476, SL-12205: Refactor MSVC redist library copying. 2020-03-25 19:06:12 -04:00
copy_win_scripts
doxygen
integration_tests [DRTVWR-476] - fix linking 2020-03-25 18:39:20 -04:00
lib/python/indra
linux_crash_logger SL-793: Use Boost.Fiber instead of the "dcoroutine" library. 2020-03-25 17:32:45 -04:00
llappearance
llaudio
llcharacter
llcommon DRTVWR-476: Enrich LLExceptions thrown by LLTHROW() with stack trace. 2020-03-25 19:21:16 -04:00
llcorehttp DRTVWR-476: Disable test_httprequest.hpp on Mac Release builds. 2020-03-25 18:44:04 -04:00
llcrashlogger Use reinterpret_cast to pass pthread_self (pthread_t) into CRYPTO_THREADID_set_pointer (void*). 2020-03-25 18:40:45 -04:00
llimage [DRTVWR-476] - fix compiler errors 32 bit windows build 2020-03-25 18:44:04 -04:00
llimagej2coj [DRTVWR-476] - update openjpeg 2020-03-25 18:39:20 -04:00
llinventory
llkdu
llmath Backed out changeset: de49423bb5ae 2020-03-25 18:39:20 -04:00
llmessage DRTVWR-476: Introduce LLCoprocedureManager::close(). Use in tests. 2020-03-25 19:07:22 -04:00
llplugin [DRTVWR-476] - fix linking 2020-03-25 18:39:20 -04:00
llprimitive [DRTVWR-476] - fix compiler errors 32 bit windows build 2020-03-25 18:44:04 -04:00
llrender DRTVWR-476: Fix glVertexAttrib{IPointer,PointerARB}() OpenGL calls. 2020-03-25 16:12:46 -04:00
llui DRTVWR-476: Remove special case for listen(boost::bind(weak_ptr)). 2020-03-25 18:52:11 -04:00
llvfs [DRTVWR-476] - fix compiler errors 32 bit windows build 2020-03-25 18:44:04 -04:00
llwindow DRTVWR-494: Avoid keeping iterator to destroyed temporary container. 2020-03-25 15:28:17 -04:00
llxml
mac_crash_logger SL-793: Use Boost.Fiber instead of the "dcoroutine" library. 2020-03-25 17:32:45 -04:00
media_plugins
newview DRTVWR-476: Have to package libhunspell dylib now, not .a lib. 2020-03-25 19:07:22 -04:00
test DRTVWR-476: Conflate LOGFAIL env var empty with completely unset. 2020-03-25 19:07:22 -04:00
tools/vstool Tweaks to VSTool source and executable for compatibility with VS 2017 2020-03-25 18:44:04 -04:00
viewer_components DRTVWR-476: Infrastructure to help manage long-lived coroutines. 2020-03-25 19:02:24 -04:00
win_crash_logger [DRTVWR-476] - fix linking 2020-03-25 18:39:20 -04:00
CMakeLists.txt [DRTVWR-476] - fix linking 2020-03-25 18:39:20 -04:00
edit-me-to-trigger-new-build.txt
fix-incredibuild.py