summaryrefslogtreecommitdiff
path: root/indra/llcommon
AgeCommit message (Collapse)Author
2013-09-18BUILDFIX: bad mergeRichard Linden
2013-09-18BUILDFIX: bad mergeRichard Linden
2013-09-18merge changes for 3.6.6-releaseOz Linden
2013-09-18mergeRichard Linden
2013-09-16mergeRichard Linden
2013-09-11SH-4774 FIX: textures are blurry on MacRichard Linden
2013-09-10mergeBrad Payne (Vir Linden)
2013-09-10remove llversionviewer.h (incorrectly re-created in a merge)Oz Linden
2013-09-09mergeRichard Linden
2013-09-09SH-4774 FIX: textures are blurry on MacRichard Linden
2013-09-09merge with viewer-releaseRichard Linden
2013-09-09Merge downstream code with viewer-releasesimon_linden
2013-09-09Merge viewer-release 3.6.5 CocoaGraham Linden
2013-09-09Merge viewer-releasesimon
2013-09-09BUILDFIX: don't use typeinfo() in static object constructor of baseclassRichard Linden
2013-09-08forgot to update instancetracker key when lazily generating nameRichard Linden
for memstat trace
2013-09-07memory stat for MemTrackable has name lazily initialized in an attemptRichard Linden
to get around link time error for unit tests on gcc
2013-09-07mergeRichard Linden
2013-09-07added memory usage and occlusion events to tracesRichard Linden
renamed "current" to "primary" when referring to accumulators
2013-09-05BUILDFIX: type typoRichard Linden
2013-09-05changed fast timer over to using macroRichard Linden
another attempt to move mem stat into base class
2013-09-04mergeBrad Payne (Vir Linden)
2013-08-29SH-4377 FIX: Interesting: Windows viewer crashes when ↵Richard Linden
SceneLoadingMonitorEnabled is enabled
2013-08-27fixed bad logic in unit testRichard Linden
2013-08-27more gcc fixesRichard Linden
2013-08-27Automated merge with http://bitbucket.org/lindenlab/viewer-interestingRichard Linden
2013-08-27got comparisons between implicit and explicit units working rightRichard Linden
2013-08-27gcc build fixRichard Linden
2013-08-27got linear unit conversions (like fahrenheit <-> celsius) working correctlyRichard Linden
further optimizations for codegen
2013-08-27shuffled things around to get MSVC optimizer to generate optimal codeRichard Linden
in particular, created shortcut overloads for conversions and moved comparison operators into member functions
2013-08-27MAINT-3065 : Avatar render info's 'geometry' stat is unpredictable for ↵simon
linked objects Removed "geometry" and "surface" Reviewed by Kelly
2013-08-27forgot a fileRichard Linden
2013-08-27broke out llunit.h into llunittype.h and llunits.h for unit declarationsRichard Linden
changed unit declarations macros to make a lot more sense
2013-08-27merge changes for 3.6.4-releaseOz Linden
2013-08-26BUILDFIX: fix for windows unit test failures...don't do unnecessaryRichard Linden
manipulation of callsite strings in llerror
2013-08-26Automated merge with http://bitbucket.org/lindenlab/viewer-interestingRichard Linden
2013-08-26BUILDFIX: corrected template parameter for LL_BAD_TEMPLATE_INSTANTIATION ↵Richard Linden
macro in llunit
2013-08-26fixed eol typeRichard Linden
2013-08-26Automated merge with http://bitbucket.org/lindenlab/viewer-interestingRichard Linden
2013-08-26removed some unecessary template parameters from LLUnit member functionsRichard 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-26Merge. Pull in viewer-release after SSA merge.Monty Brandenberg
2013-08-26Merge the CHUIstorm 3.6.5Graham Linden
2013-08-26Tweak MAINT-3046 fix for faster remove_() performancesimon
2013-08-26added compile time warnings to use of deprecated llinfos, llwarns, etc.Richard Linden
2013-08-23MAINT-3046 fix test regression from debug llassert accidentally checked in ↵Graham Linden
with crash fix
2013-08-23Automated merge with https://bitbucket.org/lindenlab/viewer-interestingRichard Linden
2013-08-23fixed issue with poor framerate after clearing cacheRichard Linden
2013-08-23BUILDFIX: replaced function that was accidentally removedRichard Linden
2013-08-23MAINT-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-23BUILDFIX: reverted some debugging changes to llerror.cppRichard Linden