Commit graph

6042 commits

Author SHA1 Message Date
Marius Kintel
02b21fe102 Use C++11 initializers 2016-07-20 15:13:42 -04:00
Marius Kintel
a0d9273129 Turn off parallel tests on trusty 2016-07-20 14:05:37 -04:00
Marius Kintel
4bfbb94f26 Updated class hierarchy 2016-07-20 13:50:19 -04:00
Marius Kintel
e977ab388b More travis debug output 2016-07-19 18:32:52 -04:00
Marius Kintel
2c56845fe8 Merge pull request #1716 from openscad/travis-osx
Travis build for OS X & Trusty
2016-07-19 17:41:07 -04:00
Marius Kintel
194da52df0 Merge pull request #834 from openscad/svg-import
SVG Import
2016-07-19 16:52:05 -04:00
Marius Kintel
a7d94ad0f8 Enable DIST-specific test parallelization 2016-07-19 16:50:13 -04:00
Marius Kintel
d28811864b Disable svgpngtest_text-font-direction-tests (#899) 2016-07-19 16:00:34 -04:00
Marius Kintel
9bcab11129 Added OS X build and trusty build to travis config 2016-07-19 15:32:27 -04:00
Marius Kintel
82e824a507 Added experimental + nogui to coverity build 2016-07-19 15:26:17 -04:00
Marius Kintel
044b6acfa6 Clarified some ambiguous math library usage (int vs. double) 2016-07-19 15:06:06 -04:00
Marius Kintel
bd20fe6bf8 Added experimental SVG import 2016-07-19 14:44:35 -04:00
Marius Kintel
fdd42098e3 Removed defunct Bitdeli badge 2016-07-19 00:40:36 -04:00
Marius Kintel
3a63c01b7f Merge branch 'master' of github.com:openscad/openscad 2016-07-18 21:30:17 -04:00
Marius Kintel
7744377a4e Even more xvfb debugging 2016-07-18 21:27:39 -04:00
Marius Kintel
d1d2136b56 Merge pull request #1739 from openscad/import-refactor
Refactored the import code into separate files per format
2016-07-18 20:57:13 -04:00
Marius Kintel
34d62c1a30 Updated homebrew instructions - it works again now 2016-07-18 20:20:23 -04:00
Marius Kintel
25ec72ce07 Refactored the import code into separate files per format 2016-07-18 20:14:31 -04:00
Marius Kintel
ad2956dcd0 More offscreen context testing, better error reporting 2016-07-15 12:38:14 -04:00
Marius Kintel
f225d0de15 More virtualfb debugging 2016-07-15 11:49:18 -04:00
Marius Kintel
2b09df816a Removed deprecated pixel format attribute. Added comment for how to force software rendering 2016-07-15 01:26:53 -04:00
Marius Kintel
204032ba9e We now require OS X >= 10.8 2016-07-15 01:26:15 -04:00
Marius Kintel
557d15c61d Enable debugging of virtualfb.sh to figure out why Travis CI sometimes fails 2016-07-15 01:24:48 -04:00
Torsten Paul
eef2a4048f Update Qt info (fixes #1736) 2016-07-14 13:37:18 +02:00
Marius Kintel
fee7a72924 Merge pull request #1714 from openscad/obs-fix
Ensure to always return a value to fix OBS builds.
2016-06-30 14:30:37 -04:00
Marius Kintel
6d750ee7c9 Removed a few unneccessary boosty includes 2016-06-30 13:29:16 -04:00
Konrad Malkowski
0a38deaed7 #1647 remove workarounds for older versions of boost
another config

another one
2016-06-27 22:52:41 -04:00
Torsten Paul
802bb992b1 Ensure to always return a value to fix OBS builds. 2016-06-26 18:19:26 +02:00
Marius Kintel
02439847dc Merge branch 'master' of github.com:openscad/openscad 2016-06-25 17:32:16 -04:00
Marius Kintel
aba13a386e #1588 Set SUFeedURL to fix Sparkle-related crash. add http download exception for now 2016-06-25 17:31:50 -04:00
Marius Kintel
10f80dd9c4 Updated libraries, use @rpath instead of absolute paths 2016-06-25 17:31:47 -04:00
Marius Kintel
d5bf793814 Qt 5.7 requires OS X 10.8+ 2016-06-25 17:29:17 -04:00
Marius Kintel
ae11be80d5 Merge branch 'ast-refactor' 2016-06-24 12:10:22 -04:00
Marius Kintel
ae7438bddf Correctly handle locations in the lexer 2016-06-24 12:08:04 -04:00
Marius Kintel
33773ec251 Return const ref to the Location object 2016-06-24 12:07:47 -04:00
Marius Kintel
1ee2edaf7b Merge branch 'ast-refactor' 2016-06-21 22:49:26 -04:00
Marius Kintel
7036a6dd5c #1672 Report error instead of crashing 2016-06-19 13:26:36 -04:00
Marius Kintel
c3a6128e6a #1672 Added testcase 2016-06-19 13:26:05 -04:00
Marius Kintel
7452397e96 Moved fixed bug to issues/ 2016-06-19 13:07:47 -04:00
Marius Kintel
a63c5127b6 #1671 Don't crash - report CGAL exception instead 2016-06-19 13:04:44 -04:00
Marius Kintel
316abc6eaa Merge branch 'master' of github.com:openscad/openscad 2016-06-19 12:45:39 -04:00
Marius Kintel
7956f57cef #1671 Added testcase 2016-06-19 12:45:23 -04:00
Marius Kintel
68316c443e Moved arguments that should be available at construction-time into the constructor 2016-06-14 19:20:17 -04:00
Marius Kintel
f4ddead656 C++11: gcc-4.6.1 doesn't support delegating constructors 2016-06-13 21:38:21 -04:00
Marius Kintel
b509afd4ed Added a Location object to ASTNode, to track source code locations 2016-06-13 20:20:04 -04:00
Marius Kintel
0eadffea33 ast refactoring: added recently changed files 2016-06-13 19:35:43 -04:00
Marius Kintel
95b5306495 ast refactoring: Made the traverser part of NodeVisitor as it was dependent on the node tree 2016-06-13 19:35:43 -04:00
Marius Kintel
ae60056968 Split the module file into module, FileModule, UserModule and GroupModule to better manage dependencies 2016-06-13 19:35:43 -04:00
Marius Kintel
33e49a84a1 C++11: gcc-4.6.3 (Ubuntu 12.04) doesn't support non-static member initializers 2016-06-13 19:35:43 -04:00
Marius Kintel
d8523ae6be AST refactor: Refactored the visitor system to a more general purpose visitor 2016-06-13 19:35:43 -04:00