Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license copyrights to 2009. | Tavian Barnes | 2009-07-08 | 1 | -1/+1 |
* | Inline some functions: about a 5% performance boost. | Tavian Barnes | 2009-07-01 | 1 | -11/+96 |
* | New inline function framework. | Tavian Barnes | 2009-06-30 | 1 | -2/+8 |
* | Remove thread-synchronization from arrays, which was way too slow, and | Tavian Barnes | 2009-06-29 | 1 | -15/+1 |
* | Add some documentation. | Tavian Barnes | 2009-06-26 | 1 | -1/+2 |
* | Add lots of comments, and some code fixes discovered in the process. | Tavian Barnes | 2009-06-26 | 1 | -6/+8 |
* | New dmnsn_array_size() thread-safe function. | Tavian Barnes | 2009-06-23 | 1 | -1/+3 |
* | Add interface for performing long tasks in background, while giving a | Tavian Barnes | 2009-06-22 | 1 | -2/+3 |
* | Make dmnsn_array*'s thread safe. | Tavian Barnes | 2009-06-22 | 1 | -7/+17 |
* | Make raytracing engine multi-threaded. | Tavian Barnes | 2009-06-14 | 1 | -2/+3 |
* | Add new general array interface. | Tavian Barnes | 2009-05-07 | 1 | -0/+48 |