- 05 Jun, 2009 1 commit
-
-
Alexandre Duret-Lutz authored
that bmig is slower. * configure.ac (ac_default_graph_impl): Make listg the default. * doc/README.txt: Adjust documentation of --default-graph-impl.
-
- 26 May, 2009 4 commits
-
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* configure.ac: Bump version to 1.3. * doc/manual/taf-kit-manual.tex: Likewise. * doc/NEWS.txt: Update for 1.3.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* src/tests/check/Makefile.am (libcheck_a_LIBADD): Rename as ... (libcheck_la_LIBADD): ... this.
-
- 18 May, 2009 4 commits
-
-
Alexandre Duret-Lutz authored
* src/demos/demo.mk (LDADD): Define globally. * src/demos/algorithms/Makefile.am (aut_are_equivalent_LDADD, exp_are_equivalent_LDADD): Remove. * src/demos/one_rule_rewriting/Makefile.am (LDADD): Likewise. * src/demos/vgrep/Makefile.am (LDADD): Likewise.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
-
- 14 May, 2009 2 commits
-
-
Alexandre Duret-Lutz authored
* include/vaucanson/algebra/implementation/semiring/numerical_semiring.hxx, include/vaucanson/misc/random.hxx: Use std::abs() instead of abs(). * include/vaucanson/algebra/implementation/semiring/rational_number.hxx: Likewise, and also include <cstdlib> for abs(int).
-
Alexandre Duret-Lutz authored
to decide whether exceptions should be used in preconditions. This fixes errors in taf-kit's test-suite when compiled with GCC 4.4. The code was making the bogus assumption that the inline function trap() was not inlined in the context libraries (compiled without exceptions) and could therefore be overwritten as a weak symbol in TAF-Kit (to use exceptions). * include/vaucanson/misc/contract.hh (vcsn::misc::contract::trap): Leave only a declaration and move the definition... * src/misc/contract.cc: ... in this new file. * lib/src/libcommon.mk: Adjust for contract.cc and build two libraries: libvcsn-common.la (with abort()) and libvcsn-common-ex.la (with exceptions). * data/automata/char-b/Makefile.am, data/automata/char-fmp-b/Makefile.am, data/automata/char-z/Makefile.am, taf-kit/src/Makefile.am, vaucanswig/meta/Makefile.am, src/tests/sanity/Makefile.am, src/tests/xml/Makefile.am: Link with libvcsn-common.la or libvcsn-common-ex.la. * taf-kit/src/common.hh (EXCEPTION_TRAPS): Remove #define. * src/bench/common/bench.mk (AM_CPPFLAGS): Remove useless -DEXCEPTION_TRAPS. * vaucanswig/expand.sh: Likewise. * src/tests/check/Makefile.am: Build libcheck.la instead of libcheck.a, so we can depend on libvcsn-common-ex.la * src/tests/check/check.mk: Use libcheck.la and libvcsn-common-ex.la. * src/tests/test-suites/test-suite.mk: Don't define EXCEPTION_TRAPS and don't add libvcsn-common-ex.la to LDADD (check.mk already does it).
-
- 13 May, 2009 1 commit
-
-
Alexandre Duret-Lutz authored
to lib/src/krat_exp/, so that we can later integrate more code into libvcsn_common.la. * bootstrap: Don't run bison, the Makefile will do it. * lib/krat_exp/krat_exp_bison.yy: Move ... * lib/src/krat_exp/krat_exp_bison.yy: ... here. * lib/krat_exp/libkrat_exp.mk: Rename as ... * lib/src/libcommon.mk: ... this, and adjust to the new names. * src/demos/algorithms/Makefile.am, src/demos/one_rule_rewriting/Makefile.am, src/demos/vgrep/Makefile.am, src/tests/xml/Makefile.am, taf-kit/src/Makefile.am, lib/Makefile.am: Change all references to libkrat_exp.la into libvcsn-common.la.
-
- 12 May, 2009 1 commit
-
-
Alexandre Duret-Lutz authored
* include/vaucanson/algebra/implementation/series/transpose.hh: Do not name a argument T when T is also a template parameter.
-
- 11 May, 2009 3 commits
-
-
Jérôme Galtier authored
* vcs/vaucanson.rb: Remove.
-
Jérôme Galtier authored
* doc/manual/Makefile.am: Correct the path to taf-kit-manual.tex by prefixing the old path with $(srcdir).
-
Jérôme Galtier authored
* include/vaucanson/automata/implementation/bmig/bmig_handlers.hh (operator==, operator!=, operator<, operator>, operator<=) (operator>=): Remove the last template parameter. * include/vaucanson/automata/implementation/bmig/bmig_handlers_op.hxx: Update the macro HOPERATOR for <, >, <=, >= and the one for ==, !=.
-
- 06 May, 2009 4 commits
-
-
Alexandre Duret-Lutz authored
Suggested by Jacques Sakarovitch.
-
Alexandre Duret-Lutz authored
* data/automata/char-z/d2.cc: Rename as... * data/automata/char-z/d1.cc: ... this. * data/automata/char-z/Makefile.am: Adjust to build d1 and create d1.xml * taf-kit/tests/vcsn-char-z.test: Adjust to use d1.xml. * doc/manual/taf-kit-manual.tex: Rename d2.xml as d1.xml.
-
Alexandre Duret-Lutz authored
* doc/manual/taf-kit-manual.tex (Writing Rational Expressions): Rename as ... (Writing (Weighted) Rational Expressions): ... this. (Rational operators): Show the result of the are-equivalent example. (Weights): Document left and right weights using text from Jacques Sakarovitch. (Trivial Identities): Write "weighted rational expression" instead of "rational expression" to avoid ambiguities.
-
Florent D'Halluin authored
(As mentioned during the meeting on April 10th) * include/vaucanson/algorithms/minimization_hopcroft.hxx: Do that.
-
- 04 May, 2009 2 commits
-
-
Alexandre Duret-Lutz authored
* doc/manual/taf-kit-manual.tex: Likewise.
-
Alexandre Duret-Lutz authored
* configure.ac: Bump to 1.2.96. * doc/manual/taf-kit-manual.tex: Likewise. * doc/NEWS.txt: Document 1.2.96.
-
- 30 Apr, 2009 8 commits
-
-
Alexandre Duret-Lutz authored
Conflicts: ChangeLog
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* data/automata/char-z/d2.cc: New file. * data/automata/char-z/Makefile.am: Build d2.xml. * taf-kit/tests/vcsn-char-z.test: Test d2.xml. * doc/manual/taf-kit-manual.tex (d2.xml): New section.
-
Alexandre Duret-Lutz authored
* data/automata/char-z/divkbaseb.cc: Delete. * data/automata/char-z/Makefile.am, taf-kit/tests/vcsn-char-z.test: Adjust. * doc/manual/taf-kit-manual.tex (div3base10.xml): Remove.
-
Alexandre Duret-Lutz authored
* data/automata/char-z/c1.cc: Rewrite using alphabet {0,1} instead of {a,b}. * taf-kit/tests/vcsn-char-z.test: Adjust test. * doc/manual/taf-kit-manual.tex (c1.xml): Adjust and document the figure.
-
Alexandre Duret-Lutz authored
Sakarovitch.
-
Alexandre Duret-Lutz authored
* doc/manual/vaucanson-manual.tex: Rename as ... * doc/manual/taf-kit-manual.tex: ... this. And change the title to "Taf-Kit Documentation" * doc/manual/Makefile.am, lrde-upload.sh: Adjust.
-
- 17 Apr, 2009 1 commit
-
-
Alexandre Duret-Lutz authored
-
- 16 Apr, 2009 6 commits
-
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
newline at EOF to kill a GCC warning.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
phrases.
-
Alexandre Duret-Lutz authored
* build-aux/find_tests.sh: Use $$ in temporary files to prevent races if this script is run more than once. * Makefile.am (build-aux/tests.m4): Always touch the output.
-
- 15 Apr, 2009 3 commits
-
-
Alexandre Duret-Lutz authored
* doc/manual/vaucanson-manual.tex: Fill the automaton repository. Add some words about weights. Kill the old examples from the doc except the part about Z-automata.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
-