- Sep 29, 2020
-
-
Rye Mutt authored
-
- Aug 09, 2020
-
-
Rye Mutt authored
-
- Jul 21, 2020
-
-
Rye Mutt authored
-
- Mar 19, 2020
-
-
Rye Mutt authored
-
- Nov 10, 2015
-
-
Oz Linden authored
-
- Oct 17, 2014
-
-
callum_linden authored
Update to build on Xcode 6.0: collection of similar const var not used warnings/errors [-Wunused-const-variable]
-
- Aug 21, 2013
-
-
Richard Linden authored
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
-
- Aug 19, 2013
-
-
Richard Linden authored
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
-
- Aug 15, 2013
-
-
Richard Linden authored
-
- Aug 14, 2013
-
-
Richard Linden authored
added convenience types for units F32Seconds, etc.
-
- Aug 09, 2013
-
-
Richard Linden authored
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
-
- Jul 30, 2013
-
-
Richard Linden authored
-
Richard Linden authored
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
-
- Jul 25, 2013
-
-
Richard Linden authored
-
- Jun 13, 2013
-
-
Richard Linden authored
changed Units macros and argument order to make it more clear optimized units for integer types fixed merging of periodicrecordings...should eliminate duplicate entries in sceneloadmonitor history
-
- Mar 29, 2013
-
-
Graham Madarasz authored
-
- Dec 07, 2012
-
-
Richard Linden authored
improved unit tests for LLUnit renamed LLUnit to LLUnitImplicit with LLUnit being reserved for explicit units
-
- Nov 15, 2012
-
-
Richard Linden authored
cleaning up build moved most includes of windows.h to llwin32headers.h to disable min/max macros, etc streamlined Time class and consolidated functionality in BlockTimer class llfasttimer is no longer included via llstring.h, so had to add it manually in several places
-
- Nov 09, 2012
-
-
Richard Linden authored
Finished making LLUnit implicitly convertible to/from scalar integer values cleaned up test code
-
- Nov 07, 2012
-
-
Richard Linden authored
further fixes to implicit conversion of unit types
-
- Feb 01, 2012
-
-
Richard Linden authored
-
- Oct 13, 2010
-
-
Oz Linden authored
-
- Sep 21, 2010
-
-
Brad Payne (Vir Linden) authored
-
- Aug 13, 2010
-
-
Oz Linden authored
-
- Apr 19, 2010
-
-
Tofu Linden authored
Change Linux fasttimer implementation back to RDTSC - using a reliable syscall was REALLY chewing CPU time. Sigh. I didn't realize how incredibly often this gets called. So, back to the assembly. But be more careful with CPU clock count on linux, so the fasttimer values are much more accurate than they were the last time we were with RDTSC, in absolute terms - back in the right order of magnitude anyway. Also change many instances of Mhz to MHz. Also some minor comment fixes.
-
- Feb 06, 2010
-
-
Tofu Linden authored
move LLEventTimer into its own source module. everyone includes it, almost no-one wants it. now I can dick with it a bit without rebuilding the world, at least. :)
-
- Feb 05, 2010
-
-
Mark Palange (Mani) authored
Ugh. Update on Tofu's patch for this bug. Reviewed by Richard
-
- Feb 04, 2010
-
-
Tofu Linden authored
-
Tofu Linden authored
-
- Nov 10, 2009
-
-
Nat Goodspeed authored
For both the (so far unused) generic KEY form and the KEY = T* form, provide key_iter, beginKeys(), endKeys(). Change instance_iter so that when dereferenced, it gives you a T& rather than a T*, to be more harmonious with a typical STL container. (You parameterize LLInstanceTracker with T, not with T*.) Fix existing usage in llfasttimer.cpp and lltimer.cpp to agree. For the KEY = T* specialization, add T* getInstance(T*) so client isn't forced to know which variant was used. Add unit tests for uniformity of public operations on both variants.
-
- Jun 21, 2009
-
-
Steven Bennetts authored
ignore-dead-branch
-
- May 08, 2009
-
-
Steven Bennetts authored
-
- Jan 07, 2009
-
-
Aaron Brashears authored
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
-
- Jan 05, 2009
-
-
Kent Quirk authored
svn merge -r106715:HEAD svn+ssh://svn.lindenlab.com/svn/linden/branches/q/notifications-merge-r106715 . QAR-1149 -- Final merge of notifications to trunk.
-
- Oct 09, 2008
-
-
Don Kjer authored
QAR-907: svn merge -r 98908:98910 svn+ssh://svn/svn/linden/qa/sim-metrics/sim-metrics2-release-merge-98903 into release
-
- Aug 12, 2008
-
-
Steven Bennetts authored
merge release@93398 viewer-merge-1@94007 -> release dataserver-is-deprecated
-
- Jun 25, 2008
-
-
Steven Bennetts authored
dataserver-is-deprecated
-
- Jun 02, 2008
-
-
svn+ssh://svn.lindenlab.com/svn/linden/branches/cmake-9-mergeBryan O'Sullivan authored
dataserver-is-deprecated for-fucks-sake-whats-with-these-commit-markers
-
- May 14, 2008
-
-
Eric Tulla authored
Passed QA as part of QAR-491.
-
- Apr 16, 2008
-