Age | Commit message (Expand) | Author |
2020-03-25 | DRTVWR-476: Make llcoro::logname() distinguish different threads. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Make Sync::bump() atomic, add set() method. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Adjust LLCoros to new LLInstanceTracker API. | Nat Goodspeed |
2020-03-25 | DRTVWR-476, SL-12197: Don't throw Stopping from main coroutine. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Enrich LLExceptions thrown by LLTHROW() with stack trace. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Add LLTHROW()/LOG_UNHANDLED_EXCEPTION() test. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Introduce LLStacktrace, a token to stream stack trace. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Have to package libhunspell dylib now, not .a lib. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Remove diagnostics around 'SetFile -a V' commands. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Introduce LLCoprocedureManager::close(). Use in tests. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Conflate LOGFAIL env var empty with completely unset. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Use LLThreadSafeQueue, not boost::fibers::buffered_channel. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Make LLThreadSafeQueue coroutine-safe as well. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Manually count items in LLCoprocedurePool's pending queue. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Back out 355d9db4a59f: unroll stderr redirection. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Back out e913c05d43b6: unroll stderr redirection. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Back out e66ec842b851: unrolling stderr redirection. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Partially revert 978e09882565: undo using LLTempRedirect. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Don't test configuration.emptyMap(). | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Always clear both fields even if mOrigTarget invalid. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Make viewer_manifest.py report its own command line. | Nat Goodspeed |
2020-03-25 | DRTVWR-476, SL-12205: Refactor MSVC redist library copying. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Annotate Mani's plea from 2009 with a suggested solution. | Nat Goodspeed |
2020-03-25 | DRTVWR-476, SL-12205: Search for msvcp140.dll, not msvcr140.dll | Nat Goodspeed |
2020-03-25 | DRTVWR-476, SL-12205: Update to glod built with VS 2017 runtime libs. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Encapsulate dup()/dup2() fd saving as LLTempRedirect. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: For VS 2017, MSVC_VERSION can be any of a range. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Throw some more Microsoft runtime DLLs at the viewer. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Correct runtime DLL names for VS 2017. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Update to VS 2017 versions of runtime DLLs. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Update llviewerjoystick.cpp for updated libndofdev API. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Defend against late ~LLWatchdogTimeout() calls. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: On Windows, dup2() et al. need <io.h> | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Try to extend stderr redirection to Windows as well. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Add diagnostic output to llviewerjoystick.cpp. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Try to log stderr output from classic-C libraries. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Add LLUniqueFile, adding RAII semantics to LLFILE*. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Use shared_ptr to manage lifespan of coprocedure queue. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Keep coroutine-local data on toplevel()'s stack frame. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Back out changeset 40c0c6a8407d ("final" LLApp listener) | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Pump coroutines a few more times when we start quitting. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Don't name the caught exception | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Terminate long-lived coroutines to avoid shutdown crash. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Infrastructure to help manage long-lived coroutines. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Mention LLApp::stepFrame() in LLAppViewer::idle() | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Make ~LLEventPumps() call reset() on its way out. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Defer #include "lleventtimer.h" until lleventfilter.cpp. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Add LLEventTimer::run_every(), run_at(), run_after(). | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Eliminate static LLEventPump factory maps. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Seems gcc 4.8 forbids brace-init of reference vars. | Nat Goodspeed |