Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-15 | minor tweak for clarity | Don Bright | |
2013-12-15 | tab spaces | Don Bright | |
2013-12-15 | add some error checking | Don Bright | |
2013-12-15 | documentation work | Don Bright | |
2013-12-15 | delete 'new polyset' on failure of creation | Don Bright | |
2013-12-15 | restore error checking when creating polyhedron from polyset | Don Bright | |
2013-12-15 | documenation update | Don Bright | |
2013-12-15 | improve CGAL nonplanar face error detection. also change dumptests to 'faces' | Don Bright | |
keyword for 'polyhedrnon(). | |||
2013-12-15 | fix bug in polyhedron() primitive keyword 'faces' vs 'triangles' | Don Bright | |
2013-12-15 | add tests for non-planar bug. add docs to .cc code | Don Bright | |
2013-12-15 | in polyhedron() replace "triangles" w "faces", but allow backwards compatability | Don Bright | |
by accepting 'triangles' and putting them into 'faces' variable | |||
2013-12-15 | triangulation of near-planar PolySet faces | Don Bright | |
2013-12-14 | stub of face tessellation function for polyset | Don Bright | |
2013-12-14 | FIXME leaking polyset by altering functions signatures | Don Bright | |
2013-12-14 | Put back printing path to test report | Marius Kintel | |
2013-12-14 | bugfix: #562 didn't take into account that it's allowed with all X ↵ | Marius Kintel | |
coordinates being negative | |||
2013-12-14 | bugfix: glib include fix | Marius Kintel | |
2013-12-13 | Merge pull request #572 from hroncok/patch-2 | Marius Kintel | |
Change invalid Programming category to Development | |||
2013-12-13 | Change invalid Programming category to Development | Miro Hrončok | |
Programming is not a valid category of .desktop file, it is not listed in either [Main Categories](http://standards.freedesktop.org/menu-spec/latest/apa.html) or [Additional Categories](http://standards.freedesktop.org/menu-spec/latest/apas02.html). desktop-file-validate returns error: openscad.desktop: error: value "Graphics;3DGraphics;Engineering;Programming;" for key "Categories" in group "Desktop Entry" contains an unregistered value "Programming"; values extending the format should start with "X-" This changes it to Development, witch is a valid category listed in Additional Categories. Now desktop-file-validate only gives us a hint: openscad.desktop: hint: value "Graphics;3DGraphics;Engineering;Development;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu. That is fine, as we want it both in Graphics and Development. This is a valid response to #533 | |||
2013-12-12 | Merge pull request #570 from brodykenrick/master | Marius Kintel | |
Fix check_dependencies glib2 for Ubuntu 12.10 | |||
2013-12-12 | Correct coding style for last commit (check_dependencies). | Brody Kenrick | |
2013-12-12 | Fix check_dependencies for Ubuntu 12.10 and ... | Brody Kenrick | |
... and other platforms that report a different arch triplet than where they store their libraries) check-dependencies.sh doesn't find glib2 on Ubuntu 12.10 since glib is installed in /usr/lib/i386-linux-gnu/glib-2.0/include/glibconfig.h while gcc -dumpmachine reports the arch as i686-linux-gnu | |||
2013-12-12 | #514 Change gcc 4.8.2 version check error to a warning | Marius Kintel | |
2013-12-11 | Merge pull request #561 from brodykenrick/master | Marius Kintel | |
Unicode support for search, length and STRING[] accesses (+ a fix for 3rd Party CGAL lib issue on Ubunti) | |||
2013-12-11 | minor fix: Only use UPLOADARG if it exists | Marius Kintel | |
2013-12-11 | Merge branch 'master' of https://github.com/brodykenrick/openscad | Brody Kenrick | |
2013-12-11 | Add back in GL and GLIB2 links for tests-core | Brody Kenrick | |
2013-12-11 | Add gettext lib for linux also | Brody Kenrick | |
2013-12-11 | Ctests build for Glib2 - Add GLIB2_LIBDIR to find_library paths | Brody Kenrick | |
2013-12-11 | Merge pull request #1 from openscad/brodykenrick-master | Brody | |
Brodykenrick master | |||
2013-12-11 | Updated gmp patch. Fixes #558 | Marius Kintel | |
2013-12-11 | Merge branch 'master' of git://github.com/brodykenrick/openscad into ↵ | Marius Kintel | |
brodykenrick-master Conflicts: scripts/macosx-build-dependencies.sh tests/CMakeLists.txt | |||
2013-12-11 | Build glib2 and gettext on Mac, Find macro for glib2 | Marius Kintel | |
2013-12-09 | Merge branch 'travis' | Marius Kintel | |
2013-12-09 | Merge remote-tracking branch 'origin/travis' | Marius Kintel | |
2013-12-09 | minor tuning | Marius Kintel | |
2013-12-09 | Set upload env. variable in travis env since the cmake version on Travis is ↵ | Marius Kintel | |
too old | |||
2013-12-09 | Set upload env. variable in travis env since the cmake version on Travis is ↵ | Marius Kintel | |
too old | |||
2013-12-09 | Upload test results from travis | Marius Kintel | |
2013-12-09 | Enable upload of test results (#525) | Marius Kintel | |
2013-12-09 | Merge branch 'master' into travis | Marius Kintel | |
2013-12-09 | Merge pull request #566 from a-e-m/master | Marius Kintel | |
Fix for issue 525 | |||
2013-12-09 | Added --upload command line option | a-e-m | |
2013-12-09 | Revert to uploading to dinkypage, gists won't work | a-e-m | |
2013-12-08 | Add specific tests for unicode len() | Brody Kenrick | |
2013-12-08 | Add in missed glib build dependencies for OS X and unix | Brody Kenrick | |
2013-12-08 | Update comments/messages for CGAL source of bad boost libraries | Brody Kenrick | |
Add comments and change to a status instead of a warning (as we recover nicely and it is a known issue in CGAL @ https://bugs.launchpad.net/ubuntu/+source/cgal/+bug/1242111) | |||
2013-12-08 | Unicode support for strings | Brody Kenrick | |
Add suport for using unicode strings in .scad files. Support iterating across them/accessing them via [] and searching. -------- Add GLIB (to build for test and normal build -- both with installed and built locally development files). Add support for unicode chars to length and search builtin functions and [] for strings. Added unicode testing functions. Ad GLIB to library info page. | |||
2013-12-08 | Fix for bad boost libraries | Brody Kenrick | |
Get this error because of a search for a non-existent library on linux64 ----------- [ 69%] Built target tests-cgal Scanning dependencies of target cgalcachetest [ 70%] Building CXX object CMakeFiles/cgalcachetest.dir/cgalcachetest.cc.o make[2]: *** No rule to make target `/usr/lib/libboost_thread.so', needed by `cgalcachetest'. Stop. make[1]: *** [CMakeFiles/cgalcachetest.dir/all] Error 2 make: *** [all] Error 2 [2]+ Done gedit openscad.pro (wd: ~/git/openscad_unicode) ---------- | |||
2013-12-08 | Taking out test accidentially left in, my user token | a-e-m | |