summaryrefslogtreecommitdiff
path: root/indra/llcommon/llunittype.h
AgeCommit message (Collapse)Author
2018-06-02Use more typedefs to simplify sync between viewer and sim env settings code.Graham Linden
2014-10-17Update to build on Xcode 6.0: reorder code and additional scoing in template ↵callum_linden
classes to make clang happy
2013-10-01changed over to manual naming of MemTrackable statsRichard Linden
changed claimMem and disclaimMem behavior to not pass through argument added more mem tracking stats to floater_stats
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-27broke out llunit.h into llunittype.h and llunits.h for unit declarationsRichard Linden
changed unit declarations macros to make a lot more sense