Commit Graph

2553 Commits (593033e89a4619d5ecf97b5c0ea6ae3aad76a44c)

Author SHA1 Message Date
donbright 593033e89a Merge pull request #274 from hroncok/patch-1
Notify package managers: Fedora
2013-02-14 15:24:49 -08:00
Miro Hrončok 493041101c Notify package managers: Fedora
Added myself as a Fedora contact
2013-02-14 09:21:40 +01:00
Marius Kintel 4948c2457f Added support for more paths in OPENSCADPATH, also search in HOME/Documents/OpenSCAD/libraries on Mac 2013-02-12 23:16:23 -05:00
Marius Kintel 9c23c1e8b8 Put back commented-out upload while testing 2013-02-11 21:54:18 -05:00
Marius Kintel 89f15f72b9 sync 2013-02-11 21:52:36 -05:00
Marius Kintel b87e574e09 Added document icon for Mac 2013-02-11 21:50:53 -05:00
Marius Kintel 4756a519fc Minor patch to Sparkle to deal with version numbered app bundles 2013-02-11 21:45:25 -05:00
Marius Kintel f3731d8ce1 Added support for signing binaries 2013-02-11 21:44:48 -05:00
Marius Kintel 3a517e4a3f Don't print last updated date if it's null 2013-02-11 21:43:46 -05:00
Marius Kintel 747e52438d Added Sparkle to build script 2013-02-11 19:14:02 -05:00
Marius Kintel 4bd23c9091 Support Sparkle's Install on Quit 2013-02-07 15:01:31 -05:00
Marius Kintel a7b80d64dd Specify VERSIONDATE in addition to VERSION when building releases 2013-02-07 12:35:47 -05:00
Marius Kintel ac4cd58354 bugfix: Actually use Set instead of Add after we added the key to Info.plist manually 2013-02-07 12:29:54 -05:00
Marius Kintel 648b9a28bf Added CFBundleShortVersionString and CFBundleName, both needed for Sparkle to work correctly 2013-02-07 12:29:07 -05:00
Marius Kintel c50fd1dc7d Bug in previous commit: Check the absolute path, not the relative 2013-02-06 15:08:22 -05:00
Marius Kintel f7fd58de8a Fail on external non-system dependency 2013-02-06 14:32:59 -05:00
Marius Kintel 3c19224eb6 Correctly add CFBundleVersion to Info.plist 2013-02-05 01:19:12 -05:00
Marius Kintel 1a60a607b1 Added CFShortVersionString 2013-02-05 01:18:43 -05:00
Marius Kintel 9f31ebd657 Reenable building - upload still disabled 2013-02-05 00:38:05 -05:00
Marius Kintel 5d2bc53dbf cleanup 2013-02-05 00:36:35 -05:00
Marius Kintel fa00547507 First version of automatic updates for Mac 2013-02-05 00:36:25 -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 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