summaryrefslogtreecommitdiff
path: root/openscad.pro
AgeCommit message (Collapse)Author
2014-02-04Qt5 qmake needs explicit includpathMarius Kintel
2014-01-04Mac fixes: Moved sparkle config to sparkle.pri. Link with ApplicationServicesMarius Kintel
2014-01-03Merge branch 'vector-concat' of git://github.com/t-paul/openscad into ↵Marius Kintel
t-paul-vector-concat Conflicts: src/Preferences.ui
2014-01-02Add feature registry.Torsten Paul
2013-12-27Moved get_fragments_from_r into CalcTorsten Paul
2013-12-24`make install` installs manpage and appdata fileMiro Hrončok
2013-12-05Unicode support for stringsBrody 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-27prevent crash in CGAL nef3. fix #issue 410 . also deal w qmake bug re .h filesDon Bright
2013-06-09a few fixes for netbsdDon Bright
2013-05-26merge branch to get windows "library path" working. tweak build system,Don Bright
eliminate several compiler warnings.
2013-05-21Added meny entry for disclosing the library path. Part of #125Marius Kintel
2013-05-21Initial Windows implementation of built-in library path. Part of #125Marius Kintel
2013-05-09wops, duplicate parser filesMarius Kintel
2013-05-09Put back lex/yacc - we're not using any bison-specific stuff after allMarius Kintel
2013-05-09Forgot to actually add most files in previous commit (#217)Marius Kintel
2013-04-26Modified parse to allow overloading of variables in local blocks. Also did ↵Marius Kintel
some minor cleanups while at it. Test cases missing
2013-04-26Further refactoring of scope/context mechanisms. Mostly related to the new ↵Marius Kintel
FileContext class. Not quite there yet, but almost
2013-04-18Cleaned up argument list handling, related to #116Marius Kintel
2013-04-10Merge branch 'noqt' into testingMarius Kintel
2013-04-09Refactored context handling into using separate Module contexts and Eval ↵Marius Kintel
contexts. This allows for recursive module calls, and cascading children. I believe this fixes issue #116
2013-03-12Got rid of remaining Qt dependencies. The test framework should now be Qt-freeMarius Kintel
2013-03-11Merge branch 'master' of github.com:openscad/openscadMarius Kintel
Conflicts: openscad.pro
2013-03-11Somehow MACOSX_DEPLOYMENT_TARGET cannot be lower then 10.6 without ↵Marius Kintel
developing on old boxes
2013-03-09Set preprocessor define for deployment builds. Don't include sparkle in ↵Marius Kintel
development builds. Note: Development snapshots are considered deployment builds
2013-03-09use pkgconfig for eigen + fix mingw buildsdon bright
2013-02-27rework Camera using boost::variant. first working --gimbalcam versiondon bright
2013-02-24move enable_opencsg_shaders, fix indenting, split out display_opencsg_warningdon bright
also update docs, and try to make enable_opencsg_shaders the same between qgl and offscreengl
2013-02-24tweaks for mergeing masterdon bright
2013-02-24Merge branch 'master' of github.com:openscad/openscad into issue11_2don bright
Conflicts: RELEASE_NOTES openscad.pro src/mainwin.cc
2013-02-24put qglview.h into mainwin for deps. unify camera functions into glview.don bright
remove duplicate code.
2013-02-23create GLView as parent of OffscreenView and QGLView. combine setRenderer()don bright
2013-02-21begin process of unifying GLView and OffscreenView. renames, objrot, objtrandon bright
2013-02-17fix build errors, display 'not implemented' message on win32/linuxdon bright
2013-02-12Added document icon for MacMarius Kintel
2013-02-12Added support for signing binariesMarius Kintel
2013-02-07Support Sparkle's Install on QuitMarius Kintel
2013-02-05First version of automatic updates for MacMarius Kintel
2013-01-31Merge branch 'master' and fix bugsdon bright
Conflicts: src/openscad.cc tests/CMakeLists.txt
2013-01-28Mac OS X build fixesMarius Kintel
2013-01-26fixups for mingw32 cross compilationdon bright
2013-01-26undo experiment with object orientationdon bright
2013-01-24move png export to sep file to make compilation time bearable. expand stubs.don bright
2013-01-24add lodepng.cpp, fix compiler warnings, fix qmake buildfiledon bright
2013-01-24move imageutils platform stuff to qmake build file mv system-gl. fix gcc warningdon bright
2013-01-24modify qmake buildfile, move offscreen rendering to main src directorydon bright
2013-01-21add wrapper code from nop head, mod build scriptsdon bright
2012-12-29cleanupdon bright
2012-12-29cleaning updon 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.
contact: Jan Huwald // Impressum