Commit Graph

1975 Commits (70d933290271d072399d6bf47ec1703d5160b5dd)

Author SHA1 Message Date
Marius Kintel 70d9332902 bugfix: include dependency trackng didn't work for top-level includes. Reported by Gordon Wrigley 2012-02-22 13:50:38 +01:00
Marius Kintel c5703b4407 bugfix: Fix crash bug when using zero scale factors. Reported by Alan Cox 2012-02-19 13:09:02 +01:00
Marius Kintel 955e0f1344 Added commented-out support for CGAL-4.0beta1 2012-02-19 13:01:36 +01:00
Marius Kintel 03bbd55c93 Fixed recently introduced bug: Don't clear console unless something is being compiled 2012-02-19 11:40:33 +01:00
Marius Kintel bddf392281 Bugfix: Unknown cmd-line options caused a crash. Reported by nop head. 2012-02-19 11:17:24 +01:00
Marius Kintel b902252439 Merge pull request #93 from clothbot/fonts_search_example
MCAD/fonts with search() example023
2012-02-19 01:23:33 -08:00
Andrew Plumb d3528779bb Added dumptest_example023 to disable_tests() 2012-02-18 23:20:28 -05:00
Andrew Plumb de1deb113f Added better example023 with test output. 2012-02-18 21:22:31 -05:00
Andrew Plumb 65c3acf5e6 Merge remote-tracking branch 'upstream/master' into fonts_search_example 2012-02-18 19:08:06 -05:00
Marius Kintel cf52a2a1ef Merge branch 'master' of github.com:openscad/openscad 2012-02-18 19:17:22 +01:00
Marius Kintel cd0218d9aa Added note about adding examples 2012-02-18 19:16:40 +01:00
Marius Kintel 45c180e8e3 Disable test causing floating point comparison issues 2012-02-18 18:44:45 +01:00
Marius Kintel bd72e2dc23 Make MCAD submodule relative to openscad toplevel. 2012-02-18 18:37:53 +01:00
Marius Kintel 6652ede2c2 nan vs. -nan fix to make inf-tests work under Linux 2012-02-18 18:37:26 +01:00
Marius Kintel 5606f457c3 Removed deprecated file 2012-02-18 18:23:59 +01:00
Andrew Plumb bd5aac6f96 MCAD/fonts with search() example.
Adding example023.scad demonstrating use of search() with
MCAD/fonts.scad
2012-02-18 12:10:06 -05:00
Marius Kintel a232426798 Merge branch 'glewfix' 2012-02-18 17:18:17 +01:00
Marius Kintel 79d9fdba32 GLEW fix: Support GLEW installed in the default system location 2012-02-18 16:57:24 +01:00
Marius Kintel 8fde3563b4 Merge branch 'master' of github.com:openscad/openscad 2012-02-18 16:31:13 +01:00
Marius Kintel d460e7203f Try pkg-config to find GLEW if no override path was specified. Simplifies build on Ubuntu 2012-02-18 16:26:56 +01:00
Marius Kintel ccde313570 Removed redundant dependency on tests-common 2012-02-18 16:05:16 +01:00
Marius Kintel 5870c462d6 Reenable output in the OpenSCAD console 2012-02-18 14:48:11 +01:00
Marius Kintel 6038c8d6b1 Merge branch 'master' of github.com:openscad/openscad 2012-02-18 14:47:14 +01:00
Marius Kintel 3300d3f85d Kill warnings 2012-02-18 14:47:08 +01:00
Marius Kintel 1b63103f63 Merge branch 'clothbot-search_function' 2012-02-18 14:00:15 +01:00
Marius Kintel 89ffc68486 Updated MCAD 2012-02-18 13:47:17 +01:00
Marius Kintel a6678827b7 Revert "Setting QTDIR via qmake -query"
This reverts commit 2e7a27f644.
2012-02-18 13:45:28 +01:00
Marius Kintel 9d7446de46 minor fixes: Don't copy input vectors, fixed a leak of a Value object + some cosmetics 2012-02-18 13:44:24 +01:00
Marius Kintel 07f2da7968 Updated MCAD 2012-02-18 13:26:36 +01:00
Marius Kintel 4f8c89ecf0 Merge branch 'search_function' of https://github.com/clothbot/openscad into clothbot-search_function 2012-02-18 12:51:51 +01:00
Marius Kintel 4b54876b7a Merge branch 'master' into modulecache 2012-02-17 23:08:29 +01:00
Marius Kintel 2316127e62 Handle include dependencies 2012-02-17 23:05:36 +01:00
Marius Kintel f71e9cf792 missing include boost/version.hpp 2012-02-17 21:08:55 +01:00
Marius Kintel f615f3a5e1 Added matrix/vector multiplication 2012-02-17 20:50:26 +01:00
Marius Kintel 0652317066 Merge branch 'vector_math' of https://github.com/clothbot/openscad into clothbot-vector_math 2012-02-17 16:25:12 +01:00
Marius Kintel c575c1cb7f Merge pull request #91 from tjhowse/patch-1
Added licensing information.
2012-02-16 06:16:17 -08:00
tjhowse 068632fe2b Added licensing information. 2012-02-16 17:18:09 +10:00
Andrew Plumb 2e7a27f644 Setting QTDIR via qmake -query
For CLI purposes, set QTDIR based on qmake query and prepend it on
$PATH.
2012-02-15 13:12:11 -05:00
Andrew Plumb 5edb7d9b8d Replaced static paths with $$PWD and $QTDIR
Hand-editing openscad.pro.user to make all paths relative to $$PWD (the
location of openscad.pro) and $QTDIR works.
2012-02-15 08:42:53 -05:00
Marius Kintel 6845399e49 Print info about module cache size 2012-02-15 12:36:13 +01:00
Andrew Plumb 32a408f594 Test using search() and MCAD/fonts.scad
A more comprehensive test that exercises the search function and
MCAD/fonts.scad approach to text rendering together.
2012-02-15 00:10:36 -05:00
Andrew Plumb 505e808067 Added search function
Search for characters, strings and integers in a lookup table and
return the index (or indices) for matches.
2012-02-14 23:04:40 -05:00
Andrew Plumb 5d6a259a8b Added vector math support.
Added vector dot-product, matrix*vec, vec*matrix and matrix*matrix
support.
2012-02-14 21:22:48 -05:00
Marius Kintel 7b9b798fdc Started on sanitizing compile handling in mainwindow 2012-02-15 01:32:38 +01:00
Marius Kintel abcd702a68 Minor clarification, cleanup file reading 2012-02-15 01:32:38 +01:00
Marius Kintel accb71b546 Simplify file reading 2012-02-15 01:32:37 +01:00
Marius Kintel 06ad8b5150 Reenable console output 2012-02-15 01:32:37 +01:00
Marius Kintel 3cd36f972e expected file for updated projection-tests 2012-02-15 01:32:37 +01:00
Marius Kintel eaeec7aa9a Comment out some debug info to let tests pass 2012-02-15 01:32:37 +01:00
Marius Kintel 061c157547 Recursively handle dependencies after parsing 2012-02-15 01:32:37 +01:00