Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-09-22 | Merge branch 'issue480' of github.com:openscad/openscad into issue480 | Don Bright | |
Conflicts: tests/CMakeLists.txt | |||
2013-09-22 | tweaks for building on older machines | Don Bright | |
2013-09-22 | enable clang for freebsd (tested on freebsd 9) | Don Bright | |
2013-09-21 | moving towards making tests work on bsd again | Don Bright | |
2013-09-13 | copyright info to nsis scripts | Don Bright | |
2013-09-13 | rm googlecode stuff | Don Bright | |
2013-09-13 | remove googlecode uploader | Don Bright | |
2013-09-06 | Mac Build update build to 2013-09 versions | David M. Palmer | |
README.md reflect change in setenv_mac*.sh files macosx-build-dependencies.sh qt4 version updated to 4.8.5 and is now at a different host which uses 302 redirection FindBoost.cmake Added paths for MacPorts (/opt/local) and Brew (/usr/local) to previous Fink (/sw/local) | |||
2013-08-14 | more migration from google-code to files.openscad.org | Don Bright | |
2013-08-14 | switch from google-code file hosting to files.openscad.org | Don Bright | |
2013-06-22 | check OPENSCAD_LIBRARIES first | Don Bright | |