summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2013-01-11SH-3405 WIP convert existing stats to lltrace systemRichard Linden
more gcc fixes
2013-01-11Automated merge with file:///c:%5Ccode%5Cviewer-interesting-metricsRichard Linden
2013-01-11SH-3406 WIP convert fast timers to lltrace systemRichard Linden
gcc 4.1 fixes
2013-01-11Automated merge with file:///c:%5Ccode%5Cviewer-interesting-metricsRichard Linden
2013-01-11SH-3406 WIP convert fast timers to lltrace systemRichard Linden
gcc 4.1 fixes
2013-01-11Automated merge with file:///c:%5Ccode%5Cviewer-interesting-metricsRichard Linden
2013-01-11SH-3406 WIP convert fast timers to lltrace systemRichard Linden
gcc 4.1 fixes
2013-01-11Automated merge with file:///c:%5Ccode%5Cviewer-interesting-metricsRichard Linden
2013-01-11mergeRichard Linden
2013-01-11fix for mac buildsRichard Linden
2013-01-10Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metricsRichard Linden
2013-01-10Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metricsRichard Linden
2013-01-10SH-3406 WIP convert fast timers to lltrace systemRichard Linden
fix for gcc build error
2013-01-10SH-3405 WIP convert existing stats to lltrace systemRichard Linden
fixed gcc errors in llscenemonitor.cpp
2013-01-11gcc fixesAndrew Meadows
2013-01-09added newline to fix gcc buildsRichard Linden
2013-01-09Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metricsRichard Linden
2013-01-09Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metricsRichard Linden
2013-01-09SH-3468 WIP add memory tracking base classRichard Linden
made LLTrace::MemTrackable support custom alignment LLDrawable now uses MemTrackable new and delete operators
2013-01-09fix a type casting error.Xiaohong Bao
2013-01-09Automated merge with https://hg.lindenlab.com/richard/viewer-interestingXiaohong Bao
2013-01-09fix the merge errors from the changeset 3eadda9666cfXiaohong Bao
2013-01-10yet more gcc fixesAndrew Meadows
2013-01-10gcc fixesAndrew Meadows
2013-01-10gcc fixesAndrew Meadows
2013-01-09SH-3468 WIP add memory tracking base classRichard Linden
fix for linux build issues
2013-01-08MergeXiaohong Bao
2013-01-04SH-3468 WIP add memory tracking base classRichard Linden
further compile error fixes
2013-01-04Automated merge with http://bitbucket.org/lindenlab/viewer-developmentRichard Linden
2013-01-04SH-3468 WIP add memory tracking base classRichard Linden
further compile error fixes
2013-01-04SH-3468 WIP add memory tracking base classRichard 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-04More fixes for linux build of lltrace changesAndrew Meadows
2012-12-21SH-3468 WIP add memory tracking base classRichard 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-19fix for SH-3640: Can not edit objectsXiaohong Bao
2012-12-18fix for SH-3624: Object deletion does not workXiaohong Bao
2012-12-18SH-3406 WIP convert fast timers to lltrace systemRichard Linden
removed some potential data races got memory stats recording in trace system
2012-12-18Automated merge with ssh://hg.lindenlab.com/bao/bao-viewer-interesting/Xiaohong Bao
2012-12-18fix for SH-3619: some objects are missingXiaohong Bao
2012-12-18SH-3468 WIP add memory tracking base classRichard Linden
created memory tracking trace type instrumented a few classes with memory tracking
2012-12-17Pull and merge from https://bitbucket.org/lindenlab/viewer-development.William Todd Stinson
2012-12-17MAINT-2134: Removing llassert() calls that were causing problems with the ↵William Todd Stinson
Debug and RelWithDebInfo builds. Also, reworked the rest of the methods to only apply in cases where the class instance has been initialized.
2012-12-14merge changes for DRTVWR-224Oz Linden
2012-12-13mergeAndrew Meadows
2012-12-13We now handle local_id=0 in KillObject as a prefix to deleted local_id's.Andrew Meadows
This is the real viewer-side work that was the motivation for MAINT-2123. Reviewed with Bao.
2012-12-13merge fixes from 3.4.3-beta3Oz Linden
2012-12-13merge changes for DRTVWR-267Oz Linden
2012-12-13merge changes for DRTVWR-244Oz Linden
2012-12-12fix for SH-3622: crash on LLViewerRegion::updateVisibleEntriesXiaohong Bao
2012-12-12MAINT-2082: fix deletion of an autoreplace listOz Linden
2012-12-12MAINT-2051: Implement replacement of an existing autoreplace listOz Linden