Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-06 | MAINT-3374 FIXED Don't show username after display name if this setting is ↵ | Mnikolenko ProductEngine | |
disabled. | |||
2013-11-01 | SH-4595 WIP - reworked descendents of LLInventoryAddedObserver to use ↵ | Brad Payne (Vir Linden) | |
gInventory.getAddedIDs(). LLInventoryAddedObserver isn't really needed anymore, but leaving it in as a debugging point at least for now. | |||
2013-10-29 | fixed timer bars not appearing in fast timer view | Richard Linden | |
fixed "bouncing" stat values when a value ended in zeroes | |||
2013-10-29 | Merge viewer-release => sunshine-internal | Don Kjer | |
2013-10-25 | Fix release merge issues (included upstream changes not yet in release from ↵ | Graham Linden | |
bear) | |||
2013-10-25 | Merge 3.6.9 ShareStorm | Graham Linden | |
2013-10-25 | trivial: fix several weird compiling errors. | Xiaohong Bao | |
2013-10-24 | Merge | Richard Linden | |
2013-10-24 | SH-4577 WIP Interesting: viewer crashed when clicking a offline Conversation ↵ | Richard Linden | |
containing a shared object potential fix by making instance tracker allow key collisions for LLToastNotifyPanel changed assertion macro to use original unpreprocessed source code renamed instance tracker behavior macros to use LL prefix added RestoreCameraPosOnLogin setting to optionally restore old camera positioning behavior | |||
2013-10-23 | moved some common functionality from LLTrace::BlockTimerStatHandle to BlockTimer | Richard Linden | |
updates appearance utility dependency | |||
2013-10-21 | fix for crash when copying trace recording | Richard Linden | |
2013-10-21 | fixed things so that trace recordings can be read from even while active | Richard Linden | |
2013-10-21 | more buildfix | Richard Linden | |
2013-10-21 | more buildfix stuff | Richard Linden | |
2013-10-21 | another attempted buildfix | Richard Linden | |
2013-10-21 | BUILDFIX: double delete in instancetracker unit test | Richard Linden | |
2013-10-18 | more forgotten typenames | Richard Linden | |
2013-10-18 | crash fix - bad handling of instancetracker iterators | Richard Linden | |
2013-10-18 | BUILDFIX: forgot typename | Richard Linden | |
2013-10-18 | fixed llinstancetracker unit test | Richard Linden | |
2013-10-18 | removed asserts in order to get testable builds again | Richard Linden | |
added unpause() behavior and changed pause() to do nothing when already stopped | |||
2013-10-17 | fix for assert at runtime (reading stats from recording while it was active) | Richard Linden | |
fix for bad values returns from getPeriodMin and getPeriodMax on count stats when no counts recorded fix for gcc compile time error (typename ftw) | |||
2013-10-17 | moved root timer to global variable | Richard Linden | |
added flag to LLInstanceTracker to allow multiple values per key made StatType allow multiple values per key to eliminate block timer related crash | |||
2013-10-16 | moved tree iterators into llfasttimer.h | Richard Linden | |
2013-10-16 | merge | Brad Payne (Vir Linden) | |
2013-10-15 | renamed TimeBlock to BlockTimerStatHandle | Richard Linden | |
2013-10-14 | Pull merge with lindenlab/viewer-bear | Merov Linden | |
2013-10-14 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2013-10-14 | changed ll_aligned_(malloc|free) to take alignment size as a template argument | Richard Linden | |
2013-10-11 | fixed legacy usage of llendl | Richard Linden | |
2013-10-08 | merge from viewer-release | Richard Linden | |
2013-10-07 | renamed TraceType to StatType | Richard Linden | |
added more MemTrackable types optimized memory usage of LLTrace some more | |||
2013-10-04 | Merge. Pull in viewer-release after 3.6.7 release. | Monty Brandenberg | |
2013-10-03 | more memory optimizations of lltrace | Richard Linden | |
2013-10-03 | fixed memory tracking of lltrace system | Richard Linden | |
2013-10-03 | BUILDFIX: fixed tabs in cmake file and lack of newline at EOF | Richard Linden | |
2013-10-03 | merge changes for 3.6.7-release | Oz Linden | |
2013-10-03 | added initial memory usage tracking for lltrace | Richard Linden | |
2013-10-01 | BUILDFIX: missing header | Richard Linden | |
2013-10-01 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Richard Linden | |
2013-10-01 | changed over to manual naming of MemTrackable stats | Richard Linden | |
changed claimMem and disclaimMem behavior to not pass through argument added more mem tracking stats to floater_stats | |||
2013-09-27 | BUILDFIX: too many arguments | Richard Linden | |
2013-09-27 | Automated merge with http://bitbucket.org/lindenlab/viewer-interesting | Richard Linden | |
2013-09-27 | fixed lltrace memory tracking | Richard Linden | |
image memory utilization now always non-negative | |||
2013-09-27 | Automated merge with https://bitbucket.org/lindenlab/viewer-interesting | Richard Linden | |
2013-09-27 | BUILDFIX: fix for bad assert causing unit tests to fail | Richard Linden | |
2013-09-27 | BUILDFIX: fix for mac builds | Richard Linden | |
also, fixed alignment of tick labels on stat bars | |||
2013-09-25 | better memory usage for LLTrace (tighter packing of recording arrays) | Richard Linden | |
removed complicated and unnecessary fast timer gapless handoff logic (it should be gapless anyway) improved MemTrackable API, better separation of shadow and footprint added memory usage stats to floater_stats.xml | |||
2013-09-24 | converted memory tracking units to KB from B | Richard Linden | |
added more memory tracking to LLFolderView and kin | |||
2013-09-23 | refactored lltrace mem tracking to store allocation and deallocation sizes | Richard Linden | |
at the same time and work better with threads |