Age | Commit message (Expand) | Author |
2013-09-22 | tweaks for building on older machines | Don Bright |
2013-09-20 | restore missing digits. make --info work better. fix parser / path bug | Don Bright |
2013-09-20 | allow openscad binary to be compiled with or without QT. use non-QT for tests. | Don Bright |
2013-09-19 | Don't recompile while editing the text. Wait until saving or manual refresh. ... | Marius Kintel |
2013-09-19 | gcc 4.7 should work for demangling of CGAL kernel info name | Don Bright |
2013-09-19 | enable --info output of names of CGAL Kernels to aid debugging | Don Bright |
2013-09-15 | fix camdist test, issue #430 | don bright |
2013-09-15 | fix issue with gcc 4.4.5. pointer to renderer in export_png segfaulted | don bright |
2013-09-14 | Merge pull request #478 from vicnet/master | Marius Kintel |
2013-09-13 | Merge remote-tracking branch 'upstream/master' | Vicnet |
2013-09-13 | reorder parser predicat to better understanding | Vicnet |
2013-09-13 | Indent parser file for better clarity | Vicnet |
2013-09-13 | Merge pull request #476 from openscad/testfixes | Marius Kintel |
2013-09-13 | Merge pull request #472 from openscad/fixcamera1 | Marius Kintel |
2013-09-13 | copyright info to nsis scripts | Don Bright |
2013-09-13 | rm googlecode stuff | Don Bright |
2013-09-13 | remove googlecode uploader | Don Bright |
2013-09-13 | cleanup | Don Bright |
2013-09-13 | clean | Don Bright |
2013-09-13 | cleanup | Don Bright |
2013-09-13 | cleanup, remove unused files and code, etc | Don Bright |
2013-09-13 | cleanups, tab fixes, remove redundant code | Don Bright |
2013-09-13 | little tweaks, cleanups, tab fixing, eliminating comments | Don Bright |
2013-09-13 | fix bug in 2d resize code | Don Bright |
2013-09-12 | remove extraneous files, add rands working test | Don Bright |
2013-09-12 | remove redundant code | Don Bright |
2013-09-12 | cmdline throwntogether, integrate w chrysn tests, update resize tests | Don Bright |
2013-09-12 | rendersettings.h not needed | Don Bright |
2013-09-12 | lodepng: write RGB instead of RGBA: decoders differ on alpha rendering | Don Bright |
2013-09-12 | use background color when writing PNG with lodepng | Don Bright |
2013-09-12 | fix issue #430 | Don Bright |
2013-09-06 | Merge pull request #471 from dmopalmer/mac_compile_2013.09 | Marius Kintel |
2013-09-06 | Mac Build update build to 2013-09 versions | David M. Palmer |
2013-08-21 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel |
2013-08-21 | Fixes two problems related to : lookup was dynamic rather than lexical, assig... | Marius Kintel |
2013-08-20 | Put back some stuff necessary for building on non-MSVC platforms for now | Marius Kintel |
2013-08-20 | Merge branch 'master' of git://github.com/ivoknutsel/openscad into ivoknutsel... | Marius Kintel |
2013-08-17 | Support out-of-source use of testsuite. Fixes #456 | Marius Kintel |
2013-08-15 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel |
2013-08-14 | more migration from google-code to files.openscad.org | Don Bright |
2013-08-14 | switch from google-code file hosting to files.openscad.org | Don Bright |
2013-08-14 | first step of dealing with issue #455 | Don Bright |
2013-08-11 | fix #452 | Don Bright |
2013-08-08 | commit bugfix per report from chrysn to mailing list 8/8/13 | Don Bright |
2013-07-28 | In this commit i'll change just the Qt project, c and header files to get Ope... | Ivo Noorhoff |
2013-07-02 | Ported use of check_output to Python-2.6 | Marius Kintel |
2013-07-02 | dumptest now supports the root modifier - updated test results | Marius Kintel |
2013-07-02 | cgalstlsanitytest moved | Marius Kintel |
2013-07-02 | Re-enable tests which previously cause floating point comparison issues | Marius Kintel |
2013-06-28 | python validation for cgal stl sanity test | chrysn |