summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-06remove unneeded frand functionsdon bright
2013-01-06clarify that its not nondeterministic, we are supporting older systemsdon bright
where the C++/boost random_device stuff doesn't work. boost random_device in particular has a lot of issues with old versions not working, with -lboost_random not being installed by default, etc, that complicate the build too much.
2013-01-06also use process ID to seed pseudo random number generatordon bright
2013-01-06fix typodon bright
2013-01-06remove boost::random_device, move min/max out of the random generator loopdon bright
2013-01-06experimental workaround for boost linker problems w random_devicedon bright
2013-01-06switch builtin_rands() to use boost::random per issue 234don bright
2013-01-05Merge pull request #235 from openscad/mxebuild_fixMarius Kintel
Mxebuild fix
2012-12-30cleanupdon bright
2012-12-30clarify commentsdon bright
2012-12-30clarify commentsdon bright
2012-12-30clarify variable names. simplify.don bright
2012-12-30clarify comments and variable names in pretty printdon bright
2012-12-29clarify commentsdon bright
2012-12-29remove detection via package system, complicated + doesnt work welldon bright
2012-12-29cleanupdon bright
2012-12-29cleaning updon bright
2012-12-29qmake-macx last detected on eigen. (unix=1 on osx). clarify comments.don bright
2012-12-29simplify README a little bit on build processdon bright
2012-12-29make RPATH work on uni-build-dependencies with GLEW on 64 bit machinesdon bright
2012-12-29prevent LD_LIBRARY_PATH problems on unix (not OSX) systems withdon bright
dependency builds, by using RPATH during build. remove the shell script workaround that was added during the previous commit, as it is 'less clean' a solution.
2012-12-27Ignore dimension when evaluating control modules mixed with geometry ↵Marius Kintel
children. Fixes #229
2012-12-25a workaround for LD_LIBRARY_PATH having to be set every time you want todon bright
run openscad if you build your own dependencies.
2012-12-25Merge branch 'mxebuild_fix' of github.com:openscad/openscad into mxebuild_fixdon bright
2012-12-25fix clang build on glew. add some documentation.don bright
2012-12-25path instructions should be / not ./don bright
2012-12-25fix eigen detection bug i introduced yesterdaydon bright
2012-12-25fixing g++ version detectiondon bright
2012-12-25improve Gcc version detectiondon bright
2012-12-23detect netbsd / freebsd after linux not before, for bison/flex.don bright
2012-12-23CONFIG=skip_version_check should be += otherwise qmake has bizarre problems ↵don bright
(bison doesnt get called??)
2012-12-23more alt linux fixesdon bright
2012-12-23netbsd - ask user to verify X Sets are installeddon bright
2012-12-23fixes for Alt Linuxdon bright
2012-12-23dont test for git, curl. they arent strictly needed for builddon bright
2012-12-23make glew min 1.5.4 (its OK). fix glew + gcc detection. more debugging info.don bright
2012-12-23netbsd fixesdon bright
2012-12-21deal with unknown system type better. remove 'tested on' messagesdon bright
2012-12-21stop apt-get from failing on unfound package namesdon bright
2012-12-21NetBSD deps. also detect stray copies of libraries under /usr/local on linuxdon bright
2012-12-21add libglew-dev to mageiadon bright
2012-12-21deal with situation where gcc doesnt exist. add mageia urpmi commands. ↵don bright
shorten os detect code
2012-12-21remove debug lineDon Bright
2012-12-21revise ubuntu / debian detection, dont try to detect version. check libgmp3-devDon Bright
2012-12-21fix slight bug in cgal builddon bright
2012-12-21update README to show how to build only opencsg/cgal dependenciesdon bright
2012-12-21deal with black-on-white terminals. opencsg:dont copy lib/.libs if not there.don bright
2012-12-21opensuse - get bison/flexdon bright
2012-12-21document 'out of tree' dependency build. fix opencsg on netbsddon bright
2012-12-21glew fixes for clang and for hurdDon Bright
contact: Jan Huwald // Impressum