Commit graph

12 commits

Author SHA1 Message Date
37d6fb0955 Fixed dead store analyzer warnings
Removed redundant assignments to local variables that were flagged by Xcode’s static analyzer as dead stores.
2015-05-06 12:11:20 -07:00
Mikko Mononen
24e4bdd415 Merge pull request #10 from openscad/sentinel-workaround
Sentinel workaround, should fix #8
2015-01-14 10:41:03 +02:00
Marius Kintel
d7c34ac3ff Clarify the sentinel workaround 2015-01-13 18:03:58 -05:00
Mikko Mononen
041a3ae277 Merge pull request #9 from openscad/planar-crash-fix
When the input is collinear, choose the most perpendicular normal
2015-01-14 00:11:39 +02:00
Marius Kintel
7e004ebded Workaround for issue #8; make sure sentinels are not coincident 2015-01-13 16:39:23 -05:00
Marius Kintel
e8cac53522 Wnen the input is collinear, choose the most perpendicular normal rather than the least perpendicular one. This should improve #8 2015-01-13 15:39:23 -05:00
Mikko Mononen
a43504d78a Moved build to premake4
- moved build to premake4
- fixed compiler warnings
- increased pool size to fit 64bit ptrs
2014-06-13 21:17:25 +03:00
Mikko Mononen
5bd9845365 Update README.md 2013-11-10 11:53:52 +02:00
Mikko Mononen
ed4faa60e8 Bumped version number. 2013-09-11 23:52:59 +02:00
Mikko Mononen
0c9863f03c Initial commit 2013-09-10 23:45:12 +02:00
Mikko Mononen
a1734a2e0c Adding -gitignore 2013-09-10 23:28:16 +02:00
Mikko Mononen
52d4cc1df1 Initial commit 2013-09-10 14:24:43 -07:00