summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-22Automated merge with ssh://hg.lindenlab.com/richard/viewer-interestingRichard Linden
2012-10-22SH-3405 WIP convert existing stats to lltrace systemRichard Linden
removed spam and dead code
2012-10-20Removing build.sh darwin symbols hack. Adding '-g' to both CFLAGS and ↵Don Kjer
CXXFLAG to have cmake generation debug symbols in xcode.
2012-10-20SH-3405 WIP convert existing stats to lltrace systemRichard Linden
fixed build
2012-10-20Adding expanded searching for symbols during google breakpad symbol scanDon Kjer
2012-10-19SH-3405 WIP convert existing stats to lltrace systemRichard Linden
removed spam and dead code
2012-10-19SH-3405 WIP convert existing stats to lltrace systemRichard Linden
finished most of conversion of llviewerassetstats ported some param block fixes from viewer-chui converted viewer asset stats to param block format
2012-10-19Trying explicitly turning on debug symbols for all mac configurationsDon Kjer
2012-10-19Turn off configs and tests for testinggcallum_linden
2012-10-19Update to BuildParams varcallum_linden
2012-10-19Turn off cleaning up post build for testingcallum_linden
2012-10-19merge back late fix for MAINT-1753Oz Linden
2012-10-19Added tag 3.4.1-beta9 for changeset 637fe8bbee5eOz Linden
2012-10-19merge changes for DRTVWR-233Oz Linden
2012-10-19tag merge of DRTVWR-233Oz Linden
2012-10-19pull back changes from 3.4.1-beta9Oz Linden
2012-10-19Added tag 3.4.1-beta9 for changeset 9c4519aa5c70Oz Linden
2012-10-19tag merge of DRTVWR-231Oz Linden
2012-10-18SH-3405 WIP convert existing stats to lltrace systemRichard Linden
created param block skeleton for asset stats removed most of llviewerassetstats logic
2012-10-18MAINT-1753: Correcting behavior of ll_aligned_realloc_16() on Linux to avoid ↵William Todd Stinson
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.
2012-10-18SH-3405 WIP convert existing stats to lltrace systemRichard Linden
fixed trace recording on background threads hitting null pointer
2012-10-18Removing GCC_GENERATE_DEBUGGING_SYMBOLS=NO from xcode projectDon Kjer
2012-10-18Removing -g flag from mac buildsDon Kjer
2012-10-17SH-3405 WIP convert existing stats to lltrace systemRichard Linden
started conversion of llviewerassetstats removed old, dead LLViewerStats code made units tracing require units declaration clean up of units handling
2012-10-17Adding '-g' to mac buildsDon Kjer
2012-10-17MAINT-1527 Fix for crash on exit when VBO disabledDave Parks
2012-10-17Pull and merge from https://bitbucket.org/lindenlab/viewer-development.William Todd Stinson
2012-10-17Update script that generates Google Breakpad symbols to look in tghe right ↵callum_linden
place first and default to the original location if not found.
2012-10-17SH-3275 Update viewer metrics system to be more flexibleRichard Linden
put template parameter back in LLUnit units added free function operators for mathematical manipulation of unit values converted texture memory tracking to units
2012-10-16Pull and merge from https://bitbucket.org/lindenlab/viewer-development.William Todd Stinson
2012-10-16change to force new build numberOz Linden
2012-10-16sync with viewer-developmenteli
2012-10-16pull back changes from 3.4.1-beta8Oz Linden
2012-10-15Added tag 3.4.1-beta8 for changeset 1dc94555582fOz Linden
2012-10-15tag merge of DRTVWR-228Oz Linden
2012-10-15SH-3405 WIP convert existing stats to lltrace systemRichard Linden
converted all remaining LLViewerStats to lltrace
2012-10-15changed ctor param to use in-process crash generationcallum_linden
2012-10-15MAINT-1721 Fix for crash when clicking "back" button after editing appearance.Dave Parks
Reviewed by VoidPointer
2012-10-15pull back 3.4.1-beta7 fixesOz Linden
2012-10-12SH-3405 WIP convert existing stats to lltrace systemRichard Linden
default to double precision now fixed unit conversion logic for LLUnit renamed LLTrace::Rate to LLTrace::Count and got rid of the old count as it was confusing some const correctness changes
2012-10-12Added tag 3.4.1-beta7 for changeset 524da902713eOz Linden
2012-10-12merge changes for DRTVWR-227Oz Linden
2012-10-12tag merge of DRTVWR-227Oz Linden
2012-10-12SH-3275 WIP Update viewer metrics system to be more flexibleRichard Linden
cleaned up accumulator merging logic introduced frame recording to LLTrace directly instead of going through LLViewerStats moved consumer code over to frame recording instead of whatever the current active recording was
2012-10-11MAINT-1684: Correcting the calls to ll_aligned_free() which should have ↵William Todd Stinson
actually been to ll_aligned_free_16().
2012-10-11point to new version of Google Breakpad and tweak function sig of GBP ↵callumprentice
exception handler
2012-10-11MAINT-1684: Attempt at correcting the linux crash on startup. Replacing the ↵William Todd Stinson
memory allocations and frees in the LLPrivateMemoryPool with aligned memory allocations and frees.
2012-10-11MAINT-1709 Factor out reallocDave Parks
Reviewed by VoidPointer
2012-10-10mergeRichard Linden
2012-10-10SH-3405 WIP convert existing stats to lltrace systemRichard Linden
fixed units conversion so that trace getters return convertable units removed circular dependencies from lltrace* converted more stats to lltrace