Age | Commit message (Expand) | Author |
2013-09-12 | remove extraneous files, add rands working test | Don Bright |
2013-09-12 | cmdline throwntogether, integrate w chrysn tests, update resize tests | Don Bright |
2013-05-09 | Forgot to actually add most files in previous commit (#217) | Marius Kintel |
2013-04-26 | Further refactoring of scope/context mechanisms. Mostly related to the new Fi... | Marius Kintel |
2013-04-26 | Refactoring: Split out FileModule from Module, Added LocalScope renamed some ... | Marius Kintel |
2013-04-10 | Merge branch 'noqt' into testing | Marius Kintel |
2013-04-09 | Refactored context handling into using separate Module contexts and Eval cont... | Marius Kintel |
2013-03-12 | Got rid of remaining Qt dependencies. The test framework should now be Qt-free | Marius Kintel |
2013-03-04 | cleanups | don bright |
2013-03-03 | fix bugs in testing | don bright |
2013-03-03 | move csg chain prep code to CsgInfo.h, move defaults to rendersettings.h | don bright |
2013-02-26 | fix bugs for test compile | don bright |
2013-02-25 | first working version of opencsg png export from gui binary | don bright |
2013-02-25 | split out axes functions. begin to split out opencsg pre-rendering | don bright |
2013-02-24 | move enable_opencsg_shaders, fix indenting, split out display_opencsg_warning | don bright |
2013-02-24 | move enable_opencsg_shaders from csgtestcore to OffscreenView.cc | don bright |
2013-02-21 | begin process of unifying GLView and OffscreenView. renames, objrot, objtran | don bright |
2013-01-30 | Kill warning when running test in --info mode | Marius Kintel |
2013-01-26 | cleanups. and restore accidentally deleted old system-gl.h | don bright |
2013-01-26 | enable root-modifier (! character) on gui-cmdline output. reduce duplicate code. | don bright |
2012-07-01 | Fixed normalization bug: node limit wasn't checked properly and some cases tr... | Marius Kintel |
2012-06-24 | Search for libraries from a list of paths. Preparations for issue #125 | Marius Kintel |
2012-03-20 | bugfix: Support passing files without an explicit parent directory | Marius Kintel |
2012-02-02 | Minor refactor: use set/get_librarydir() to access global variable | Marius Kintel |
2012-01-29 | Bugfix for tests: Empty tree after normalization | Marius Kintel |
2012-01-25 | Use QCoreApplication - reduce Qt dependency | Marius Kintel |
2012-01-24 | compile fix for recent change of the normalize() method | Marius Kintel |
2012-01-14 | add boosty.h for compatability with boost <1.44 | donb |
2012-01-09 | typo: ouput->output | Marius Kintel |
2012-01-04 | Merge branch 'master' into boost_filesystem | Marius Kintel |
2011-12-26 | Refactored normalization into a separate class, hard-limited normalization to... | Marius Kintel |
2011-12-25 | Removed Qt dependency from parser_init() | Marius Kintel |
2011-12-24 | Ported currentdir handling from Qt to boost filesystem | Marius Kintel |
2011-12-24 | Extracted librarydir initialization to separate function | Marius Kintel |
2011-12-22 | fix crash bug | Don Bright |
2011-12-22 | Removed old debug output | Marius Kintel |
2011-12-17 | fix pretty print bug that was printing error message during ctest | Don Bright |
2011-12-07 | killed a warning | Marius Kintel |
2011-12-07 | Merge remote branch 'upstream/master' into cakebaby | Don Bright |
2011-12-06 | Refactoring: Use shared_ptr instead of our own shared pointer implementation ... | Marius Kintel |
2011-12-01 | fix up testing, add opencsg version info | Don Bright |
2011-12-01 | Merge remote branch 'upstream/master' into cakebaby | Don Bright |
2011-11-27 | Killed some memory leaks | Marius Kintel |
2011-11-27 | make opencsg use framebuffer not pbuffer | Don Bright |
2011-11-26 | add CGAL version to info | Don Bright |
2011-11-17 | improve info report. add auto-uploading ability for wiki data/images | Don Bright |
2011-11-16 | add more info to --info dumps. improve wiki output | Don Bright |
2011-11-13 | option '--info' to opencsgtest for windows. also output html + wiki code. | Don Bright |
2011-11-13 | add pretty_print step to ctest run. add '-info' option to opencsgtest. | Don Bright |
2011-11-06 | Slight refactoring of builtin function and module handling | Marius Kintel |