Author: niels
Date: Sat Jun 20 00:00:12 2009
New Revision: 4337
URL: http://svn.gna.org/viewcvs/service-tech?rev=4337&view=rev
Log:
* temp files are created with unique names in "/tmp" to allow for concurrent
execution of Wendy
* move Petri Net API to generic folder "libs/pnapi"
* documented command line options
Added:
trunk/wendy/libs/pnapi/
trunk/wendy/libs/pnapi/Makefile.am
- copied unchanged from r4336, trunk/wendy/libs/Makefile.am
trunk/wendy/libs/pnapi/automaton.cc
- copied unchanged from r4336, trunk/wendy/libs/automaton.cc
trunk/wendy/libs/pnapi/automaton.h
- copied unchanged from r4336, trunk/wendy/libs/automaton.h
trunk/wendy/libs/pnapi/component.cc
- copied unchanged from r4336, trunk/wendy/libs/component.cc
trunk/wendy/libs/pnapi/component.h
- copied unchanged from r4336, trunk/wendy/libs/component.h
trunk/wendy/libs/pnapi/condition.cc
- copied unchanged from r4336, trunk/wendy/libs/condition.cc
trunk/wendy/libs/pnapi/condition.h
- copied unchanged from r4336, trunk/wendy/libs/condition.h
trunk/wendy/libs/pnapi/formula.cc
- copied unchanged from r4336, trunk/wendy/libs/formula.cc
trunk/wendy/libs/pnapi/formula.h
- copied unchanged from r4336, trunk/wendy/libs/formula.h
trunk/wendy/libs/pnapi/io-format.cc
- copied unchanged from r4336, trunk/wendy/libs/io-format.cc
trunk/wendy/libs/pnapi/io.cc
- copied unchanged from r4336, trunk/wendy/libs/io.cc
trunk/wendy/libs/pnapi/io.h
- copied unchanged from r4336, trunk/wendy/libs/io.h
trunk/wendy/libs/pnapi/link.cc
- copied unchanged from r4336, trunk/wendy/libs/link.cc
trunk/wendy/libs/pnapi/link.h
- copied unchanged from r4336, trunk/wendy/libs/link.h
trunk/wendy/libs/pnapi/marking.cc
- copied unchanged from r4336, trunk/wendy/libs/marking.cc
trunk/wendy/libs/pnapi/marking.h
- copied unchanged from r4336, trunk/wendy/libs/marking.h
trunk/wendy/libs/pnapi/parser-lola-lexer.ll
- copied unchanged from r4336, trunk/wendy/libs/parser-lola-lexer.ll
trunk/wendy/libs/pnapi/parser-lola.yy
- copied unchanged from r4336, trunk/wendy/libs/parser-lola.yy
trunk/wendy/libs/pnapi/parser-onwd-lexer.ll
- copied unchanged from r4336, trunk/wendy/libs/parser-onwd-lexer.ll
trunk/wendy/libs/pnapi/parser-onwd.yy
- copied unchanged from r4336, trunk/wendy/libs/parser-onwd.yy
trunk/wendy/libs/pnapi/parser-owfn-lexer.ll
- copied unchanged from r4336, trunk/wendy/libs/parser-owfn-lexer.ll
trunk/wendy/libs/pnapi/parser-owfn.yy
- copied unchanged from r4336, trunk/wendy/libs/parser-owfn.yy
trunk/wendy/libs/pnapi/parser-petrify-lexer.ll
- copied unchanged from r4336, trunk/wendy/libs/parser-petrify-lexer.ll
trunk/wendy/libs/pnapi/parser-petrify.yy
- copied unchanged from r4336, trunk/wendy/libs/parser-petrify.yy
trunk/wendy/libs/pnapi/parser-sa-lexer.ll
- copied unchanged from r4336, trunk/wendy/libs/parser-sa-lexer.ll
trunk/wendy/libs/pnapi/parser-sa.yy
- copied unchanged from r4336, trunk/wendy/libs/parser-sa.yy
trunk/wendy/libs/pnapi/parser.cc
- copied unchanged from r4336, trunk/wendy/libs/parser.cc
trunk/wendy/libs/pnapi/parser.h
- copied unchanged from r4336, trunk/wendy/libs/parser.h
trunk/wendy/libs/pnapi/petrinet-petrify.cc
- copied unchanged from r4336, trunk/wendy/libs/petrinet-petrify.cc
trunk/wendy/libs/pnapi/petrinet-petrify.h
- copied unchanged from r4336, trunk/wendy/libs/petrinet-petrify.h
trunk/wendy/libs/pnapi/petrinet-reduction.cc
- copied unchanged from r4336, trunk/wendy/libs/petrinet-reduction.cc
trunk/wendy/libs/pnapi/petrinet.cc
- copied unchanged from r4336, trunk/wendy/libs/petrinet.cc
trunk/wendy/libs/pnapi/petrinet.h
- copied unchanged from r4336, trunk/wendy/libs/petrinet.h
trunk/wendy/libs/pnapi/pnapi.h
- copied unchanged from r4336, trunk/wendy/libs/pnapi.h
trunk/wendy/libs/pnapi/state.cc
- copied unchanged from r4336, trunk/wendy/libs/state.cc
trunk/wendy/libs/pnapi/state.h
- copied unchanged from r4336, trunk/wendy/libs/state.h
trunk/wendy/libs/pnapi/util.cc
- copied unchanged from r4336, trunk/wendy/libs/util.cc
trunk/wendy/libs/pnapi/util.h
- copied unchanged from r4336, trunk/wendy/libs/util.h
Removed:
trunk/wendy/libs/Makefile.am
trunk/wendy/libs/automaton.cc
trunk/wendy/libs/automaton.h
trunk/wendy/libs/component.cc
trunk/wendy/libs/component.h
trunk/wendy/libs/condition.cc
trunk/wendy/libs/condition.h
trunk/wendy/libs/formula.cc
trunk/wendy/libs/formula.h
trunk/wendy/libs/io-format.cc
trunk/wendy/libs/io.cc
trunk/wendy/libs/io.h
trunk/wendy/libs/link.cc
trunk/wendy/libs/link.h
trunk/wendy/libs/marking.cc
trunk/wendy/libs/marking.h
trunk/wendy/libs/parser-lola-lexer.ll
trunk/wendy/libs/parser-lola.yy
trunk/wendy/libs/parser-onwd-lexer.ll
trunk/wendy/libs/parser-onwd.yy
trunk/wendy/libs/parser-owfn-lexer.ll
trunk/wendy/libs/parser-owfn.yy
trunk/wendy/libs/parser-petrify-lexer.ll
trunk/wendy/libs/parser-petrify.yy
trunk/wendy/libs/parser-sa-lexer.ll
trunk/wendy/libs/parser-sa.yy
trunk/wendy/libs/parser.cc
trunk/wendy/libs/parser.h
trunk/wendy/libs/petrinet-petrify.cc
trunk/wendy/libs/petrinet-petrify.h
trunk/wendy/libs/petrinet-reduction.cc
trunk/wendy/libs/petrinet.cc
trunk/wendy/libs/petrinet.h
trunk/wendy/libs/pnapi.h
trunk/wendy/libs/state.cc
trunk/wendy/libs/state.h
trunk/wendy/libs/util.cc
trunk/wendy/libs/util.h
Modified:
trunk/wendy/ChangeLog
trunk/wendy/Makefile.am
trunk/wendy/NEWS
trunk/wendy/configure.ac
trunk/wendy/doc/ChangeLog.texi
trunk/wendy/doc/Makefile.am
trunk/wendy/doc/wendy.texi
trunk/wendy/man/Makefile.am
trunk/wendy/src/InnerMarking.h
trunk/wendy/src/Makefile.am
trunk/wendy/src/cmdline.ggo
trunk/wendy/src/main.cc
--
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.