index
:
viewer.git
2024.09-ExtraFPS
main
maint-c
Megapahit's fork of the Second Life viewer.
Erik Kundiman
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
indra
/
llcommon
/
llsingleton.cpp
Age
Commit message (
Expand
)
Author
2024-04-29
#824 Process source files in bulk: replace tabs with spaces, convert CRLF to ...
Andrey Lihatskiy
2024-01-09
Replace BOOST_FOREACH with standard C++ range-based for-loops
Ansariel
2021-05-12
SL-10297: Simplify implementation of LLSingletonBase::logwarns() etc.
Nat Goodspeed
2021-05-11
SL-10297: Move LL_ERRS crash location into the LL_ERRS macro itself.
Nat Goodspeed
2021-05-10
SL-10297: Make LLSingletonBase::llerrs() et al. runtime variadic.
Nat Goodspeed
2021-01-21
Merged in xcode-buildfix (pull request #442)
Andrey Lihatskiy
2020-09-25
SL-13979 Crash of logging system at LLError::Settings::getInstance()
Andrey Kleshchev
2020-03-25
DRTVWR-476: Log calls to LLParamSingleton::initParamSingleton().
Nat Goodspeed
2020-03-25
DRTVWR-476: Fix merge glitch.
Nat Goodspeed
2020-03-25
DRTVWR-476: LLTHROW() requires LLException or subclass.
Nat Goodspeed
2020-03-25
SL-793: Use Boost.Fiber instead of the "dcoroutine" library.
Nat Goodspeed
2020-03-25
SL-11216: Remove LLSingletonBase::cleanupAll().
Nat Goodspeed
2020-03-25
DRTVWR-494: Move most LLSingleton cleanup back to destructor
Nat Goodspeed
2020-03-25
DRTVWR-494: Dispatch all LLSingleton construction to the main thread.
Nat Goodspeed
2020-03-25
DRTVWR-494: Improve thread safety of LLSingleton machinery.
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-08-19
DRTVWR-493: Improve exception safety of LLSingleton initialization.
Nat Goodspeed
2017-05-22
Automated merge with ssh://bitbucket.org/lindenlab/viewer-release
Nat Goodspeed
2017-04-24
DRTVWR-418: Remove final shutdown cleanup as a cause of crashes.
Nat Goodspeed
2017-04-25
MAINT-7145 Eliminate LLSingleton circular references
andreykproductengine
2016-09-15
MAINT-5232: Normalize LLSingleton subclasses.
Nat Goodspeed
2016-09-06
MAINT-5232: Prevent runaway LLSingletonBase::MasterList growth.
Nat Goodspeed
2016-09-06
MAINT-5232: Make LLSingleton's 'initializing' stack coro-specific.
Nat Goodspeed
2016-09-03
MAINT-5232: Add DEBUG logging to LLSingleton dependency tracking.
Nat Goodspeed
2016-09-01
MAINT-5011: Use LL_VLOGS() rather than raw lllog() macro.
Nat Goodspeed
2016-08-31
MAINT-5232: Add a tag to LLSingleton log messages.
Nat Goodspeed
2016-08-31
MAINT-5232: Add DEBUG logging to LLSingleton operations.
Nat Goodspeed
2016-08-30
MAINT-5232: Consolidate special LLSingletonBase logging logic.
Nat Goodspeed
2016-08-30
MAINT-5232: Do less work inside typeid() calls.
Nat Goodspeed
2016-08-30
Automated merge with ssh://bitbucket.org/lindenlab/viewer-release
Nat Goodspeed
2015-11-10
remove execute permission from many files that should not have it
Oz Linden
2015-06-26
MAINT-5232: Use LLError::Log::demangle() to log LLSingleton classes.
Nat Goodspeed
2015-06-26
MAINT-5232: Loosen LLSingleton circularity constraints slightly.
Nat Goodspeed
2015-06-25
MAINT-5232: Try to avoid circularity between LLError and LLSingleton.
Nat Goodspeed
2015-06-24
MAINT-5232: Introduce inter-LLSingleton dependency tracking.
Nat Goodspeed
2013-05-09
Merge downstream code and viewer-beta
simon
2013-04-24
diff -r 59c7bed66dfd indra/llcommon/lleventapi.h
simon
2013-03-29
Update Mac and Windows breakpad builds to latest
Graham Madarasz
2010-08-13
Change license from GPL to LGPL (version 2.1)
Oz Linden
2009-08-06
Add on-demand allocation of LLSingletonRegistry::sSingletonMap so we don't re...
brad kittenbrink
2009-08-05
Attemt at fixing "doubleton" problems across shared lib boundaries. Singleto...
brad kittenbrink