Age | Commit message (Expand) | Author |
2020-03-25 | DRTVWR-494: Use std::thread::id for LLThread::currentID(). | Nat Goodspeed |
2020-03-25 | DRTVWR-494: Move LL_ERRS out of llinstancetracker.h header file. | Nat Goodspeed |
2020-03-25 | DRTVWR-494: Move explanatory comments from LLSingleton to LockStatic. | Nat Goodspeed |
2020-03-25 | DRTVWR-494: Add llmake_heap(); update to variadic llmake(). | Nat Goodspeed |
2020-03-25 | DRTVWR-494: Extract LockStatic as a standalone template class. | Nat Goodspeed |
2020-03-25 | DRTVWR-494: Streamline LLSingleton state machine. | Nat Goodspeed |
2020-03-25 | DRTVWR-494: Encapsulate redundant VS boilerplate around <mutex>. | Nat Goodspeed |
2020-03-25 | DRTVWR-494: Streamline LLEventTimer::updateClass(). | Nat Goodspeed |
2020-03-25 | DRTVWR-494: Add on_main_thread(), sibling to assert_main_thread(). | Nat Goodspeed |
2020-03-25 | DRTVWR-494: Improve thread safety of LLSingleton machinery. | Nat Goodspeed |
2020-03-25 | DRTVWR-494: Quiet VS warnings about its own <mutex> header. | Nat Goodspeed |
2020-03-25 | DRTVWR-494: Defend LLInstanceTracker against multi-thread usage. | Nat Goodspeed |
2019-12-16 | Merge viewer-release 6.3.6 into viewwer-eep repo | Dave Houlton |
2019-11-27 | Upstream merge from viewer-neko | AndreyL ProductEngine |
2019-11-27 | Downstream merge from lindenlab/viewer-lynx | AndreyL ProductEngine |
2019-11-19 | SL-6621 Small rework, should also fix mNumTotalRef related asserts | andreykproductengine |
2019-11-13 | Merge in from viewer-release 6.3.5 | Dave Houlton |
2019-11-12 | Merged in lindenlab/viewer-release | AndreyL ProductEngine |
2019-11-10 | SL-6109 Better key and table localization support and fix for key-replacing | andreykproductengine |
2019-10-23 | SL-11727 Fix build warnings | andreykproductengine |
2019-10-16 | merge | Brad Payne (Vir Linden) |
2019-10-15 | Merge from viewer-release | andreykproductengine |
2019-10-03 | SL-6109 Remade 'ignore' list processing, renamed and reformed keybindings | andreykproductengine |
2019-09-26 | SL-6109 Conflict resolution | andreykproductengine |
2019-09-25 | SL-6109 Mouse support ready | andreykproductengine |
2019-09-17 | SL-6109 Keyaboard support ready | andreykproductengine |
2019-09-10 | Merge viewer-release 6.3.2 | Graham Linden |
2019-09-10 | Merged in lindenlab/viewer-release | andreykproductengine |
2019-09-05 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine |
2019-09-05 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine |
2019-08-29 | Merge from lindenlab/viewer-release | andreykproductengine |
2019-08-26 | Merge 6.3.1 viewer-release | Graham Linden |
2019-08-26 | Merged in lindenlab/viewer-release | AndreyL ProductEngine |
2019-08-20 | Automated merge with ssh://bitbucket.org/andreykproductengine/drtvwr-493 | Nat Goodspeed |
2019-08-20 | DRTVWR-493: Clarify capturing LLError::getFatalFunction() in a var. | Nat Goodspeed |
2019-08-20 | DRTVWR-493: Defend LL[Param]Singleton against ctor/init exceptions. | Nat Goodspeed |
2019-09-19 | SL-6109 Implement keybindings | andreykproductengine |
2019-08-19 | DRTVWR-493: Improve exception safety of LLSingleton initialization. | Nat Goodspeed |
2019-08-14 | DRTVWR-493: Work around static initialization order problem. | Nat Goodspeed |
2019-08-13 | DRTVWR-493 Test fix for W64 | andreykproductengine |
2019-08-12 | DRTVWR-493: Rely on recursive_mutex to handle circularity | Nat Goodspeed |
2019-08-12 | Automated merge with ssh://bitbucket.org/andreykproductengine/drtvwr-493 | Nat Goodspeed |
2019-08-12 | DRTVWR-493: Permit LLParamSingleton::initSingleton() circularity. | Nat Goodspeed |
2019-08-12 | DRTVWR-493 LLWearableType to LLParamSingleton | andreykproductengine |
2019-08-12 | Automated merge with file:///Users/nat/linden/viewer-catch | Nat Goodspeed |
2019-08-12 | DRTVWR-493: Streamline LLParamSingleton, LLLockedSingleton. | Nat Goodspeed |
2019-08-12 | DRTVWR-493: Make catch_llerrs() a member of WrapLLErrs. | Nat Goodspeed |
2019-08-10 | DRTVWR-493: Introduce test catch_what(), catch_llerrs() functions. | Nat Goodspeed |
2019-08-06 | SL-10908 Test viewers should crash normally | andreykproductengine |
2019-07-30 | Make llerror do 66% fewer fprintf calls when engaging ANSI encoding and elimi... | Graham Linden |