Commit Graph

1830 Commits (81f2d0a6104428a5fa59a47e6e5c8d662960579e)

Author SHA1 Message Date
Marius Kintel 81f2d0a610 Updated patch to reflect recent changes in build system 2012-01-14 01:18:09 +01:00
Don Bright 1cec18d9c0 Require Boost 1.44, and set BOOST_FILESYSTEM_VERSION=3 on .44 and .45 2012-01-12 18:35:34 -06:00
Marius Kintel de4d1e4b85 bugfix: Make lighting work the same way as in earlier versions. Bug reported by nop head. 2012-01-11 22:54:07 +01:00
Don Bright eab74d1fbe find eigen2 when compiling on gnu hurd os 2012-01-11 02:32:08 +01:00
Marius Kintel 54fa85501a bugfix: Opening absolute filenames from the command-line broke after porting to boost filesystem. Fixes #63 2012-01-11 01:14:58 +01:00
Marius Kintel cc097dc3d9 Added limit editing feature 2012-01-10 01:00:24 +01:00
Marius Kintel 5c999479a3 Added GUI for cache size adjustment 2012-01-10 00:55:46 +01:00
Marius Kintel a4810e0019 Added cgalcachetest 2012-01-10 00:01:51 +01:00
Marius Kintel 22b98cd052 Updated cache handling to keep the root node and issue a warning if it didn't fit into the cache. Better debug output 2012-01-10 00:01:50 +01:00
Marius Kintel c513ad9a28 Another assert to make sure we've cleanup up correctly after a traversal 2012-01-10 00:01:50 +01:00
Marius Kintel 9d428bf515 Compile fix 2012-01-10 00:01:50 +01:00
Marius Kintel fe3362faf8 Started on cache size management: Let cache sizes be read from Preferences, measure cache sizes in bytes 2012-01-10 00:01:50 +01:00
Marius Kintel c469587239 Windows compile fix: Convert away from wchar. prefix conditions with cond_ to not pollute the global namespace with generic symbols 2012-01-09 16:51:38 +01:00
Marius Kintel d4af7fb04e Merge pull request #61 from openscad/fixpathbug
prevent crash: make path absolute so that it has a parent to cwd to
2012-01-08 18:59:52 -08:00
don bright 1920eb1842 prevent crash: make path absolute so that it has a parent to cwd to 2012-01-08 18:54:04 -08:00
Marius Kintel 23f6b0623c Merge branch 'master' into threading
Conflicts:
	RELEASE_NOTES
2012-01-09 03:29:24 +01:00
Marius Kintel 5044ea928d typo: ouput->output 2012-01-09 03:20:27 +01:00
Marius Kintel da9e545366 updated 2012-01-09 03:11:53 +01:00
Marius Kintel 19ea0f0427 Don't use native() to extract strings from boost::filesystem::path() since that will use wchar under Windows 2012-01-09 03:06:44 +01:00
Marius Kintel ad338d3e46 Another try at fixing double-to-text conversion for testing 2012-01-09 01:44:01 +01:00
Marius Kintel d3c9654ed5 Merge branch 'inftest' of https://github.com/brad/openscad into brad-inftest 2012-01-09 00:22:38 +01:00
Brad Pitcher 28f5f7a910 added tests passing infinity to various functions 2012-01-08 11:40:04 -08:00
Marius Kintel 3c18145b13 Merge branch 'master' into boost_filesystem 2012-01-08 19:14:30 +01:00
Marius Kintel f3e6e8168b Added notes about two recent bugfixes 2012-01-08 18:34:17 +01:00
Marius Kintel c08f3afbbb bugfix: Infinite loop in deg2rad/rad2deg when giving it an inf number, e.g. 1/0. Reported by Triffid Hunter. 2012-01-08 18:31:09 +01:00
Marius Kintel e271e958dc Force test output to fixed notation, otherwise the clamping will give wrong results for output in scientific notation 2012-01-08 18:30:22 +01:00
Marius Kintel a5d3086dda Mentioned confusing error reporting with errors in included files 2012-01-08 13:41:33 +01:00
Marius Kintel e20a7c261a Added test model causing a minkowski assert with a subsequent corrupt polyhedron 2012-01-08 13:27:31 +01:00
Marius Kintel f963d1ab7f Merge branch 'master' of github.com:openscad/openscad 2012-01-08 04:43:02 +01:00
Marius Kintel 1ff3616965 Drop possibly corrupt polyhedron after a minkowski error 2012-01-08 04:42:24 +01:00
Don Bright 7af27e1838 add CMAKE_RC_COMPILER to fix bug report by Brad Pitcher 2012-01-07 07:15:49 -06:00
Don Bright c3a2dfcf47 fix typo in path to CMingw-cross-env.cmake in instructions 2012-01-06 18:56:03 -06:00
Marius Kintel 56692369ce Merge pull request #58 from openscad/monofont2
Use Qt's fontfind algorithm for default, so that QFontComboBox works pro...
2012-01-05 06:53:35 -08:00
Don Bright a7bb2229dc Use Qt's fontfind algorithm for default, so that QFontComboBox works properly 2012-01-04 19:53:46 -06:00
Marius Kintel e2684d692b Merge branch 'master' of github.com:openscad/openscad 2012-01-05 00:21:55 +01:00
Marius Kintel 1acfe4e10b Added some recent bugfixes 2012-01-05 00:20:11 +01:00
Marius Kintel 9495f11be0 Added Linux desktop icon and .desktop file from chrysn 2012-01-05 00:00:29 +01:00
Marius Kintel 52dfffd97b Merge branch 'master' into threading
Conflicts:
	RELEASE_NOTES
2012-01-04 23:29:08 +01:00
Marius Kintel 11fb1f71da Additional fixes after merging with master 2012-01-04 23:28:16 +01:00
Marius Kintel 666621e220 Additional fixes after merging with master 2012-01-04 23:27:59 +01:00
Marius Kintel 01103c44c0 Added BBEdit/TextWrangler syntax highlighting module by Mike Thomson 2012-01-04 23:19:19 +01:00
Marius Kintel fdce8d15fc Merge branch 'master' into boost_filesystem
Conflicts:
	boost.pri
	src/lexer.l
	tests/CMakeLists.txt
2012-01-04 23:07:32 +01:00
Marius Kintel ba8aa515d1 Disabled the old include syntax; i.e. without the include keyword 2012-01-04 19:03:33 +01:00
Marius Kintel 7337f86c96 minor fix: version and vendor output was mixed up in the info string 2012-01-04 18:40:58 +01:00
Marius Kintel 761eb4f8af Another unit normal update from Xyne: Defer conversion to double until we've performed the division 2012-01-04 18:40:33 +01:00
Marius Kintel 9856607d27 Merge pull request #54 from openscad/parserfix
fix crash bug rpt by nop head - 'use <x.scad>' when x.scad doesnt exist
2012-01-04 09:05:30 -08:00
Marius Kintel 9bac643ed8 Merge pull request #55 from openscad/netbsd_build
Netbsd build
2012-01-04 09:04:21 -08:00
Marius Kintel 5b503543a4 Merge pull request #56 from openscad/mingw_cross_tests
Mingw cross tests
2012-01-04 09:01:21 -08:00
Don Bright cc147f9612 remove debug code 2012-01-04 15:47:00 +01:00
Don Bright f5a42696d2 added likely names of monospace fonts for mac, linux, and win 2012-01-04 15:47:00 +01:00