Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-06 | Use homebrew-built libraries, use actual # of CPUs | Marius Kintel | |
2014-02-04 | Build qt5 | Marius Kintel | |
2014-02-02 | fix issue 629 - dont run sudo automatically as it can harm some systems | Don Bright | |
2014-01-29 | Made executable | Marius Kintel | |
2014-01-08 | Add libffi to MacOS build. | Torsten Paul | |
2014-01-04 | Experimental homebrew dependency build | Marius Kintel | |
2014-01-04 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
2014-01-04 | Fail on clang's libc++ usage. Don't require 32-bit. Don't require < 10.7 ↵ | Marius Kintel | |
compatibility | |||
2014-01-03 | Added elif statement for Raspbian (Raspberry Pi) | Ivoah | |
2014-01-03 | Fixed merge error | Marius Kintel | |
2013-12-30 | fix mingw cross build | Don Bright | |
2013-12-29 | attempt to fix broken mingw build due to new GLIB dependency | Don Bright | |
2013-12-12 | Merge pull request #570 from brodykenrick/master | Marius Kintel | |
Fix check_dependencies glib2 for Ubuntu 12.10 | |||
2013-12-12 | Correct coding style for last commit (check_dependencies). | Brody Kenrick | |
2013-12-12 | Fix check_dependencies for Ubuntu 12.10 and ... | Brody Kenrick | |
... and other platforms that report a different arch triplet than where they store their libraries) check-dependencies.sh doesn't find glib2 on Ubuntu 12.10 since glib is installed in /usr/lib/i386-linux-gnu/glib-2.0/include/glibconfig.h while gcc -dumpmachine reports the arch as i686-linux-gnu | |||
2013-12-11 | Merge pull request #561 from brodykenrick/master | Marius Kintel | |
Unicode support for search, length and STRING[] accesses (+ a fix for 3rd Party CGAL lib issue on Ubunti) | |||
2013-12-11 | Add gettext lib for linux also | Brody Kenrick | |
2013-12-11 | Updated gmp patch. Fixes #558 | Marius Kintel | |
2013-12-11 | Merge branch 'master' of git://github.com/brodykenrick/openscad into ↵ | Marius Kintel | |
brodykenrick-master Conflicts: scripts/macosx-build-dependencies.sh tests/CMakeLists.txt | |||
2013-12-11 | Build glib2 and gettext on Mac, Find macro for glib2 | Marius Kintel | |
2013-12-09 | Set upload env. variable in travis env since the cmake version on Travis is ↵ | Marius Kintel | |
too old | |||
2013-12-09 | Upload test results from travis | Marius Kintel | |
2013-12-09 | Merge branch 'master' into travis | Marius Kintel | |
2013-12-08 | Add in missed glib build dependencies for OS X and unix | Brody Kenrick | |
2013-12-08 | Unicode support for strings | Brody Kenrick | |
Add suport for using unicode strings in .scad files. Support iterating across them/accessing them via [] and searching. -------- Add GLIB (to build for test and normal build -- both with installed and built locally development files). Add support for unicode chars to length and search builtin functions and [] for strings. Added unicode testing functions. Ad GLIB to library info page. | |||
2013-12-06 | Add in missed glib build dependencies for OS X and unix | Brody Kenrick | |
2013-12-05 | Update Mac deployment target to make it build on 10.9, apply Qt4 patches | Marius Kintel | |
2013-12-05 | Unicode support for strings | Brody Kenrick | |
Add suport for using unicode strings in .scad files. Support iterating across them/accessing them via [] and searching. -------- Add GLIB (to build for test and normal build -- both with installed and built locally development files). Add support for unicode chars to length and search builtin functions and [] for strings. Added unicode testing functions. Ad GLIB to library info page. | |||
2013-11-30 | MXE c/o 'stable' instd of 'master' from github b/c master has gcc 4.8.2 which | Don Bright | |
is causing crashes. also allow 'build only' builder.sh script command | |||
2013-11-24 | mxe64 build fix. make 'qt disabled' message less confusing on test binary. | Don Bright | |
2013-11-15 | Removed eigen2 from build system and documentation. We now require eigen3 | Marius Kintel | |
2013-11-10 | download eigen 3 package , eigen2 no longer works | Don Bright | |
2013-11-01 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
2013-11-01 | Bumped to eigen-3.2.0 | Marius Kintel | |
2013-10-31 | bugfix: CMAKE_BUILDTYPE typo | Marius Kintel | |
2013-10-31 | Use find instead of ls and grep to locate gmp.h (or gmp-blah.h) for gmp_sysver | Patrick Bogen | |
2013-10-31 | Use quotes for values that might end up empty, so that pretty print displays ↵ | Patrick Bogen | |
missing version numbers properly. | |||
2013-10-31 | More robust searching through README files for dependency versions. | Patrick Bogen | |
2013-10-31 | Limit parallel builds as Travis apparently runs out of memory | Marius Kintel | |
2013-10-31 | Parallel build | Marius Kintel | |
2013-10-31 | Detect errors mid-way into test run | Marius Kintel | |
2013-10-31 | Script for kicking off Travis CI | Marius Kintel | |
2013-10-25 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
2013-10-25 | doc typo | Marius Kintel | |
2013-10-24 | fix llvm build | Marius Kintel | |
2013-10-22 | Move files to files.openscad.org. Disable google code uploads | Marius Kintel | |
2013-10-22 | updated Sparkle | Marius Kintel | |
2013-10-22 | Updated eigen, gmp, boost, cgal and glew | Marius Kintel | |
2013-10-02 | Merge branch 'master' of github.com:openscad/openscad into issue480 | Don Bright | |
Conflicts: src/openscad.cc | |||
2013-10-01 | Added appdata for Linux desktops. #494 | Marius Kintel | |