- Aug 09, 2013
-
-
Richard Linden authored
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
-
- Jan 08, 2013
-
-
Richard Linden authored
more fixes for unit test crashes added llcommon initialization/teardown for unit tests that indirectly trigger lltrace changed access of atomic refcount to use preincrement/decrement operators to reflect desired semantics always call apr_initialize in LLCommon::initClass, even if already initialized...apr does internal reference counting to keep things straight
-
- Dec 05, 2012
-
-
Richard Linden authored
changed thread id declaration to be local to llthread.cpp and use currentID() uniformly across platforms
-
- Nov 20, 2012
-
-
Richard Linden authored
fixes to merge
-
- Sep 21, 2012
-
-
Richard Linden authored
added LLThreadLocalPtr broke llmutex out into llmutex.h got primary sampling buffer under thread local storage
-