Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (Sort of) realize boxes. | Tavian Barnes | 2009-10-30 | 1 | -1/+1 | |
| | | | | We now have a working rendering from an SDL input, kinda! | |||||
* | (Sort of) parse boxes. | Tavian Barnes | 2009-10-30 | 4 | -17/+55 | |
| | ||||||
* | Correctly tokenize <=, >= and !=. | Tavian Barnes | 2009-10-29 | 2 | -10/+2 | |
| | ||||||
* | Support all POV-Ray keywords. | Tavian Barnes | 2009-10-29 | 2 | -2/+2 | |
| | ||||||
* | Even more tokenizer work. | Tavian Barnes | 2009-10-29 | 1 | -1/+1 | |
| | | | | | | The tokenizer is now able to tokenize all of POV-Ray 3.6's include files. It turns out that some #includes may be dynamic (ex. with #writes beforehand), so the tokenizer can't directly perform includes - the executor must do this. | |||||
* | Complete string parsing. | Tavian Barnes | 2009-10-29 | 2 | -3/+2 | |
| | ||||||
* | Split tokenizer.sh into multiple tests. | Tavian Barnes | 2009-10-28 | 6 | -47/+137 | |
| | ||||||
* | Make '#include' work. | Tavian Barnes | 2009-10-28 | 1 | -1/+1 | |
| | ||||||
* | Tokenize strings and language directives. | Tavian Barnes | 2009-10-28 | 3 | -0/+64 | |
| | ||||||
* | Add a vector to numeric tokenizer test. | tavianator | 2009-10-28 | 2 | -1/+4 | |
| | ||||||
* | Tokenize keywords. | Tavian Barnes | 2009-10-28 | 3 | -2/+45 | |
| | ||||||
* | Ignore comments in tokenizer. | Tavian Barnes | 2009-10-27 | 3 | -2/+52 | |
| | ||||||
* | Tokenize numeric values. | Tavian Barnes | 2009-10-27 | 3 | -2/+13 | |
| | ||||||
* | Support more symbols in tokenizer. | Tavian Barnes | 2009-10-27 | 4 | -14/+34 | |
| | ||||||
* | Use the parallel-tests automake option. | Tavian Barnes | 2009-10-27 | 1 | -2/+5 | |
| | ||||||
* | Fix tokenizer test in VPATH build. | Tavian Barnes | 2009-10-27 | 2 | -3/+3 | |
| | ||||||
* | New tokenizer test. | Tavian Barnes | 2009-10-27 | 4 | -1/+44 | |
| | ||||||
* | 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. | |||||
* | Fix NULL assignment to integer value in test library. | Tavian Barnes | 2009-10-22 | 1 | -1/+1 | |
| | ||||||
* | More memory handling improvements. | Tavian Barnes | 2009-10-20 | 2 | -59/+54 | |
| | ||||||
* | Improve garbage handling of dmnsn_delete_object(). | Tavian Barnes | 2009-10-19 | 1 | -14/+0 | |
| | ||||||
* | Give the cube a black pigment in the default test scene. | Tavian Barnes | 2009-10-19 | 1 | -1/+26 | |
| | ||||||
* | Some GL test fixes. | Tavian Barnes | 2009-10-13 | 1 | -1/+4 | |
| | ||||||
* | Re-add GL test case. | Tavian Barnes | 2009-10-13 | 2 | -1/+131 | |
| | ||||||
* | Use convenience library for tests. | Tavian Barnes | 2009-10-13 | 1 | -5/+9 | |
| | ||||||
* | kD splay tree fixes, and new dmnsn_kD_splay_tree type. | Tavian Barnes | 2009-10-09 | 1 | -9/+9 | |
| | ||||||
* | Call kD splay children `contains' and `container'. | Tavian Barnes | 2009-10-07 | 1 | -3/+3 | |
| | ||||||
* | Re-add PNG test. | Tavian Barnes | 2009-10-06 | 4 | -1/+584 | |
| | ||||||
* | Remove debug routine from kD splay tree test. | Tavian Barnes | 2009-10-06 | 1 | -21/+0 | |
| | ||||||
* | New kD splay tree test. | Tavian Barnes | 2009-10-06 | 2 | -1/+98 | |
| | ||||||
* | 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 | 4 | -0/+136 | |
| | ||||||
* | Purge test suite and C++ wrapper - for now. | Tavian Barnes | 2009-10-04 | 7 | -556/+0 | |
| | ||||||
* | Only test C++ interface - the C library is used by libdimensionxx | Tavian Barnes | 2009-09-11 | 11 | -754/+116 | |
| | | | | anyway, so we've been testing it twice for no good reason. | |||||
* | Don't take a transformation matrix in dmnsn_new_perspective_camera(). | Tavian Barnes | 2009-07-16 | 2 | -2/+4 | |
| | ||||||
* | Render pigments. | Tavian Barnes | 2009-07-16 | 2 | -5/+27 | |
| | ||||||
* | Add destructor callbacks for polymorphic C types, and use their base | Tavian Barnes | 2009-07-16 | 1 | -6/+6 | |
| | | | | dmnsn_delete_*() function. | |||||
* | Add ability to set rendering quality. | Tavian Barnes | 2009-07-12 | 2 | -5/+11 | |
| | ||||||
* | Allow Array's of non-POD types through specialized Array_Element class. | Tavian Barnes | 2009-07-11 | 1 | -3/+5 | |
| | ||||||
* | Code formatting. | Tavian Barnes | 2009-07-09 | 3 | -8/+16 | |
| | ||||||
* | New interface for background progress bars in C++ tests. | Tavian Barnes | 2009-07-09 | 3 | -1/+57 | |
| | ||||||
* | Enable drawing progres bars in the background. | Tavian Barnes | 2009-07-09 | 4 | -8/+90 | |
| | ||||||
* | Fold 'raytrace' tests into 'png' tests. | Tavian Barnes | 2009-07-08 | 5 | -372/+125 | |
| | ||||||
* | Rename GL_Drawer to GL_Writer for consistency. | Tavian Barnes | 2009-07-08 | 1 | -5/+5 | |
| | ||||||
* | Don't animate in GL tests - turns out it's hellishly slow on slower | Tavian Barnes | 2009-07-08 | 5 | -79/+87 | |
| | | | | computers. | |||||
* | Fix tests. | Tavian Barnes | 2009-07-08 | 2 | -3/+5 | |
| | ||||||
* | Update license copyrights to 2009. | Tavian Barnes | 2009-07-08 | 13 | -13/+13 | |
| | ||||||
* | Comments and style adjustments, and a couple fixes. | Tavian Barnes | 2009-07-08 | 8 | -14/+58 | |
| | ||||||
* | New 'Dimension::Tests' namespace for libdimensionxx-tests. | Tavian Barnes | 2009-07-07 | 4 | -57/+63 | |
| |