Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-02 | SH-4153 Port user and system cpu accounting from example program. | Monty Brandenberg | |
Windows resolution isn't good enough for a strictly increasing time test in the unit tests. | |||
2013-05-01 | SH-4153 Port user and system cpu accounting from example program. | Monty Brandenberg | |
The http_texture_load example program has some cpu usage gathering tools that should be generally useful and specifically for the deadman switch. Port these into llcommon into new all-static class LLProcInfo. Add unit test, etc. | |||
2013-04-17 | SH-4090 Integrating deadman timer with mesh repo downloads. | Monty Brandenberg | |
Timer interface violated my design rules and I paid for it with clumsiness and silent errors. Cleaned it up mainly removing the evil default values. Found better integration points in the mesh downloader and it's producing fairly consistent numbers on the MeshTest2 test region (about 5500 downloads, ~90 seconds, +/- 10 seconds). Will review with davep and do an early timer stop on teleport which invalidates a timing sequence. | |||
2013-04-12 | increment version to 3.5.2 | Oz Linden | |
2013-04-11 | Merge in downstream code (chui fixes, materials) | simon | |
2013-04-10 | SH-4089 Unit test work. lltimer basis on Windows is zero which | Monty Brandenberg | |
doesn't allow negative offsetting for unit tests. Had to keep things positive. Could do windows-specific test cases but I'm hoping to dump lltimer from the implementation later. | |||
2013-04-10 | SH-4089 Unit test work for timer. Knocked off some tests for | Monty Brandenberg | |
the deadman's timer. Found some bugs, dig some cleanup and documented a few things. Definitely want to get rid of the U64/F64 interfaces at sometime but this is a good start. | |||
2013-04-09 | SH-4088 Deadman timer switch started in llcommon. Unit test started. | Monty Brandenberg | |
Will be used for mesh, inventory, etc., operation markers. | |||
2013-04-09 | fix? race condition that occasionally fails in unit test | Oz Linden | |
2013-04-04 | merge with latest viewer-development | Nyx Linden | |
2013-04-02 | merge changes for 3.5.0-beta7 | Oz Linden | |
2013-04-01 | merge changes for 3.5.0-beta7 | Oz Linden | |
2013-03-30 | Fix for linux build? | Dave Parks | |
2013-03-29 | Google Breakpad Fix. Code reviewed by DaveP | Graham Madarasz (Graham Linden) | |
2013-03-29 | Viewer breakpad linux fixes | Graham Madarasz | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-28 | Google Breakpad Fix | Graham Madarasz (Graham Linden) | |
2013-03-27 | Fix breakpad breakage from linux API diffs | Graham Madarasz | |
2013-03-27 | Revert previous change because breakpad's ExceptionHandler class has ↵ | Graham Madarasz (Graham Linden) | |
different API on diff platforms | |||
2013-03-27 | Fix use of breakpad ExceptionHandler on windows | Graham Madarasz (Graham Linden) | |
2013-03-27 | Fix API diffs with new breakpad and point at private breakpad packages to test | Graham Madarasz | |
2013-03-25 | Pull in downstream code with CHUI, viewer-development and bug fixes in the ↵ | Simon Linden | |
pipeline | |||
2013-03-19 | Merge in viewer-beta to get CHUI code | Simon Linden | |
2013-03-14 | Rollback Maestro interp changes | Graham Madarasz (Graham Linden) | |
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 ↵ | Graham Madarasz (Graham Linden) | |
platforms. Code Review: DaveP | |||
2013-03-12 | Better compat with non-Ubuntu distros (bare typedef sometimes conflicts with ↵ | Graham Madarasz | |
OS decl of same). | |||
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 ↵ | Graham Madarasz | |
easier use elsewhere | |||
2013-03-11 | Merged vwr-cat..#$%$% whitespace diffs | Graham Madarasz | |
2013-03-11 | Merge | Graham Madarasz | |
2013-03-11 | Moved LLAlignedArray from llmath to llcommon and put template func impls in ↵ | Graham Madarasz | |
header to work around Mac 4.3.3 link issue. | |||
2013-03-11 | merge | prep | |
2013-03-11 | merge | prep | |
2013-03-11 | Viewer-chui merge | prep | |
2013-03-11 | Fix missing eol at eof in llstaticstringtable.h breaking linux build | Graham Madarasz (Graham) | |
2013-03-11 | Fix missing eol at eof in llinstancetracker.cpp tripping up linux build | Graham Madarasz (Graham) | |
2013-03-08 | Optimize interp code to elim hundreds of divides per frame and fix jitter bugs. | Graham Madarasz (Graham) | |
2013-03-07 | Fix missing eol at eof | Graham Madarasz (Graham) | |
2013-03-07 | Put newline at end of file to appease gcc's OCD | Graham Madarasz (Graham) | |
2013-03-05 | Fixing issues with not detecting when LLSD XML parsing fails. Changing most ↵ | Don Kjer | |
http error handlers to understand LLSD error responses. Fleshing out most http error handler message spam. | |||
2013-03-05 | Merged lindenlab/viewer-cat into default | graham linden | |
2013-03-04 | Automated merge with https://bitbucket.org/lindenlab/viewer-cat | Dave Parks | |
2013-03-04 | Include signal.h instead of replicating typedef to avoid errors from ↵ | Graham Madarasz (Graham) | |
redefining it...provides better compat with non-Ubuntu distros | |||
2013-03-04 | MAINT-2371 More optimizations. | Dave Parks | |
Reviewed by Graham | |||
2013-03-01 | Added missing enums for integ test usage | Graham Madarasz (Graham) | |
2013-03-01 | Fix integration tests broken by instancetracker changes | Graham Madarasz (Graham) | |
2013-03-01 | merge fix for unit test problem with some python configurations | Oz Linden | |