Commit Graph

2612 Commits (fc2d9341fac6948716b328b75f3366313bd2545a)

Author SHA1 Message Date
don bright fc2d9341fa begin process of unifying GLView and OffscreenView. renames, objrot, objtran 2013-02-20 19:56:30 -06:00
don bright b7d1c94dc1 remove unnecessary copy of test_pretty_print.py to builddir 2013-02-19 19:47:01 -06:00
Don Bright c304adabe2 update documentation. tweak scripts 2013-02-19 19:43:25 -06:00
Don Bright 85d3f3c7c9 report is now single monolithic html file using data_uri encoding. 2013-02-18 21:36:00 -06:00
Don Bright 21e3928854 documentation and some other tweaks 2013-02-18 20:07:49 -06:00
Don Bright 3fc620c965 new upload design using python paramiko. also fix glew bugs. 2013-02-18 19:45:37 -06:00
Don Bright c5eb57eb19 more info when Xvnc/Xvfb cannot start 2013-02-17 04:18:42 +01:00
Don Bright 28f03cab4d some fixes for sparc64 2013-02-17 02:52:34 +01:00
don bright 2346a38a24 Merge branch 'issue11_2' of github.com:openscad/openscad into issue11_2 2013-02-16 09:37:32 -06:00
don bright 7160ab5610 get pretty_printing working under MINGW cross build. update docs 2013-02-16 09:37:01 -06:00
don bright 79c4b61f22 deal with some unusual systems where $! doesn't work as expected 2013-02-16 15:38:11 +01:00
don bright 1778047f77 for portable testing, use Value() result for doubles inside multmatrix 2013-02-16 05:45:52 -08:00
don bright 063a288dce fix imagemagick finding under mingw cross build test 2013-02-16 07:37:16 -06:00
don bright 7ce648daca better detection of '-0', make it into '0' 2013-02-15 18:36:32 -08:00
don bright c7f855b130 Merge branch 'issue11_2' of github.com:openscad/openscad into issue11_2 2013-02-15 17:43:40 -08:00
don bright 61a4fc3031 solve some floating point comparison issues in multmatrix dump().
also indent some stuff properly
2013-02-15 17:42:45 -08:00
don bright f4c8660864 make dumptests work (on linux/mac) when SKIP_IMAGEMAGICK set 2013-02-15 05:29:53 +01:00
don bright 293d44384b prevent CGAL from linking wrong version of Boost 2013-02-15 04:20:36 +01:00
don bright 5138dca395 remove debug msg 2013-02-14 19:33:34 -06:00
don bright d5019a964e deal with test suite issues under mingw-cross compile and wine 2013-02-13 22:55:19 -06:00
don bright c1b1d0992f tweaks to get tests working on a cross-compile under Wine 2013-02-12 01:07:54 -06:00
don bright 14c45da1f3 Merge branch 'issue11_2' of github.com:openscad/openscad into issue11_2 2013-02-11 19:11:33 -06:00
don bright 76f184c50b upgrade lodepng to new version. remove malloc from imageutils 2013-02-11 19:10:52 -06:00
Marius Kintel d06d0e323e Minor note about eigen3 2013-02-10 21:15:52 -05:00
Marius Kintel a4fea6df86 Tag all heavy cgal tests as heavy also for the GUI tests 2013-02-07 15:57:01 -05:00
Marius Kintel 4e519078d6 Merge branch 'master' into issue11_2 2013-02-07 13:43:20 -05:00
Marius Kintel 03be37d16b Sync with latest commits 2013-02-04 14:08:23 -05:00
Marius Kintel 3f7037b524 bugfix: We didn't always print a warning when CSG normalization created too many elements 2013-02-04 12:29:00 -05:00
Marius Kintel d2d22503eb Merge pull request #271 from openscad/cmake_workaround
Cmake workaround
2013-02-02 18:13:37 -08:00
don bright 44cddd0b3c Merge branch 'master' of github.com:openscad/openscad into cmake_workaround
Conflicts:
	tests/virtualfb.sh
2013-02-03 02:40:26 +01:00
don bright b390d54471 fix bug in test_pretty_print.cc / Cmakefile
The build needs to be after Python binary has been found because the Python
binary path is passed to the .cc compile through a -D flag.
2013-02-03 01:39:43 +01:00
don bright 8c9c9adfe0 improve Xvfb handling when ctest is cancelled partway through 2013-02-03 01:21:47 +01:00
don bright 1a545b75f6 workaround cmake 2.8.10 not allowing CTEST_CUSTOM_POST_TEST arguments 2013-02-02 15:44:25 -08:00
Marius Kintel e5448f5e69 Merge pull request #270 from openscad/misc_updates
Big Endian binary STL fix + misc updates
2013-02-02 14:25:13 -08:00
don bright 18e3a7d9ad Merge branch 'master' of github.com:openscad/openscad into misc_updates
Conflicts:
	scripts/uni-build-dependencies.sh
2013-02-02 11:43:59 -08:00
don bright 61fffc0e5b put boost back to 1.49 2013-02-02 20:30:03 +01:00
don bright 27eac3ead0 clarify dependency on GLU in documentation 2013-02-02 20:28:12 +01:00
don bright c48520aa4a clarify documentation for QT4 2013-02-02 20:17:36 +01:00
don bright 52cb3b00c2 start Xvfb on random DISPLAY number. 2013-02-02 20:04:05 +01:00
Marius Kintel eb30d42b5d Merge branch 'master' of github.com:openscad/openscad 2013-02-02 13:28:06 -05:00
Marius Kintel 2eda86bf2f Fix bug assuming negative doubles will overflow a size_t, which failed on ARM. Related to #259 2013-02-02 13:28:00 -05:00
Marius Kintel 625ba8eea0 Merge pull request #268 from boxofrox/openscad/issue267
openscad/issue267
2013-02-02 10:02:23 -08:00
don bright e9e62272a6 replace packed struct with union. remove some extraneous/debug code 2013-02-02 08:53:13 -08:00
don bright e357399fd9 enable import STL to work on big-endian computers 2013-02-02 07:56:07 -08:00
Justin C 96903036fd add test sample for issue #267 2013-02-02 02:12:56 -08:00
Justin C 757820fe1c missing NULL check when normalization exceeds limit for elements 2013-02-02 02:11:42 -08:00
don bright 78bfda369b prevent CGAL Floating Point Rounding Mode restortaion errors on PPC64 machines
by altering the cmake build mode from Debug to Release
2013-02-01 15:36:16 -08:00
don bright 1f39090cc0 fix GLU issues caued by mesa split from glu. clarify test error msg 2013-01-31 20:16:28 -08:00
don bright 684e023e84 detect if boost build fails, print msg and exit 2013-01-31 18:47:02 -08:00
don bright 01aaec3357 copy qt4 building script from macosx-build-deps to linux 2013-01-31 18:37:08 -08:00