Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-11 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
gcc 4.1 fixes | |||
2013-01-11 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
gcc 4.1 fixes | |||
2013-01-11 | merge | Richard Linden | |
2013-01-11 | fix for mac builds | 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 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
fix for gcc build error | |||
2013-01-11 | gcc fixes | Andrew Meadows | |
2013-01-10 | removed compiler flag not understood by OS X version of gcc | Andrew Meadows | |
2013-01-10 | fix for invalid use of posix_memalign | Andrew Meadows | |
2013-01-10 | SH-3468 WIP add memory tracking base class | Richard Linden | |
actually use return value of posix_memalign! | |||
2013-01-10 | typo fix | Andrew Meadows | |
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-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 | 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 | |||
2013-01-04 | Automated merge with http://bitbucket.org/lindenlab/viewer-development | Richard Linden | |
2013-01-04 | SH-3468 WIP add memory tracking base class | Richard Linden | |
further compile error fixes | |||
2013-01-04 | SH-3468 WIP add memory tracking base class | Richard Linden | |
further compile error fixes | |||
2013-01-04 | SH-3468 WIP add memory tracking base class | Richard Linden | |
further compile error fixes | |||
2013-01-04 | SH-3468 WIP add memory tracking base class | Richard Linden | |
attempted fix for gcc compile errors can't use typeid() on a class that doesn't have a method defined in a translation unit fix is to force classes deriving from LLMemTrackable to use their own static member named sMemStat | |||
2013-01-04 | SH-3468 WIP add memory tracking base class | Richard Linden | |
fix for compile error on windows ignore stdint.h even though VS2010 provides it | |||
2013-01-04 | merge back DRTVWR-275 from 3.4.4 beta | Oz Linden | |
2013-01-04 | More fixes for linux build of lltrace changes | Andrew Meadows | |
2013-01-03 | fixing linux compile errors for llcommon after LLTrace work | Andrew Meadows | |
2013-01-03 | MAINT-2184 [crashhunters] new crash in LLUUID::toString | Kelly Washington | |
Fix dangling references. | |||
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 | |||
2013-01-02 | merge changes for DRTVWR-269 | Oz Linden | |
2012-12-28 | merge changes for DRTVWR-272 | Oz Linden | |
2012-12-23 | SH-3468 WIP add memory tracking base class | Richard Linden | |
fixed crash on exit by making LLInstanceTracker iterators use atomic iterator nesting count for thread safety | |||
2012-12-21 | MAINT-2168: Backed out changeset fb93eecd462d, reapply fix | Nat Goodspeed | |
Now that we've backed out the premature push, reapply the actual fix to propagate it appropriately. | |||
2012-12-21 | MAINT-2168: Backed out changeset 797318b62275, pushed to wrong repo | Nat Goodspeed | |
This changeset was prematurely pushed to the wrong repository. Back it out to propagate it the right way. | |||
2012-12-21 | MAINT-2168: fail with real message if required var PORT not set. | Nat Goodspeed | |
llhttpclient_test.cpp is only supposed to be run by test_llsdmessage_peer.py, as specified in llmessage/CMakeLists.txt. test_llsdmessage_peer.py sets the environment variable PORT before running INTEGRATION_TEST_llhttpclient. While it's not yet clear under what circumstances INTEGRATION_TEST_llhttpclient could find PORT not set (getenv() returning NULL), it's obvious that in that case, the previous code might well crash. Make it at least fail with an explanatory message rather than a mysterious large negative integer. In theory, occurrences of that message could help us solve the underlying issue. | |||
2012-12-21 | SH-3468 WIP add memory tracking base class | Richard Linden | |
improvements on lifetime of lltrace core data structures tweaks to thread local pointer handling so that static constructors/destructors can safely call functions that use lltrace | |||
2012-12-20 | merge changes for 3.4.4-beta3 | Oz Linden | |
2012-12-20 | merge changes for DRTVWR-271 | Oz Linden | |
2012-12-20 | Reverted mac updater | Aura Linden | |
2012-12-20 | There goes a month of work | Aura Linden | |
2012-12-19 | merge changes for 3.4.4-beta2 | Oz Linden | |
2012-12-19 | merge changes for DRTVWR-270 | Oz Linden | |
2012-12-19 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-development | Nat Goodspeed | |
2012-12-19 | MAINT-1986: merge in TeamCity check in hashmap_test | Nat Goodspeed | |
2012-12-19 | MAINT-1986: merge in server-trunk fixes | Nat Goodspeed | |