Age | Commit message (Expand) | Author |
2020-03-25 | DRTVWR-476: Introduce LLThreadSafeQueue::close(). | Nat Goodspeed |
2020-03-25 | DRTVWR-476: make printActiveCoroutines() output slightly clearer. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: LLChannelManager depends on LLUI. Tell LLSingleton. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Re-enable LLInstanceTracker tests disabled months ago. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Log calls to LLParamSingleton::initParamSingleton(). | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Update LLMainThreadTask tests for simpler API. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Fix merge glitch. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: On Windows, use prebuilt Boost.Stacktrace. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Adapt LLInstanceTracker::snapshot for VS limitations. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Add unit tests for LLMainThreadTask. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: LLTHROW() requires LLException or subclass. | Nat Goodspeed |
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 |