summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* PGO build improvements.Tavian Barnes2009-11-131-5/+2
|
* Implement profile-guided optimization builds.Tavian Barnes2009-11-121-3/+11
|
* Correct dmnsn_color_illuminate().Tavian Barnes2009-11-091-1/+1
|
* Don't fail GL test if we can't get a GL context.Tavian Barnes2009-11-091-2/+2
| | | | Instead output a warning. Useful for running tests from a CLI.
* Use finishes.Tavian Barnes2009-11-091-0/+3
|
* Calculate surface normals in intersection callbacks.Tavian Barnes2009-11-091-2/+2
|
* Store inverse object transformation in a separate field.Tavian Barnes2009-11-091-6/+2
|
* Rudimentary light/shadow handling.Tavian Barnes2009-11-091-1/+1
|
* Add a light to the default test scene.Tavian Barnes2009-11-091-13/+18
|
* Make dmnsn_delete_scene() delete the scene's elements too.Tavian Barnes2009-11-094-41/+22
|
* rm -f *.png in clean target.tavianator2009-11-051-1/+1
|
* Don't use GNU make %-style target extension.Tavian Barnes2009-11-041-1/+1
|
* Parse arithmetic expressions.Tavian Barnes2009-11-042-4/+4
|
* Handle spheres.Tavian Barnes2009-11-043-13/+14
|
* Implement dmnsn_print_astree_sexpr().Tavian Barnes2009-10-311-0/+10
|
* Remove progress bars from tests, as parallel-tests hides output anyway.Tavian Barnes2009-10-304-212/+75
|
* Refactor parsing and realization a bit.Tavian Barnes2009-10-301-1/+4
|
* (Sort of) realize boxes.Tavian Barnes2009-10-301-1/+1
| | | | We now have a working rendering from an SDL input, kinda!
* (Sort of) parse boxes.Tavian Barnes2009-10-304-17/+55
|
* Correctly tokenize <=, >= and !=.Tavian Barnes2009-10-292-10/+2
|
* Support all POV-Ray keywords.Tavian Barnes2009-10-292-2/+2
|
* Even more tokenizer work.Tavian Barnes2009-10-291-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 Barnes2009-10-292-3/+2
|
* Split tokenizer.sh into multiple tests.Tavian Barnes2009-10-286-47/+137
|
* Make '#include' work.Tavian Barnes2009-10-281-1/+1
|
* Tokenize strings and language directives.Tavian Barnes2009-10-283-0/+64
|
* Add a vector to numeric tokenizer test.tavianator2009-10-282-1/+4
|
* Tokenize keywords.Tavian Barnes2009-10-283-2/+45
|
* Ignore comments in tokenizer.Tavian Barnes2009-10-273-2/+52
|
* Tokenize numeric values.Tavian Barnes2009-10-273-2/+13
|
* Support more symbols in tokenizer.Tavian Barnes2009-10-274-14/+34
|
* Use the parallel-tests automake option.Tavian Barnes2009-10-271-2/+5
|
* Fix tokenizer test in VPATH build.Tavian Barnes2009-10-272-3/+3
|
* New tokenizer test.Tavian Barnes2009-10-274-1/+44
|
* Fix make distcheck.Tavian Barnes2009-10-251-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 Barnes2009-10-221-1/+1
|
* More memory handling improvements.Tavian Barnes2009-10-202-59/+54
|
* Improve garbage handling of dmnsn_delete_object().Tavian Barnes2009-10-191-14/+0
|
* Give the cube a black pigment in the default test scene.Tavian Barnes2009-10-191-1/+26
|
* Some GL test fixes.Tavian Barnes2009-10-131-1/+4
|
* Re-add GL test case.Tavian Barnes2009-10-132-1/+131
|
* Use convenience library for tests.Tavian Barnes2009-10-131-5/+9
|
* kD splay tree fixes, and new dmnsn_kD_splay_tree type.Tavian Barnes2009-10-091-9/+9
|
* Call kD splay children `contains' and `container'.Tavian Barnes2009-10-071-3/+3
|
* Re-add PNG test.Tavian Barnes2009-10-064-1/+584
|
* Remove debug routine from kD splay tree test.Tavian Barnes2009-10-061-21/+0
|
* New kD splay tree test.Tavian Barnes2009-10-062-1/+98
|
* Fix tests Makefile.am.Tavian Barnes2009-10-051-2/+0
|
* New benchmarking suite.Tavian Barnes2009-10-041-2/+4
|
* New test framework.Tavian Barnes2009-10-044-0/+136
|