Author: niels
Date: Tue Aug 12 23:18:28 2008
New Revision: 3243

URL: http://svn.gna.org/viewcvs/service-tech?rev=3243&view=rev
Log:
* 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

* 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')

* implemented a class `Scheduler' that implements a scheduler to eventually
  use multiple threads when calculating simulation or matching

Added:
    trunk/rachel/src/Scheduler.cc
    trunk/rachel/src/Scheduler.h
    trunk/rachel/tests/testfiles/traveler.sa
      - copied unchanged from r3240, trunk/rachel/tests/testfiles/traveler.og
Removed:
    trunk/rachel/tests/testfiles/traveler.og
Modified:
    trunk/rachel/ChangeLog
    trunk/rachel/Makefile.am
    trunk/rachel/NEWS
    trunk/rachel/configure.ac
    trunk/rachel/doc/ChangeLog.texi
    trunk/rachel/exp/Makefile.am
    trunk/rachel/exp/bpm2008.tar.gz
    trunk/rachel/maintainer/Makefile.am
    trunk/rachel/maintainer/debian/control
    trunk/rachel/src/Graph.cc
    trunk/rachel/src/LP.cc
    trunk/rachel/src/Makefile.am
    trunk/rachel/src/Matching.cc
    trunk/rachel/src/cmdline.ggo
    trunk/rachel/src/helpers.cc
    trunk/rachel/src/helpers.h
    trunk/rachel/src/lexer_og.ll
    trunk/rachel/src/main.cc
    trunk/rachel/src/syntax_og.yy
    trunk/rachel/tests/test2
    trunk/rachel/tests/test3
    trunk/rachel/tests/test4


-- 
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.

Reply via email to