Age | Commit message (Expand) | Author |
2012-12-20 | fixes for netbsd. clarify readme. | don bright |
2012-12-20 | mention BSD. clarify language slightly | don bright |
2012-12-20 | CGAL<4.0.2 has strange errors with clang. notify user explicitly to upgrade. | don bright |
2012-12-20 | improve OpenCSG build to use qmake + work better standalone | don bright |
2012-12-20 | improve qt version detection | don bright |
2012-12-20 | change 'system' to 'found' in header of printed table | don bright |
2012-12-20 | skip broken opengl testing under eigen3 | don bright |
2012-12-20 | convert tabs to spaces. fix some BSD problems | don bright |
2012-12-20 | update boost version. allow 'out of tree' dependency check. fix cmake detection | don bright |
2012-12-20 | for out of tree, build under $PWD/openscad_deps not $PWD | don bright |
2012-12-20 | enable 'out of tree' call of dependency scripts. fix old ubuntu detection. | don bright |
2012-12-20 | clarify README linux compilation | don bright |
2012-12-20 | do not use OSTYPE, its a read-only operating system variable | don bright |
2012-12-05 | unify build scripts. introduce 'version checker' script. simplify instructions | don bright |
2012-12-04 | move flattr image to right-hand side. | don bright |
2012-12-04 | tidy up html for QTextBrowser. add shortcut for 'help' | don bright |
2012-12-04 | hand code html to remove qt cruft. makes it easier to change, and easier | don bright |
2012-12-03 | clarify mingw32 usage in docs & in 'print usage' | don bright |
2012-12-03 | actually assign copyright to Marius + Clifford, to eliminate any | don bright |
2012-12-03 | fix tabs in svg.cc | don bright |
2012-12-03 | allow 'mingw32' option. dont use OSTYPE. fix docs. allow NUMCPU multicore build | don bright |
2012-12-03 | fix bug where if $MXEDIR didn't already exist, build failed | don bright |
2012-10-31 | updated MCAD | Marius Kintel |
2012-10-31 | robustification: Postfix traversals used uninitialized response variable. Bug... | Marius Kintel |
2012-10-31 | Return on unknown ColorMode to avoid using uninitialized variable | Marius Kintel |
2012-10-30 | Merge branch 'master' into issue202svg | Marius Kintel |
2012-10-29 | fix possible crash bug | don bright |
2012-10-28 | fixes for test suite and gcc | don bright |
2012-10-28 | fix typo | don bright |
2012-10-28 | Updated to CGAL-4.1 | Marius Kintel |
2012-10-28 | move failure-detection so there is only one reset of error behavior. | don bright |
2012-10-28 | put eps and inf back in | don bright |
2012-10-28 | more cleanup | don bright |
2012-10-28 | cleanup | don bright |
2012-10-28 | reduce linecount of bigbox code. minor cleaning. | don bright |
2012-10-28 | remove debugging. cleanup | don bright |
2012-10-28 | refactor, cleanup, put code where it belongs, make simple logging class | don bright |
2012-10-26 | Boost 1.51 requires chrono for thread | Marius Kintel |
2012-10-24 | use a thin box, union the intersection w top of box and bottom of box | don bright |
2012-10-24 | use target(), not source(), making 'simple' the 2d polygon | don bright |
2012-10-24 | Updated RELEASE_NOTES | Marius Kintel |
2012-10-24 | Support specifying an OPENSCADPATH environment variable which will have prece... | Marius Kintel |
2012-10-24 | Make cmd-line overrides using -D work also for USEd modules. Fixes #211 | Marius Kintel |
2012-10-24 | Detect circular includes. Probably the final commit for #75 | Marius Kintel |
2012-10-24 | Added test for circular includes | Marius Kintel |
2012-10-23 | this svg-prints the 'marked' faces as dashed lines, revealing CGAL issues | don bright |
2012-10-23 | Initial clang build support | Marius Kintel |
2012-10-23 | Minor clang updates | Marius Kintel |
2012-10-23 | Now builds on clang-4.0 on Mac OS X Lion | Marius Kintel |
2012-10-21 | remove old dump code. improve debugging svg output. | don bright |