Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-08 | forgot to update instancetracker key when lazily generating name | Richard Linden | |
for memstat trace | |||
2013-09-07 | memory stat for MemTrackable has name lazily initialized in an attempt | Richard Linden | |
to get around link time error for unit tests on gcc | |||
2013-09-07 | merge | Richard Linden | |
2013-09-07 | added memory usage and occlusion events to traces | Richard Linden | |
renamed "current" to "primary" when referring to accumulators | |||
2013-09-05 | BUILDFIX: type typo | Richard Linden | |
2013-09-05 | changed fast timer over to using macro | Richard Linden | |
another attempt to move mem stat into base class | |||
2013-08-29 | SH-4377 FIX: Interesting: Windows viewer crashes when ↵ | Richard Linden | |
SceneLoadingMonitorEnabled is enabled | |||
2013-08-27 | fixed bad logic in unit test | Richard Linden | |
2013-08-27 | more gcc fixes | Richard Linden | |
2013-08-27 | Automated merge with http://bitbucket.org/lindenlab/viewer-interesting | Richard Linden | |
2013-08-27 | got comparisons between implicit and explicit units working right | Richard Linden | |
2013-08-27 | gcc build fix | Richard Linden | |
2013-08-27 | got linear unit conversions (like fahrenheit <-> celsius) working correctly | Richard Linden | |
further optimizations for codegen | |||
2013-08-27 | shuffled things around to get MSVC optimizer to generate optimal code | Richard Linden | |
in particular, created shortcut overloads for conversions and moved comparison operators into member functions | |||
2013-08-27 | MAINT-3065 : Avatar render info's 'geometry' stat is unpredictable for ↵ | simon | |
linked objects Removed "geometry" and "surface" Reviewed by Kelly | |||
2013-08-27 | forgot a file | Richard Linden | |
2013-08-27 | broke out llunit.h into llunittype.h and llunits.h for unit declarations | Richard Linden | |
changed unit declarations macros to make a lot more sense | |||
2013-08-27 | merge changes for 3.6.4-release | Oz Linden | |
2013-08-26 | BUILDFIX: fix for windows unit test failures...don't do unnecessary | Richard Linden | |
manipulation of callsite strings in llerror | |||
2013-08-26 | Automated merge with http://bitbucket.org/lindenlab/viewer-interesting | Richard Linden | |
2013-08-26 | BUILDFIX: corrected template parameter for LL_BAD_TEMPLATE_INSTANTIATION ↵ | Richard Linden | |
macro in llunit | |||
2013-08-26 | fixed eol type | Richard Linden | |
2013-08-26 | Automated merge with http://bitbucket.org/lindenlab/viewer-interesting | Richard Linden | |
2013-08-26 | removed some unecessary template parameters from LLUnit member functions | Richard Linden | |
forced unit conversion code to inline unit conversion now no longer converts all the way to base and back, but tries to find equivalent units as early as possible fixed another llinfos instance scene monitor now outputs n/a for invalid samples | |||
2013-08-26 | Merge the CHUIstorm 3.6.5 | Graham Linden | |
2013-08-26 | Tweak MAINT-3046 fix for faster remove_() performance | simon | |
2013-08-26 | added compile time warnings to use of deprecated llinfos, llwarns, etc. | Richard Linden | |
2013-08-23 | MAINT-3046 fix test regression from debug llassert accidentally checked in ↵ | Graham Linden | |
with crash fix | |||
2013-08-23 | Automated merge with https://bitbucket.org/lindenlab/viewer-interesting | Richard Linden | |
2013-08-23 | fixed issue with poor framerate after clearing cache | Richard Linden | |
2013-08-23 | BUILDFIX: replaced function that was accidentally removed | Richard Linden | |
2013-08-23 | MAINT-3046 make LLNotifications clear out vecs of LLNotificationChannelPtr ↵ | Graham Madarasz (Graham Linden) | |
so singleton cleanup doesn't do things it really ought not do | |||
2013-08-23 | BUILDFIX: reverted some debugging changes to llerror.cpp | Richard Linden | |
2013-08-23 | BUILDFIX: fix for crashes in unit tests on mac and linux | Richard Linden | |
2013-08-23 | Automated merge with https://bitbucket.org/lindenlab/viewer-interesting | Richard Linden | |
2013-08-22 | merge | Richard Linden | |
2013-08-22 | BUILDFIX: accidental checkin of infinite loop in llsdserialize test | Richard Linden | |
2013-08-22 | BUILDFIX: attempted fix for crash on exit in llsdserialize test | Richard Linden | |
2013-08-22 | SH-4433 FIX: Interesting: Statistics > Ping Sim is always 0 ms | Richard Linden | |
removed bad assert fixed precision issues during int->unsigned int conversions and vice versa | |||
2013-08-21 | SH-4433 WIP Interesting: Statistics > Ping Sim is always 0 ms | Richard Linden | |
added unit tests for lltrace | |||
2013-08-21 | BUILDFIX: gcc build fixes | Richard Linden | |
2013-08-21 | SH-4433 WIP Interesting: Statistics > Ping Sim is always 0 ms | Richard Linden | |
made getPrimaryAccumulator return a reference since it was an always non-null pointer changed unit conversion to perform lazy division in order to avoid truncation of timer values | |||
2013-08-20 | BUILDFIX: unit assignment error | Richard Linden | |
2013-08-19 | BUILDFIX: removed consideration of some bad overloads in return type evaluation | Richard Linden | |
of unit operators | |||
2013-08-19 | BUILDFIX: refactored decltype out into traits class | Richard Linden | |
2013-08-19 | BUILDFIX: fixed several template agument errors | Richard Linden | |
2013-08-19 | BUILDFIX: abstracted decltype into macro LLTYPEOF for temporary | Richard Linden | |
gcc 4.1/4.2 support | |||
2013-08-19 | BUILDFIX: fixed some units errors | Richard Linden | |
2013-08-18 | SH-4433 WIP: Interesting: Statistics > Ping Sim is always 0 ms | Richard Linden | |
continued conversion to units system made units perform type promotion correctly and preserve type in arithmetic e.g. can now do LLVector3 in units added typedefs for remaining common unit types, including implicits | |||
2013-08-16 | Automated merge with http://bitbucket.org/lindenlab/viewer-interesting | Richard Linden | |