Commit Graph

2588 Commits (a4fea6df86d81d305a9cf1608b2699e383a5a7ab)

Author SHA1 Message Date
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
don bright b911a3615e properly indent my code 2013-02-01 02:48:33 +01:00
don bright 466490a55a properly indent code 2013-02-01 02:47:12 +01:00
don bright f8ebf1c963 give clear message that OpenCSG png export is not implemented yet 2013-02-01 02:24:02 +01:00
don bright 0c04641aa0 clarify code that enables 'sharing' of expected imgs between test progs 2013-02-01 02:01:31 +01:00
don bright 8776da0b68 cleanup 2013-01-31 05:42:19 +01:00
don bright e184c014f0 tests:detect whether openscad gui binary has been built - fail if not 2013-01-31 05:36:12 +01:00
don bright 3ee7e9de2c throw some assert() in to guard against bugs 2013-01-31 05:22:52 +01:00
don bright 8f59e43915 fix manpage 2013-01-31 05:17:35 +01:00
don bright 47a6970899 bracket got misplaced during master merge - repair 2013-01-31 05:06:04 +01:00
don bright 3b28d9a406 cleanup 2013-01-31 05:02:07 +01:00
don bright e8a9df55cf test guicgalpngtest against cgalpngtest images. cleanup debugging stuff 2013-01-31 05:00:22 +01:00
don bright c56ec08ba9 better removal of GCC -Waddress GL macro warning - using pragma 2013-01-31 04:41:36 +01:00
don bright a6ea63099b remove compiler warning about GLX 1.3 / 1.2 detection 2013-01-31 04:31:08 +01:00
don bright 44bb37fdee move 'delete root_node' where it was before merging master. cleanup 2013-01-31 04:26:53 +01:00
don bright 85378e4436 documentation note 2013-01-31 04:18:08 +01:00
don bright 8ba6a78288 add correct test result images, and minor cleanup 2013-01-31 04:14:09 +01:00
don bright 997a0afac3 Merge branch 'master' and fix bugs
Conflicts:
	src/openscad.cc
	tests/CMakeLists.txt
2013-01-31 03:58:34 +01:00
don bright d0de384a7e translate shell script wrapper into C++ code, for portability 2013-01-31 03:42:33 +01:00
don bright af0658a8fe use ./b2 not b2 when building boost 2013-01-31 02:04:00 +01:00
Marius Kintel 87a2e363b5 Merge pull request #266 from 5263/patch-1
enable csg output when compiled without CGAL
2013-01-30 10:31:54 -08:00
5263 97c8f40200 enable csg output when compiled without CGAL 2013-01-30 19:13:32 +01:00
Marius Kintel ced1c37774 Merge branch 'master' of github.com:openscad/openscad 2013-01-30 11:58:39 -05:00
Marius Kintel 6f205814bc Make it possible to build without CGAL. Fixes #264 2013-01-30 11:58:19 -05:00
Marius Kintel b0acc75980 typo 2013-01-30 11:47:25 -05:00