Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libdimension: Modularize tests. | Tavian Barnes | 2015-10-25 | 1 | -25/+25 |
| | |||||
* | libdimension: Test each module header in isolation. | Tavian Barnes | 2015-10-25 | 1 | -20/+32 |
| | |||||
* | Add a C++11 test, and make the C++98/03 test explicit. | Tavian Barnes | 2014-08-11 | 1 | -3/+11 |
| | |||||
* | future: Fix race with two pausing threads. | Tavian Barnes | 2014-07-29 | 1 | -18/+22 |
| | |||||
* | Add a C89 compliance test for the headers. | Tavian Barnes | 2014-06-12 | 1 | -0/+6 |
| | | | | | Technically we still require a couple things from C99 like "bool", but it works with -std=c89 under gcc. | ||||
* | Add a C99 conformance test for the headers. | Tavian Barnes | 2014-06-12 | 1 | -4/+10 |
| | |||||
* | refcount: Remove. | Tavian Barnes | 2014-05-31 | 1 | -4/+0 |
| | |||||
* | pool: Add memory pool API. | Tavian Barnes | 2014-05-30 | 1 | -1/+5 |
| | |||||
* | Add some basic reference counting tests. | Tavian Barnes | 2012-12-19 | 1 | -0/+4 |
| | |||||
* | Add some unit tests for dictionaries. | Tavian Barnes | 2012-12-19 | 1 | -0/+4 |
| | |||||
* | Convert the polynomial tests to the new testing framework. | Tavian Barnes | 2012-12-18 | 1 | -3/+8 |
| | |||||
* | Replace INCLUDES with AM_CFLAGS. | Tavian Barnes | 2012-12-16 | 1 | -1/+2 |
| | |||||
* | Add custom fatal error handler test. | Tavian Barnes | 2012-01-01 | 1 | -0/+4 |
| | |||||
* | Add ImageMaps to Python module. | Tavian Barnes | 2011-09-18 | 1 | -0/+2 |
| | |||||
* | Use a more interesting pattern than "blue" for canvas import/export tests. | Tavian Barnes | 2011-08-29 | 1 | -1/+2 |
| | |||||
* | Use propper extensions for tests. | Tavian Barnes | 2011-06-14 | 1 | -12/+12 |
| | |||||
* | Group tests and benchmarks with the corresponding source code. | Tavian Barnes | 2011-05-15 | 1 | -0/+81 |