Age | Commit message (Collapse) | Author |
|
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.
|
|
Get this error because of a search for a non-existent library on linux64
-----------
[ 69%] Built target tests-cgal
Scanning dependencies of target cgalcachetest
[ 70%] Building CXX object
CMakeFiles/cgalcachetest.dir/cgalcachetest.cc.o
make[2]: *** No rule to make target `/usr/lib/libboost_thread.so',
needed by `cgalcachetest'. Stop.
make[1]: *** [CMakeFiles/cgalcachetest.dir/all] Error 2
make: *** [all] Error 2
[2]+ Done gedit openscad.pro (wd:
~/git/openscad_unicode)
----------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
octal in C++
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
tests/CMakeLists.txt
|
|
|
|
|
|
Qt to find application path if available
|
|
|
|
|
|
|
|
|
|
Conflicts:
tests/CMakeLists.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Testfixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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)
|
|
assignment was done after all local variables causing it not to be copyable
|
|
|
|
|
|
|
|
|
|
|