phoenix-firestorm/indra
Nat Goodspeed 2a56ab4436 DRTVWR-476, SL-12197: Don't throw Stopping from main coroutine.
The new LLCoros::Stop exception is intended to terminate long-lived coroutines
-- not interrupt mainstream shutdown processing. Only throw it on an
explicitly-launched coroutine.

Make LLCoros::getName() (used by the above test) static. As with other LLCoros
methods, it might be called after the LLCoros LLSingleton instance has been
deleted. Requiring the caller to call instance() implies a possible need to
also call wasDeleted(). Encapsulate that nuance into a static method instead.
2020-03-25 19:24:25 -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
lib/python/indra
linux_crash_logger
llappearance
llaudio
llcharacter
llcommon DRTVWR-476, SL-12197: Don't throw Stopping from main coroutine. 2020-03-25 19:24:25 -04:00
llcorehttp DRTVWR-476: Disable test_httprequest.hpp on Mac Release builds. 2020-03-25 18:44:04 -04:00
llcrashlogger
llimage
llimagej2coj
llinventory
llkdu
llmath
llmessage DRTVWR-476, SL-12197: Don't throw Stopping from main coroutine. 2020-03-25 19:24:25 -04:00
llplugin
llprimitive
llrender
llui DRTVWR-476: Remove special case for listen(boost::bind(weak_ptr)). 2020-03-25 18:52:11 -04:00
llvfs
llwindow
llxml
mac_crash_logger
media_plugins
newview DRTVWR-476, SL-12197: Don't throw Stopping from main coroutine. 2020-03-25 19:24:25 -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, SL-12197: Don't throw Stopping from main coroutine. 2020-03-25 19:24:25 -04:00
win_crash_logger
CMakeLists.txt
edit-me-to-trigger-new-build.txt
fix-incredibuild.py