Age | Commit message (Expand) | Author |
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 |
2020-03-25 | DRTVWR-476: We've observed a couple different values for VS 2017. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Kill LLEventQueue, per-frame LLEventPump::flush() calls. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Introduce LLEventMailDrop::discard() (instead of flush()). | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Directly reference LLVivoxVoiceClient::mVivoxPump. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Add LLEventLogProxy, LLEventLogProxyFor<T>. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Validate LLEventPumpOrPumpName replyPump | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Remove special case for listen(boost::bind(weak_ptr)). | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Remove llwrap(), LLListenerWrapper[Base] and support. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Add llsd::array() and llsd::map() variadic functions. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Engage variadic llmake() implementation. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Make test program --debug switch work like LOGTEST=DEBUG. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Fix overflow case in llcoro::postAndSuspend(). | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Fix Windows line endings | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Re-enable an llcoproceduremanager_test case. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Add Sync class to help with stepwise coroutine tests. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Improve llprocess_test.cpp diagnostic output. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Add basic tests for LLCond. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Fix first round of compile errors. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Fix convert(F32Milliseconds) | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Review response: remove wait_until() methods and LLDate. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Review response: support LLDate and llunits.h durations. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: WIP: Untested preliminary implementation of LLCond. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Fix confusing comment in LLProcess::handle_status(). | Nat Goodspeed |