Qore is a scripting language supporting threading and embedded logic, designed for applying a flexible scripting-based approach to enterprise interface development but is also useful as a general purpose language.
Qore is a scripting language supporting threading and embedded logic, designed for applying a flexible scripting-based approach to enterprise interface development but is also useful as a general purpose language.
2010-06-30 10:56 david_nichols * docs/uuid-module-doc.html, src/uuid-module.cpp, src/uuid-module.h: swapped argument order of UUID::get() 2010-06-30 10:53 david_nichols * README-BINARIES, RELEASE-NOTES, configure.ac, docs/uuid-module-doc.html, qore-uuid-module.spec, src/uuid-module.cpp, src/uuid-module.h, test/uuid-test.q: updated release to 1.1 added new method: static UUID::get(int $gen_flags = UUID::None, int $str_flags = UUID::None) returns string updated test script documented new method and made minor documentation corrections 2010-06-29 13:50 david_nichols * src/uuid-module.h, test/uuid-test.q: updated test script and fixed compilation with g++ 2010-06-29 13:37 david_nichols * test/uuid-test.q: updated test 2010-06-29 13:24 david_nichols * configure.ac, src/uuid-module.cpp, src/uuid-module.h, test/uuid-test.q: solaris build fixes 2010-06-29 11:55 david_nichols * configure.ac, src/uuid-module.h: fixes for compiling on darwin/OSX with uuid functions in the System library 2010-06-29 11:38 david_nichols * ., AUTHORS, COPYING, Makefile.am, README, RELEASE-NOTES, configure.ac, docs, docs/uuid-module-doc.html, m4, m4/acx_pthread.m4, qore-uuid-module.spec, reconf.sh, src, src/Makefile.am, src/single-compilation-unit.cpp, src/uuid-module.cpp, src/uuid-module.h, test, test/uuid-test.q: checking in new uuid module