Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2013-07-29 | fix for SH-4293: texture console takes a while to settle down on Interesting ↵ | Xiaohong Bao | |
viewer. | |||
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2012-07-11 | Pull in viewer-development because it's painful. Merge with runitai's help. | simon@Simon-PC.lindenlab.com | |
2011-12-15 | SH-2789 WIP - build without tcmalloc, force alignment in various places | Brad Payne (Vir Linden) | |
2010-12-23 | SH-655 - Project mesh viewer crashes on exit. | Roxie Linden | |
A copy constructor was implemented which did a memcpy, which included the vtable pointer which was to another object of another class (same child though). This resulted in the wrong destructor being called. The reason for the memcpy was for alignment purposes. The solution was to move to LLVector4a, which is intrinsicly aligned. Also, did some performance optimizations based on the LLVector4a optimizations. The solution was to re-implement the | |||
2010-10-13 | correct licenses (fix problem with license change merge) | Oz Linden | |
2009-01-08 | Result of svn merge -r107256:107258 ↵ | Aaron Brashears | |
svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165 | |||
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-01-02 | Print done when done. | James Cook | |