Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move platform-specific stuff in libdimension into platform.c. | Tavian Barnes | 2010-06-29 | 1 | -2/+1 |
| | |||||
* | Fix some copyright dates. | Tavian Barnes | 2010-05-10 | 1 | -1/+1 |
| | |||||
* | New dmnsn_new_thread() function. | Tavian Barnes | 2010-05-09 | 1 | -145/+117 |
| | | | | | | | Two advantages: first, waiters are guaranteed to wake if a dmnsn_error() cancels a thread. Second, the thread library is fully abstracted over by threads.{c,h} and progress.{c,h} now, though raytrace.c is still using pthread_create() directly. | ||||
* | Clean up some unused variables. | Tavian Barnes | 2010-05-09 | 1 | -3/+1 |
| | |||||
* | New DMNSN_ARRAY_FOREACH() macro, faster than iterating with dmnsn_array_get(). | Tavian Barnes | 2010-05-08 | 1 | -7/+5 |
| | |||||
* | Use C99 for loop initializers. | Tavian Barnes | 2010-05-05 | 1 | -19/+16 |
| | |||||
* | New dmnsn_malloc() function, and friends. | Tavian Barnes | 2010-04-07 | 1 | -83/+35 |
| | | | | | | I'm tired of checking for malloc failures everywhere, considering it never happens. So just bail out whenever it does. A lot of stuff is guaranteed to succeed if it returns now. | ||||
* | Set errno on failures. | Tavian Barnes | 2010-04-01 | 1 | -8/+18 |
| | |||||
* | Fix up license blurbs and copyright year. | Tavian Barnes | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | Translucency support. | Tavian Barnes | 2009-11-18 | 1 | -4/+16 |
| | |||||
* | Don't flip optimized PNG writes. | Tavian Barnes | 2009-10-30 | 1 | -2/+3 |
| | |||||
* | Don't check if it's too late to add canvas optimizers. | Tavian Barnes | 2009-10-26 | 1 | -5/+1 |
| | | | | This fixes some errors displayed by concurrency checkers like helgrind and drd. | ||||
* | Code formatting. | Tavian Barnes | 2009-07-09 | 1 | -15/+29 |
| | |||||
* | New interface for background progress bars in C++ tests. | Tavian Barnes | 2009-07-09 | 1 | -1/+1 |
| | |||||
* | Update license copyrights to 2009. | Tavian Barnes | 2009-07-08 | 1 | -1/+1 |
| | |||||
* | Make optimizer registration fail if a canvas has already been written | Tavian Barnes | 2009-07-05 | 1 | -1/+4 |
| | | | | to. | ||||
* | New interface for optimizing canvas conversions by registering | Tavian Barnes | 2009-07-04 | 1 | -2/+96 |
| | | | | dmnsn_set_pixel() callbacks. | ||||
* | Add lots of comments, and some code fixes discovered in the process. | Tavian Barnes | 2009-06-26 | 1 | -12/+24 |
| | |||||
* | Finish asynchronous PNG interface, and test it in png test. | Tavian Barnes | 2009-06-22 | 1 | -29/+95 |
| | |||||
* | New asynchronous PNG interface. | Tavian Barnes | 2009-06-22 | 1 | -3/+119 |
| | |||||
* | Merge libdimension-png into libdimension. | Tavian Barnes | 2009-05-10 | 1 | -0/+328 |