Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of some <unistd.h> includes. | Tavian Barnes | 2010-12-01 | 1 | -1/+0 |
| | |||||
* | Fix some -W{strict,missing}-prototypes warnings. | Tavian Barnes | 2010-07-31 | 1 | -1/+1 |
| | |||||
* | Don't forget to delete display in success path in GL test. | Tavian Barnes | 2010-07-08 | 1 | -0/+1 |
| | |||||
* | Don't sleep(1) in GL test. | Tavian Barnes | 2010-07-08 | 1 | -4/+1 |
| | |||||
* | Fix some copyright dates. | Tavian Barnes | 2010-05-10 | 1 | -1/+1 |
| | |||||
* | Only render in one combined `render' test. | Tavian Barnes | 2010-05-06 | 1 | -55/+27 |
| | | | | GL and PNG tests now only test import/export. | ||||
* | New dmnsn_malloc() function, and friends. | Tavian Barnes | 2010-04-07 | 1 | -10/+0 |
| | | | | | | 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. | ||||
* | New dmnsn_clear_canvas() function. | Tavian Barnes | 2010-03-24 | 1 | -0/+2 |
| | | | | Makes valgrind happier about the GL test. | ||||
* | Fix up license blurbs and copyright year. | Tavian Barnes | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | Don't fail GL test if we can't get a GL context. | Tavian Barnes | 2009-11-09 | 1 | -2/+2 |
| | | | | Instead output a warning. Useful for running tests from a CLI. | ||||
* | Make dmnsn_delete_scene() delete the scene's elements too. | Tavian Barnes | 2009-11-09 | 1 | -9/+9 |
| | |||||
* | Remove progress bars from tests, as parallel-tests hides output anyway. | Tavian Barnes | 2009-10-30 | 1 | -5/+5 |
| | |||||
* | Re-add GL test case. | Tavian Barnes | 2009-10-13 | 1 | -0/+126 |