Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | added compile time warnings to use of deprecated llinfos, llwarns, etc. | Richard Linden | |
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 | 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 | |
2013-08-16 | SH-4433 WIP: Interesting: Statistics > Ping Sim is always 0 ms | Richard Linden | |
converted many values over to units system in effort to track down source of 0 ping | |||
2013-08-15 | BUILDFIX: mac | Richard Linden | |
2013-08-15 | moved unit types out of LLUnits namespace, since they are prefixed | Richard Linden | |
2013-08-14 | BUILDFIX: converted platform-specific files over to new LL_INFOS, etc macros | Richard Linden | |
fixed bad search and replace | |||
2013-08-14 | BUILDFIX: converted platform-specific files over to new LL_INFOS, etc macros | Richard Linden | |
2013-08-14 | BUILDFIX: more gcc fixes | Richard Linden | |
2013-08-14 | BUILDFIX: gcc fixes | Richard Linden | |
2013-08-14 | BUILDFIX: added header for numeric_limits support on gcc | Richard Linden | |
added convenience types for units F32Seconds, etc. | |||
2013-08-13 | SH-4346 FIX Interesting: some integer Statistics are displayed as floating ↵ | Richard Linden | |
point after crossing region boundary fine-tuned heuristics for switching between mean and current values in stat bar display added comments to LLUnits unit test | |||
2013-08-12 | SH-4399 FIX: Interesting: Texture console MB Bound 0/384 and texture queue ↵ | Richard Linden | |
bounces once per second SH-4346 FIX: Interesting: some integer Statistics are displayed as floating point after crossing region boundary made llerrs/infos/etc properly variadic wrt tags LL_INFOS("A", "B", "C") works, for example fixed unit tests remove llsimplestat | |||
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-08-09 | SH-4374 FIX Interesting: Statistics Object cache hit rate is always 100% | Richard Linden | |
moved object cache sampling code so that it actually gets executed default values for stats are NaN instead of 0 in many cases | |||
2013-08-01 | merge | Richard Linden | |
2013-08-01 | SH-4374 WIP Interesting: Statistics Object cache hit rate is always 100% | Richard Linden | |
2013-07-31 | cleanup - renamed valueAs to valueInUnits and made it a symmetrical ↵ | Richard Linden | |
getter/setter | |||
2013-07-30 | merge | Richard Linden | |
2013-07-30 | BUILDFIX: some gcc build fixes | Richard Linden | |
2013-07-30 | BUILDFIX: fixes use of variadic macros for gcc (use ##__VA_ARGS__ to do ↵ | Richard Linden | |
comma removal) | |||
2013-07-30 | more cleanup | Richard Linden | |
2013-07-30 | Summer cleaning - removed a lot of llcommon dependencies to speed up build times | Richard Linden | |
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders | |||
2013-07-25 | BUIDLFIX: bad ternary expression | Richard Linden | |