Age | Commit message (Expand) | Author |
2024-06-14 | Fix for warnings/errors after Visual Studio update (#1775) | Dave Parks |
2024-05-22 | Fix line endlings | Ansariel |
2024-05-22 | Merge remote-tracking branch 'origin/main' into DRTVWR-600-maint-A | Ansariel |
2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ... | Andrey Lihatskiy |
2024-02-09 | llcommon: BOOL (int) to real bool/LSTATUS | Lars Næsbye Christensen |
2022-01-14 | SL-16606: Add profiler category MEMORY | Ptolemy |
2021-10-28 | SL-16148 SL-16244 SL-16270 SL-16253 Remove most BlockTimers, remove LLMemTrac... | Dave Parks |
2021-10-14 | SL-16131 Fix for alignment warnings on Win32 builds. | Dave Parks |
2020-10-19 | DRTVWR-510 clean up obsolete downstream-from-mDebugGPU code | Dave Houlton |
2018-07-31 | SL-944 - disabled a not-very-useful assert that greatly slows the RWD build | Brad Payne (Vir Linden) |
2018-01-30 | MAINT-8091 Removed deprecated and unused private memory pooling | Andrey Kleshchev |
2017-05-02 | DRTVWR-418, MAINT-6996: Rationalize LLMemory wrt 64-bit support. | Nat Goodspeed |
2016-11-22 | DRTVWR-418: Use uintptr_t when casting pointers to ints. | Nat Goodspeed |
2016-11-03 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed |
2016-09-06 | add protections against failed memory allocations in VBO and aligned memory | Oz Linden |
2016-05-19 | Automated merge with tip of viewer-release to pick up 4.0.5 | callum_linden |
2016-04-21 | DRTVWR-418 remove vestiges of TCMALLOC and GooglePerfTools from the viewer | callum_linden |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden |
2015-09-30 | Merge downstream code, version 3.8.5 | AndreyL ProductEngine |
2015-04-27 | MAINT-5042 FIXED SL Viewer Closes Unexpectedly in specific area with high Ren... | ruslantproductengine |
2015-04-14 | Merge with viewer-release and become 3.7.28 | andreykproductengine |
2014-10-27 | MAINT-4435 FIXED fix in llvolume.cpp Perform full build if number of vertices | ruslantproductengine |
2014-08-29 | Mergeville | Graham Linden |
2014-07-11 | Fixed assert in llmemory.h for adjacent memory locations. | Aura Linden |
2014-05-29 | Mergeup to 3.7.9 viewer-release | Graham Linden |
2014-04-22 | Appease GCC 4.6.1 syntax problems with uintptr_t in alignment asserts | Graham Linden |
2014-02-06 | accidentally left _CrtCheckMemory defined in non-Windows builds | Richard Linden |
2014-02-06 | added LL_TRACE_ENABLED to allow disabling of lltrace | Richard Linden |
2013-10-14 | changed ll_aligned_(malloc|free) to take alignment size as a template argument | Richard Linden |
2013-10-08 | merge from viewer-release | Richard Linden |
2013-09-27 | BUILDFIX: fix for mac builds | Richard Linden |
2013-09-25 | better memory usage for LLTrace (tighter packing of recording arrays) | Richard Linden |
2013-08-27 | broke out llunit.h into llunittype.h and llunits.h for unit declarations | Richard Linden |
2013-08-18 | SH-4433 WIP: Interesting: Statistics > Ping Sim is always 0 ms | Richard Linden |
2013-08-16 | SH-4433 WIP: Interesting: Statistics > Ping Sim is always 0 ms | Richard Linden |
2013-07-08 | SH-4299 WIP: Interesting: High fps shown temporarily off scale in statistics ... | Richard Linden |
2013-06-05 | merge with viewer-release | Richard Linden |
2013-05-09 | Merge downstream code and viewer-beta | simon |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz |
2013-03-13 | Resurrect merge victim...restoring ll_memcpy_nonaliased_aligned_16 definition | Graham Madarasz (Graham Linden) |
2013-03-13 | Merge | Graham Madarasz (Graham Linden) |
2013-03-13 | Cleanup per code review of prev change with DaveP | Graham Madarasz (Graham Linden) |
2013-03-13 | Move fast memcpy to llcommon and use it in llalignedarray pushback on all pla... | Graham Madarasz (Graham Linden) |
2013-03-11 | Clean up moving llalignedarray and fast memcpy to llcommon | Graham Madarasz |
2013-03-11 | Move 16b aligned memcpy and alignment utilities to llmem in llcommon for easi... | Graham Madarasz |
2013-03-04 | MAINT-2371 More optimizations. | Dave Parks |
2013-01-09 | SH-3468 WIP add memory tracking base class | Richard Linden |
2013-01-04 | SH-3468 WIP add memory tracking base class | Richard Linden |
2013-01-03 | fixing linux compile errors for llcommon after LLTrace work | Andrew Meadows |
2012-11-20 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden |