Commit Graph

3348 Commits (3e464d01a76a271790f7fc73eb1a8e3ef270fd6f)

Author SHA1 Message Date
Brody Kenrick 745664f126 Ctests build for Glib2 - Add GLIB2_LIBDIR to find_library paths 2013-12-11 17:06:27 +11:00
Brody ef92a395a8 Merge pull request #1 from openscad/brodykenrick-master
Brodykenrick master
2013-12-10 21:46:04 -08:00
Marius Kintel 379e7a0547 Updated gmp patch. Fixes #558 2013-12-11 00:16:27 -05:00
Marius Kintel 50fb5bb135 Merge branch 'master' of git://github.com/brodykenrick/openscad into brodykenrick-master
Conflicts:
	scripts/macosx-build-dependencies.sh
	tests/CMakeLists.txt
2013-12-10 23:09:28 -05:00
Marius Kintel 7cb3ea77ff Build glib2 and gettext on Mac, Find macro for glib2 2013-12-10 23:08:04 -05:00
Marius Kintel 7e0917d6b2 Merge branch 'travis' 2013-12-09 00:48:26 -05:00
Marius Kintel 3bd224b990 Merge remote-tracking branch 'origin/travis' 2013-12-09 00:47:02 -05:00
Marius Kintel e96305ddf5 minor tuning 2013-12-09 00:46:38 -05:00
Marius Kintel 6fd378e9af Set upload env. variable in travis env since the cmake version on Travis is too old 2013-12-09 00:24:55 -05:00
Marius Kintel a22394fc39 Set upload env. variable in travis env since the cmake version on Travis is too old 2013-12-09 00:13:14 -05:00
Marius Kintel 8f103043a2 Upload test results from travis 2013-12-08 23:16:49 -05:00
Marius Kintel a407e4bf29 Enable upload of test results (#525) 2013-12-08 23:13:28 -05:00
Marius Kintel 462d4d4478 Merge branch 'master' into travis 2013-12-08 23:12:13 -05:00
Marius Kintel 33c34b6f7c Merge pull request #566 from a-e-m/master
Fix for issue 525
2013-12-08 17:12:28 -08:00
a-e-m 58bf7386a1 Added --upload command line option 2013-12-08 16:32:36 -08:00
a-e-m b7c818bf00 Revert to uploading to dinkypage, gists won't work 2013-12-08 16:15:50 -08:00
Brody Kenrick d46ce3fb81 Add specific tests for unicode len() 2013-12-08 18:35:36 -05:00
Brody Kenrick d2575016b9 Add in missed glib build dependencies for OS X and unix 2013-12-08 18:35:36 -05:00
Brody Kenrick c0849eb1d3 Update comments/messages for CGAL source of bad boost libraries
Add comments and change to a status instead of a warning (as we recover
nicely and it is a known issue in CGAL @
https://bugs.launchpad.net/ubuntu/+source/cgal/+bug/1242111)
2013-12-08 18:35:35 -05:00
Brody Kenrick 3abf64249f Unicode support for strings
Add suport for using unicode strings in .scad files. Support iterating
across them/accessing them via [] and searching.
--------
Add GLIB (to build for test and normal build -- both with installed and
built locally development files).
Add support for unicode chars to length and search builtin functions and
[] for strings.
Added unicode testing functions.
Ad GLIB to library info page.
2013-12-08 18:35:35 -05:00
Brody Kenrick 7075d8d9c4 Fix for bad boost libraries
Get this error because of a search for a non-existent library on linux64
-----------
[ 69%] Built target tests-cgal
Scanning dependencies of target cgalcachetest
[ 70%] Building CXX object
CMakeFiles/cgalcachetest.dir/cgalcachetest.cc.o
make[2]: *** No rule to make target `/usr/lib/libboost_thread.so',
needed by `cgalcachetest'.  Stop.
make[1]: *** [CMakeFiles/cgalcachetest.dir/all] Error 2
make: *** [all] Error 2
[2]+  Done                    gedit openscad.pro  (wd:
~/git/openscad_unicode)
----------
2013-12-08 18:35:35 -05:00
a-e-m d6bffc4691 Taking out test accidentially left in, my user token 2013-12-08 12:17:19 -08:00
Marius Kintel eb046015d2 #559 Fix Qt font rendering on OS X 10.9 2013-12-08 15:17:17 -05:00
Marius Kintel 88cc7edafd #559 Fix Qt font rendering on OS X 10.9 2013-12-08 15:16:58 -05:00
a-e-m e27f971d9c Changed upload code to use gists 2013-12-08 12:15:04 -08:00
a-e-m a22ebd608d Moved include_passed 2013-12-08 11:28:19 -08:00
a-e-m 8971c67fa2 Fixed variable name error 2013-12-08 11:18:58 -08:00
a-e-m cb2b094b26 Fixed small error in Templates.get 2013-12-08 10:51:25 -08:00
Marius Kintel b131464f95 #559 CMAKE_OSX_DEPLOYMENT_TARGET needs to be cached 2013-12-08 13:50:03 -05:00
a-e-m 8a21092dc0 Adding imports 2013-12-07 17:59:07 -08:00
a-e-m 8d3365a79a Update design philosopy comments 2013-12-07 14:50:49 -08:00
a-e-m 40ae8c7b34 Add html report upload to test_pretty_print.py, removed wiki support 2013-12-07 14:38:22 -08:00
Brody Kenrick d7d5bea736 Add specific tests for unicode len() 2013-12-06 18:33:42 +11:00
Brody Kenrick a0d8cbe692 Add in missed glib build dependencies for OS X and unix 2013-12-06 18:16:49 +11:00
Marius Kintel 941b56e7f8 Merge branch 'master' of github.com:openscad/openscad 2013-12-06 01:08:29 -05:00
Marius Kintel ede5c4b688 delete ps when short-circuiting return, no need for explicit boost::format 2013-12-06 00:52:51 -05:00
David Eccles (gringer) e3317ecc64 Fail if any polygon points for rotate_extrude are less than 0 2013-12-06 00:39:48 -05:00
Marius Kintel 38a3422159 #559 fixes for 10.9 2013-12-06 00:39:21 -05:00
Brody Kenrick ac7b37a3d6 Update comments/messages for CGAL source of bad boost libraries
Add comments and change to a status instead of a warning (as we recover
nicely and it is a known issue in CGAL @
https://bugs.launchpad.net/ubuntu/+source/cgal/+bug/1242111)
2013-12-06 09:57:29 +11:00
Marius Kintel 8c060691d7 Update Mac deployment target to make it build on 10.9, apply Qt4 patches 2013-12-05 12:21:10 -05:00
Marius Kintel 301ef946f0 Qt4 patches to make it build on 10.9 2013-12-05 12:20:40 -05:00
Brody Kenrick 0717c67c9f Unicode support for strings
Add suport for using unicode strings in .scad files. Support iterating
across them/accessing them via [] and searching.
--------
Add GLIB (to build for test and normal build -- both with installed and
built locally development files).
Add support for unicode chars to length and search builtin functions and
[] for strings.
Added unicode testing functions.
Ad GLIB to library info page.
2013-12-05 18:28:40 +11:00
Brody Kenrick d3b82dcac0 Fix for bad boost libraries
Get this error because of a search for a non-existent library on linux64
-----------
[ 69%] Built target tests-cgal
Scanning dependencies of target cgalcachetest
[ 70%] Building CXX object
CMakeFiles/cgalcachetest.dir/cgalcachetest.cc.o
make[2]: *** No rule to make target `/usr/lib/libboost_thread.so',
needed by `cgalcachetest'.  Stop.
make[1]: *** [CMakeFiles/cgalcachetest.dir/all] Error 2
make: *** [all] Error 2
[2]+  Done                    gedit openscad.pro  (wd:
~/git/openscad_unicode)
----------
2013-12-05 15:56:50 +11:00
Marius Kintel f2fe074e1d clang fix: Clang claims to be gcc 2013-12-04 01:15:34 -05:00
Marius Kintel 69cbb17497 Killed warnings 2013-12-04 01:15:19 -05:00
Marius Kintel 89c21d07c4 Merge pull request #554 from openscad/issue410x
Issue410x
2013-12-01 08:36:50 -08:00
Don Bright 791a49b9e8 build bug fix 2013-11-30 17:26:50 -06:00
Don Bright 9ea7713335 print errmsg for applyHull. add quotes around err msg in version check. 2013-11-30 15:43:00 -06:00
Don Bright 75692592e4 Merge branch 'master' into issue410x 2013-11-30 15:30:40 -06:00
Don Bright f175bae46a disallow gcc 4.8.2 2013-11-30 15:13:03 -06:00