Commit Graph

2868 Commits (5a647f963a2dbe2344fe64d98ea5bd42f8f3e806)

Author SHA1 Message Date
Don Bright 5a647f963a bold a single about box line 2013-05-18 16:04:59 -05:00
Don Bright ca4fb9238f update readme 2013-05-18 15:40:01 -05:00
Don Bright 6509f08382 allow 'upload only' and 'dryrun' debugging options 2013-05-18 14:37:04 -05:00
don bright 2c5b09a0a7 zip silent 2013-05-18 19:03:08 +02:00
don bright cc94b647f1 credit tony theodore 2013-05-18 19:01:35 +02:00
don bright 874a484068 if .com fails, stop build. also stop using make || make 2013-05-18 18:57:08 +02:00
don bright 127d84a58c url bugfix 2013-05-18 18:55:44 +02:00
don bright d8bcf47df6 gcc warning off, eigen3 mingw build 2013-05-18 18:48:39 +02:00
don bright 78303a79fa reduce flood of eigen warnings on mingw build 2013-05-18 18:45:13 +02:00
don bright 7d68cb0232 improve mingw build, make rm silent 2013-05-18 18:39:48 +02:00
don bright 48816160cd fix eigen bugs mingw32/64 2013-05-18 17:49:26 +02:00
Don Bright b3b83059e7 tweaks to improve build. alos update about.html docs 2013-05-17 15:32:23 -05:00
Don Bright be87d30f42 enable both win32 and win64 build and upload (beta level) from same script 2013-05-16 22:59:58 -05:00
Don Bright 293f3cc7c9 enable mingw64 cross build (alpha stage) 2013-05-16 06:54:34 -05:00
Don Bright 26df5c4466 make size postpend 'B' for 'Bytes', for download page 2013-05-15 19:56:49 -05:00
Don Bright add6b74b3a Merge branch 'master' of github.com:openscad/openscad 2013-05-15 19:34:50 -05:00
Don Bright 602b529e9f fix bug in dryrun settings 2013-05-15 19:33:55 -05:00
Marius Kintel 5f6afe8cbb Update the new javascript with download info 2013-05-15 20:33:24 -04:00
Don Bright 2e758fcc82 enable 'dry run' in builder script 2013-05-15 17:04:46 -05:00
Don Bright 8cdadca920 clarify comments 2013-05-15 17:00:40 -05:00
Don Bright 6161214083 enable auto updateing of website thru openscad.github.com 2013-05-14 23:45:40 -05:00
Marius Kintel beda4a7952 Updated expected test: ERROR label 2013-05-14 02:55:53 +02:00
Marius Kintel 2b323723e7 Merge branch 'master' of github.com:openscad/openscad 2013-05-13 20:41:05 -04:00
Marius Kintel f179e0b567 Forgot to initialize recursioncount in all constructors 2013-05-13 20:40:32 -04:00
Marius Kintel a1ade23e98 bugfix: messed up parser filenames 2013-05-14 01:31:44 +02:00
Marius Kintel 61dc6bfcbc Merge branch 'master' of github.com:openscad/openscad 2013-05-13 16:27:41 -04:00
Marius Kintel ee6f149dd0 bugfix: Fixed recursion crash (#346) 2013-05-13 16:27:17 -04:00
Marius Kintel 7f1c6b57c6 Merge pull request #361 from openscad/builder
Builder
2013-05-13 09:52:07 -07:00
Don Bright 0cc3bb3890 fix indentation, uncomment cd command, fix reading of username 2013-05-13 06:57:19 -05:00
Don Bright 348d13cf3b add notes 2013-05-12 12:22:11 -05:00
Don Bright 84eaad1457 update to match new mxe. add 'builder' script to automate some stuff 2013-05-12 12:19:04 -05:00
Marius Kintel 8c532d5252 Updated test cases to reflect scale argument to linear_extrude (#273) 2013-05-11 12:56:19 -04:00
Marius Kintel adffb9121f Added support for 2D scaling in linear_extrude 2013-05-10 18:01:50 +02:00
Marius Kintel 130e10778e Initial code to support scaling of linear_extrude(). Part of Issue #273 2013-05-10 13:45:28 +02:00
Marius Kintel b5079a189a wops, duplicate parser files 2013-05-10 00:55:04 +02:00
Marius Kintel 7a8b6f5c51 Put back lex/yacc - we're not using any bison-specific stuff after all 2013-05-09 18:48:27 +02:00
Marius Kintel e01b37a03d Support lookup tables with one element, final fix of #322 2013-05-09 17:45:40 +02:00
Marius Kintel 3780677def Added testcase for #322 2013-05-09 17:28:05 +02:00
NateTG 715d539f4e Update func.cc
Fix for https://github.com/openscad/openscad/issues/322
2013-05-09 08:40:01 -06:00
Marius Kintel 6ee78e7f68 Handle lack of trailing newline in dat files. Fixes #336 2013-05-09 14:32:43 +02:00
Marius Kintel c5ebdb788b Added failing test for #336 2013-05-09 14:23:52 +02:00
Marius Kintel 89e27d997d sync 2013-05-09 14:23:29 +02:00
Marius Kintel f46118da22 Merge branch 'master' into issue352 2013-05-09 12:18:51 +02:00
Marius Kintel ad8ba77a15 Added failing test for #352 2013-05-09 12:16:58 +02:00
Marius Kintel 14e1ad2363 Forgot to actually add most files in previous commit (#217) 2013-05-09 12:12:58 +02:00
Marius Kintel 0e938364fe Search for included files first in the same location as the including module, then in the document root as a compatibility fallback. Fixes #217 2013-05-09 11:02:31 +02:00
Don Bright f8ad66c8bb fix issue 352 - require 'file' to be a string 2013-05-08 23:20:06 -05:00
Marius Kintel db8ad9631d Added failing test for the #217 regression 2013-05-08 16:34:38 +02:00
Marius Kintel 7470a77626 Small bugfix to previous commit 2013-05-08 00:12:54 +02:00
Marius Kintel d4bc01d46c New feature: Drag and drop stl, off or dxf files will create an import statement 2013-05-08 00:00:09 +02:00