Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up some dmnsn_new_*() functions. | Tavian Barnes | 2009-10-26 | 1 | -10/+11 |
| | | | | | Rather than special-case every failed memory allocation, just make dmnsn_delete_*() more robust and call it. | ||||
* | Actully guarantee array allocation in dmnsn_new_array(). | Tavian Barnes | 2009-10-05 | 1 | -3/+5 |
| | |||||
* | New benchmarking suite. | Tavian Barnes | 2009-10-04 | 1 | -1/+2 |
| | |||||
* | Implement removing/inserting in the middle of a dmnsn_array*. | Tavian Barnes | 2009-07-09 | 1 | -0/+28 |
| | |||||
* | 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 |
| | | | | only really needed for dmnsn_progress anyway. | ||||
* | 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 |
| | | | | progress indication. | ||||
* | 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 |