Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-07 | fix for VWR-26864: Recent commit to Snowstorm project introduces frequent ↵ | Xiaohong Bao | |
errors and crashes associated with private memory pool. | |||
2011-09-02 | re-write the hash table code to eliminate potential flaws and simplify the ↵ | Xiaohong Bao | |
implementation. | |||
2011-07-20 | add a debug setting "MemoryPrivatePoolEnabled" to turn on/off private memory ↵ | Xiaohong Bao | |
pool. | |||
2011-07-19 | fix for memory alignment to 16 bytes. | Xiaohong Bao | |
2011-07-15 | Merge from viewer-development | Xiaohong Bao | |
2011-05-12 | Fix up alignment problems for debug build. | brad kittenbrink | |
reviewed by davep. | |||
2011-05-10 | add debug mode to track the memory allocation/deallocation. | Xiaohong Bao | |
2011-02-24 | fix the compiling error: "free" is defined and in use globally. | Xiaohong Bao | |
2011-02-23 | add types to LLPrivateMemoryPool | Xiaohong Bao | |
2011-02-23 | Merge from viewer-development | Xiaohong Bao | |
2011-02-01 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-01-26 | add "pause" function for SH-846: design and implement the debug code to ↵ | Xiaohong Bao | |
locate memory leaking | |||
2011-01-26 | for SH-846: design and implement the debug code to locate memory leaking | Xiaohong Bao | |
2011-01-07 | fixed a hash bug, enlarged the overhead for large allocations, and add new ↵ | Xiaohong Bao | |
chunk to the tail of the linked list so new allocations go to oldest chunks first. | |||
2011-01-06 | add the class LLPrivateMemoryPoolManager | Xiaohong Bao | |
2011-01-06 | removed some debug code, redesigned the hash function, fixed bugs | Xiaohong Bao | |
2011-01-04 | a wroking version with a lot of debugging code (to be removed). | Xiaohong Bao | |
2010-12-08 | test code and some code change | Xiaohong Bao | |
2010-12-03 | first iteration of memory pool code | Xiaohong Bao | |
2010-12-03 | #ifdef out ll_align_malloc/free (gcc 4.2 is unhappy about some of the syntax ↵ | Dave Parks | |
there) | |||
2010-10-13 | correct licenses (fix problem with license change merge) | Oz Linden | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-06-26 | Fixed mac build (given LL_MESH_ENABLED set to 0). | Matthew Breindel | |
2010-06-04 | finish conversion to ll_aligned_*() wrappers | Tofu Linden | |
2010-06-04 | lots of _mm_malloc and _mm_free -> ll_aligned_malloc_16 and ll_aligned_free_16 | Tofu Linden | |
more to come. | |||
2010-05-24 | fix parameter mixup in linux posix_memalign. | Karl Stiefvater (qarl) | |
2010-05-24 | fix aligned malloc for osx. reviewed by falcon. | Karl Stiefvater (qarl) | |
2010-05-21 | Fix up the SSE stuff so it compiles on Linux. Though I don't think it ↵ | Tofu Linden | |
actually works properly. | |||
2009-11-18 | Switch some files to Unix line endings | Bryan O'Sullivan | |
2009-11-13 | merge | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-11-03 | merge | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-07-01 | Fixups for windows llcommon dll linkage errors that got dropped in the merge ↵ | brad kittenbrink | |
up to viewer-2.0.0-3 | |||
2009-06-21 | merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3 | Steven Bennetts | |
ignore-dead-branch | |||
2009-01-08 | Result of svn merge -r107256:107258 ↵ | Aaron Brashears | |
svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165 | |||
2009-01-05 | svn merge -r106715:HEAD ↵ | Kent Quirk | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/q/notifications-merge-r106715 . QAR-1149 -- Final merge of notifications to trunk. | |||
2008-04-01 | merge release@83343 skinning-1-merge@83714 -> release | Steven Bennetts | |
QAR-424 | |||
2008-02-19 | merge svn+ssh://svn.lindenlab.com/svn/linden/qa/combo-merge-ui-2008-02-13 -r ↵ | Steven Bennetts | |
79986 : 80178 -> release. QAR-290 = QAR-271 + QAR-191 | |||
2007-10-04 | Result of svn merge -r71162:71205 ↵ | Aaron Brashears | |
svn+ssh://svn/svn/linden/branches/new-license into release. only changes files which are not deployed or the comments section of code. | |||
2007-09-14 | EFFECTIVE MERGE: svn merge -r 68118:68999 ↵ | Don Kjer | |
svn+ssh://svn/svn/linden/branches/maintenance ACTUAL MERGE: svn merge -r 69685:69687 svn+ssh://svn/svn/linden/branches/release-r69649-maintenance-sync EQUIVALENT TO: svn merge -r 68118:69663 svn+ssh://svn/svn/linden/branches/maintenance-r68999 | |||
2007-04-11 | svn merge -r 59968:60342 ↵ | Josh Bell | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance --> release | |||
2007-03-31 | svn merge -r 59364:59813 ↵ | Josh Bell | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance --> release | |||
2007-03-06 | merge -r 58641:58711 maintenance -> release | Steven Bennetts | |
2007-03-02 | merge release@58699 beta-1-14-0@58707 -> release | Steven Bennetts | |
2007-02-17 | merge -r 56779:58057 /branches/selection_management | Richard Nelson | |
2007-01-02 | Print done when done. | James Cook | |