Commit Graph

2216 Commits (982fb58263f169f792e8ec86855891d99a058452)

Author SHA1 Message Date
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
Marius Kintel caa6272fe8 Don't try to handle non-existing use'd libraries 2012-02-15 01:32:37 +01:00
Marius Kintel b9d218e137 Initial implementation of ModuleCache and dependency tracking of used modules 2012-02-15 01:32:37 +01:00
Marius Kintel 44ff853990 Renamed OpenGL Info to Library Info and added version info of other libraries there 2012-02-15 01:26:38 +01:00
Marius Kintel 68a10954cf Merge branch 'clothbot-master' 2012-02-15 00:53:13 +01:00
Marius Kintel a9e7940943 Merged the 64-bit only script back into the main script. Use the -6 option for 64-bit only 2012-02-15 00:14:27 +01:00
Marius Kintel 8a5f6a4abd Minor unsigned fixes 2012-02-15 00:13:07 +01:00
Marius Kintel a2109992e1 EIGEN2DIR not needed - build system uses OPENSCAD_LIBRARIES directly 2012-02-15 00:12:31 +01:00
Marius Kintel 25f6593484 Fix bug including files from within an included file inside a folder. Reported by nop head. 2012-02-14 21:01:51 +01:00
Don Bright 4381762f5a rewrite documentation of visitor() 2012-02-13 20:42:36 -06:00
Don Bright 662da67571 fix debug printing 2012-02-13 19:56:38 -06:00
Don Bright e747b0bfb5 fix tab spacing. comment out debugging line. 2012-02-13 19:54:33 -06:00
Don Bright 7cca215cbe improve documentation 2012-02-13 19:48:18 -06:00
Don Bright 7fda151957 cleanup tabs + wording. 2012-02-13 19:31:11 -06:00
Don Bright fe06b3b034 fix crash. 2012-02-13 19:22:11 -06:00
Don Bright 319364b597 use shared_ptr in shell visitor. add dump() code. hide debug cout. 2012-02-13 18:43:38 -06:00
Marius Kintel f61c9c9fbc Merge branch 'master' of https://github.com/clothbot/openscad into clothbot-master
Conflicts:
	scripts/macosx-build-dependencies.sh
2012-02-14 01:33:44 +01:00
Andrew Plumb d4efb54284 Cleaned up unsigned int compiler warnings 2012-02-13 11:23:18 -05:00