Author: niels Date: Wed Aug 20 22:33:43 2008 New Revision: 3272 URL: http://svn.gna.org/viewcvs/service-tech?rev=3272&view=rev Log: Rachel Version 1.10 ===================
* Rachel does not need to be installed to execute `make experiments' * added configure script parameter `--enable-universal' to set flags to build a Mac universal binary (`http://www.apple.com/universal') * added configure script parameter `--enable-win32' to set flags to build a Windows binary which uses the MinGW framework (`http://www.mingw.org') to be independent of the `cygwin1.dll' provided by Cygwin (`http://www.cygwin.com') * added configure script parameter `--enable-use64bit' to set flags to build a 64 bit binary (e.g. for x86_64, ppc64, or 64-Bit SPARC) * chosen configure script parameters are printed when using `--bug' command line parameter * made the configure script option `--disable-aspects' standard * added a command line parameter `--noop' to exit after parsing the input files - mostly for debug information, e.g. if you want to count the services characterized by an OG (combined with `--verbose') * fixed a bug: the requirements to calculate matching-based edit distance (final states are sink states) led to incorrect formula evaluation (see `https://gna.org/bugs/?11944') when calculating the number of characterized services * removed orphaned code for linear programming * added more test cases (also expected failures) * added code coverage checks using LTP LCOV (`http://ltp.sourceforge.net/coverage/lcov.php'); checks can be invoked in directory `tests' with `make prepare-cover cover' Added: trunk/rachel/src/rachel.conf - copied unchanged from r3247, trunk/rachel/src/simmatch.conf trunk/rachel/tests/lcov/ trunk/rachel/tests/lcov/README trunk/rachel/tests/lcov/gendesc (with props) trunk/rachel/tests/lcov/genhtml (with props) trunk/rachel/tests/lcov/geninfo (with props) trunk/rachel/tests/lcov/genpng (with props) trunk/rachel/tests/lcov/lcov (with props) trunk/rachel/tests/test-cmdline (with props) trunk/rachel/tests/test-cmdline-bug (with props) trunk/rachel/tests/test-cmdline-configfile (with props) trunk/rachel/tests/test-cmdline-configfile-missing (with props) trunk/rachel/tests/test-cmdline-full-help (with props) trunk/rachel/tests/test-cmdline-help - copied, changed from r3266, trunk/rachel/tests/test1 trunk/rachel/tests/test-cmdline-missing (with props) trunk/rachel/tests/test-cmdline-version (with props) trunk/rachel/tests/test-frontend-error-lexer (with props) trunk/rachel/tests/test-frontend-error-parser (with props) trunk/rachel/tests/test-frontend-full (with props) trunk/rachel/tests/test-matching - copied, changed from r3266, trunk/rachel/tests/test3 trunk/rachel/tests/test-matching-verbose (with props) trunk/rachel/tests/test-noop (with props) trunk/rachel/tests/test-simulation - copied, changed from r3266, trunk/rachel/tests/test2 trunk/rachel/tests/test-simulation-dot (with props) trunk/rachel/tests/testfiles/error-lexer.og trunk/rachel/tests/testfiles/error-parser.og trunk/rachel/tests/testfiles/full.og trunk/rachel/tests/testfiles/purchase_order.og trunk/rachel/tests/testfiles/purchase_order.sa trunk/rachel/tests/testfiles/rachel.conf Removed: trunk/rachel/src/simmatch.conf trunk/rachel/tests/test1 trunk/rachel/tests/test2 trunk/rachel/tests/test3 Modified: trunk/rachel/ChangeLog trunk/rachel/NEWS trunk/rachel/configure.ac trunk/rachel/doc/ChangeLog.texi trunk/rachel/doc/rachel.texi trunk/rachel/src/Makefile.am trunk/rachel/src/main.cc trunk/rachel/tests/Makefile.am -- You received this e-mail, because you subscribed the mailing list "service-tech-commits" which will forward you any e-mail addressed to [EMAIL PROTECTED] If you want to unsubscribe or make any changes to your subscription, please go to https://mail.gna.org/listinfo/service-tech-commits.
