Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-05-20 | BUILDFIX: mac gcc fix | Richard Linden | |
2013-05-02 | SH-4080 WIP interesting: random crash on Mac | Richard Linden | |
added comments to llsingleton.h | |||
2013-04-29 | SH-4080 WIP interesting: random crash on Mac | Richard Linden | |
fixed singleton unit test resurrecting a singleton now properly calls initSingleton() | |||
2013-04-27 | SH-4080 WIP interesting: random crash on Mac | Richard Linden | |
more singleton cleanup to eliminate crashes on startup/exit | |||
2013-04-26 | SH-4080 WIP interesting: random crash on Mac | Richard Linden | |
fixed Mac crash related to non-reentrant singleton constructor | |||
2013-04-26 | SH-4080 WIP interesting: random crash on Mac | Richard Linden | |
fixed Mac crash related to non-reentrant singleton constructor | |||
2013-04-24 | BUILDFIX: singleton unit test could not resurrect singleton | Richard Linden | |
2013-04-24 | BUILDFIX: method name was wrong | Richard Linden | |
2013-04-24 | SH-4080 WIP interesting: random crash on Mac | Richard Linden | |
potential fix for crasher cleaned up llsingleton | |||
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-01-03 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
made fast timer stack thread local added LLThreadLocalSingleton made LLThreadLocalPointer obey pointer rules for const added LLThreadLocalSingletonPointer for fast thread local pointers | |||
2011-09-06 | LLProxy code review fixes. | Logan Dethrow | |
* Removed check_curl_code and check_curl_multi_code from the global namespace. * Added comments documenting which thread the public methods of LLProxy should be called from. * Corrected grammar in LLSingleton.h * Fixed a buffer scope problem in llpacketring.cpp. | |||
2011-09-01 | Clarified the reason for adding the deleteSingleton method to LLSingleton. ↵ | Logan Dethrow | |
Added a simple unit test to verify the functionality of the deleteSingleton method. | |||
2011-07-21 | STORM-1112 Protected LLProxy members during cross-thread calls to ↵ | Logan Dethrow | |
LLProxy::applyProxySettings() | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2009-11-30 | Linker optimization - use "extern template" for commonly regenerated templates | James Cook | |
Also replaced many duplicate calls to LLViewerCamera::getInstance() with local pointer. Reviewed with Ambroff | |||
2009-08-06 | Add on-demand allocation of LLSingletonRegistry::sSingletonMap so we don't ↵ | brad kittenbrink | |
rely on static initialization order. reviewed by nat. | |||
2009-08-05 | Merged in my DEV-35401 "doubleton" fix. | brad kittenbrink | |
2009-08-05 | Attemt at fixing "doubleton" problems across shared lib boundaries. ↵ | brad kittenbrink | |
Singletons now keep their SingletonInstaceData in a big global map in the llcommon module. | |||
2009-08-04 | svn merge -r 128442:129343 ↵ | Richard Nelson | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/skinning/skinning-18 into svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-2.0.0-3 | |||
2009-06-21 | merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3 | Steven Bennetts | |
ignore-dead-branch |