Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-17 | Merge | Richard Linden | |
2013-01-17 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
fixed some uninitialized variables root timer accumulator was being initialized to NULL | |||
2013-01-15 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
fixed LLExtendableRecording to actually accumulator recording time period renamed and updated LLStopWatchControlsMixin::initTo to setPlayState | |||
2013-01-15 | Automated merge with http://hg.lindenlab.com/richard/viewer-interesting-metrics | Richard Linden | |
2013-01-15 | Attempted fix for thread local storage on OS X | Richard Linden | |
2013-01-14 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
improved performance of fast timer stat gathering (fixed typo) | |||
2013-01-14 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
improved performance of fast timer stat gathering | |||
2013-01-11 | SH-3405 WIP convert existing stats to lltrace system | Richard Linden | |
more gcc fixes | |||
2013-01-11 | Automated merge with file:///c:%5Ccode%5Cviewer-interesting-metrics | Richard Linden | |
2013-01-11 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
gcc 4.1 fixes | |||
2013-01-11 | Automated merge with file:///c:%5Ccode%5Cviewer-interesting-metrics | Richard Linden | |
2013-01-11 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
gcc 4.1 fixes | |||
2013-01-11 | Automated merge with file:///c:%5Ccode%5Cviewer-interesting-metrics | Richard Linden | |
2013-01-11 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
gcc 4.1 fixes | |||
2013-01-11 | Automated merge with file:///c:%5Ccode%5Cviewer-interesting-metrics | Richard Linden | |
2013-01-11 | merge | Richard Linden | |
2013-01-11 | fix for mac builds | Richard Linden | |
2013-01-11 | Automated merge with file:///c:%5Ccode%5Cviewer-interesting-metrics | Richard Linden | |
2013-01-11 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
moved thread local storage to its own cpp file | |||
2013-01-10 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics | Richard Linden | |
2013-01-10 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics | Richard Linden | |
2013-01-10 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
fix for gcc build error | |||
2013-01-10 | SH-3405 WIP convert existing stats to lltrace system | Richard Linden | |
fixed gcc errors in llscenemonitor.cpp | |||
2013-01-10 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting | Richard Linden | |
2013-01-11 | gcc fixes | Andrew Meadows | |
2013-01-10 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics | Richard Linden | |
2013-01-10 | removed compiler flag not understood by OS X version of gcc | Andrew Meadows | |
2013-01-10 | Automated merge with file:///d:%5Ccode%5Cviewer-interesting-metrics | Richard Linden | |
2013-01-10 | fix for invalid use of posix_memalign | Andrew Meadows | |
2013-01-10 | Automated merge with file:///d:%5Ccode%5Cviewer-interesting-metrics | Richard Linden | |
2013-01-10 | SH-3468 WIP add memory tracking base class | Richard Linden | |
actually use return value of posix_memalign! | |||
2013-01-09 | Automated merge with file:///d:%5Ccode%5Cviewer-interesting-metrics | Richard Linden | |
2013-01-10 | typo fix | Andrew Meadows | |
2013-01-09 | added newline to fix gcc builds | Richard Linden | |
2013-01-09 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics | Richard Linden | |
2013-01-09 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics | Richard Linden | |
2013-01-09 | SH-3468 WIP add memory tracking base class | Richard Linden | |
made LLTrace::MemTrackable support custom alignment LLDrawable now uses MemTrackable new and delete operators | |||
2013-01-09 | fix a type casting error. | Xiaohong Bao | |
2013-01-09 | Automated merge with https://hg.lindenlab.com/richard/viewer-interesting | Xiaohong Bao | |
2013-01-09 | fix the merge errors from the changeset 3eadda9666cf | Xiaohong Bao | |
2013-01-10 | yet more gcc fixes | Andrew Meadows | |
2013-01-10 | gcc fixes | Andrew Meadows | |
2013-01-10 | gcc fixes | Andrew Meadows | |
2013-01-09 | SH-3468 WIP add memory tracking base class | Richard Linden | |
fix for linux build issues | |||
2013-01-08 | SH-3468 WIP add memory tracking base class | Richard Linden | |
cleaned up hacks used to get unit tests working LLTrace::init now supports recursive initialization/cleanup put NOMINMAX back in win32 header wrappers | |||
2013-01-08 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
fixed Windows build problem (NOMINMAX redefinition) | |||
2013-01-08 | Merge | Xiaohong Bao | |
2013-01-08 | SH-3468 WIP add memory tracking base class | Richard Linden | |
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 | |||
2013-01-06 | SH-3468 WIP add memory tracking base class | Richard Linden | |
fix for unit test failures...cleanup apr without destroying pools, allowing LLProxy to clean itself up as a singleton (and avoiding spurious dependencies associated with manually destorying singletons that rely on apr pools) | |||
2013-01-04 | SH-3468 WIP add memory tracking base class | Richard Linden | |
further compile error fixes |