Age | Commit message (Collapse) | Author |
|
|
|
field to carry spatial+size data?
|
|
|
|
fixed LLExtendableRecording to actually accumulator recording time period
renamed and updated LLStopWatchControlsMixin::initTo to setPlayState
|
|
|
|
|
|
|
|
improved performance of fast timer stat gathering (fixed typo)
|
|
improved performance of fast timer stat gathering
|
|
more gcc fixes
|
|
|
|
gcc 4.1 fixes
|
|
|
|
gcc 4.1 fixes
|
|
|
|
gcc 4.1 fixes
|
|
|
|
|
|
|
|
|
|
moved thread local storage to its own cpp file
|
|
|
|
|
|
fix for gcc build error
|
|
fixed gcc errors in llscenemonitor.cpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
actually use return value of posix_memalign!
|
|
|
|
|
|
|
|
|
|
|
|
made LLTrace::MemTrackable support custom alignment
LLDrawable now uses MemTrackable new and delete operators
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix for linux build issues
|
|
cleaned up hacks used to get unit tests working
LLTrace::init now supports recursive initialization/cleanup
put NOMINMAX back in win32 header wrappers
|
|
fixed Windows build problem (NOMINMAX redefinition)
|
|
|
|
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
|