Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -6/+8 |
| | | | | GL and PNG tests now only test import/export. | ||||
* | Replace BVSTs with priority R-trees. | Tavian Barnes | 2010-05-05 | 1 | -3/+3 |
| | |||||
* | Add --disable-png configure option. | Tavian Barnes | 2010-04-01 | 1 | -0/+4 |
| | |||||
* | Add --disable-gl configure option. | Tavian Barnes | 2010-04-01 | 1 | -0/+6 |
| | |||||
* | Fix up license blurbs and copyright year. | Tavian Barnes | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | Add a C++ test. | Tavian Barnes | 2010-01-17 | 1 | -1/+5 |
| | |||||
* | Rename kD splay trees to Bounding Volume Splay Trees. | Tavian Barnes | 2010-01-15 | 1 | -3/+3 |
| | |||||
* | PGO build improvements. | Tavian Barnes | 2009-11-13 | 1 | -5/+2 |
| | |||||
* | Implement profile-guided optimization builds. | Tavian Barnes | 2009-11-12 | 1 | -3/+11 |
| | |||||
* | Fix make distcheck. | Tavian Barnes | 2009-10-25 | 1 | -1/+6 |
| | | | | | Tests and benchmarks were using $(top_srcdir) instead of $(top_builddir) to refer to libraries, and PNG files were not being cleaned. | ||||
* | Re-add GL test case. | Tavian Barnes | 2009-10-13 | 1 | -1/+5 |
| | |||||
* | Use convenience library for tests. | Tavian Barnes | 2009-10-13 | 1 | -5/+9 |
| | |||||
* | Re-add PNG test. | Tavian Barnes | 2009-10-06 | 1 | -1/+5 |
| | |||||
* | New kD splay tree test. | Tavian Barnes | 2009-10-06 | 1 | -1/+5 |
| | |||||
* | Fix tests Makefile.am. | Tavian Barnes | 2009-10-05 | 1 | -2/+0 |
| | |||||
* | New benchmarking suite. | Tavian Barnes | 2009-10-04 | 1 | -2/+4 |
| | |||||
* | New test framework. | Tavian Barnes | 2009-10-04 | 1 | -0/+31 |