Age | Commit message (Collapse) | Author |
|
changed unit declarations macros to make a lot more sense
|
|
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
|
|
converted many values over to units system in effort to track down
source of 0 ping
|
|
console
added percentage/ratio units
added auto-range and auto tick calculation to stat bar to automate display stats
|
|
|
|
|
|
made LLTrace::MemTrackable support custom alignment
LLDrawable now uses MemTrackable new and delete operators
|
|
fix for compile error on windows
ignore stdint.h even though VS2010 provides it
|
|
|
|
fixes to merge
|
|
|
|
|
|
memory corruption in the case that the new memory size requested is smaller than the old memory size. Also, adding check to ensure that the aligned malloc returns a non-null value before memcopying.
|
|
|
|
|
|
|
|
added LLThreadLocalPtr
broke llmutex out into llmutex.h
got primary sampling buffer under thread local storage
|
|
|
|
tested
|
|
|
|
repository.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
errors and crashes associated with private memory pool.
|
|
implementation.
|
|
pool.
|
|
|
|
|
|
reviewed by davep.
|
|
|
|
|
|
|
|
|
|
|
|
locate memory leaking
|
|
|