- 03 Oct, 2016 3 commits
-
-
Alexandre Duret-Lutz authored
* bin/.gitignore, doc/org/.gitignore: Here.
-
Alexandre Duret-Lutz authored
* doc/org/concepts.org: Here.
-
Alexandre Duret-Lutz authored
* bin/common_cout.cc (check_cout): Force a flush of cout if more than 20ms has elapsed since the last explicit flush. * bin/common_setup.cc (setup): Untie cin and cout if the input is not a TTY, so that cout is flush less often. * NEWS: Mention the change.
-
- 23 Sep, 2016 1 commit
-
-
Alexandre Duret-Lutz authored
Fixes #186. * configure.ac, NEWS: Update version.
-
- 22 Sep, 2016 2 commits
-
-
Alexandre Duret-Lutz authored
Fixes #185. * spot/tl/simplify.cc: Implement the new rule. * NEWS, doc/tl/tl.tex: Document it. * tests/core/reduccmp.test: Test it.
-
Alexandre Duret-Lutz authored
* spot/tl/formula.hh, spot/tl/formula.cc: Rework the initialization of fnode. * NEWS: Mention the bug.
-
- 21 Sep, 2016 1 commit
-
-
Alexandre Duret-Lutz authored
-
- 20 Sep, 2016 2 commits
-
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* NEWS, configure.ac, doc/org/setup.org: Bump version number.
-
- 19 Sep, 2016 1 commit
-
-
Alexandre Duret-Lutz authored
-
- 15 Sep, 2016 1 commit
-
-
Alexandre Duret-Lutz authored
Reported by František Blahoudek. * bin/genltl.cc: Here. * NEWS: Mention it, and the typos previously fixed in spot-x.7.
-
- 14 Sep, 2016 1 commit
-
-
Alexandre Duret-Lutz authored
-
- 06 Sep, 2016 2 commits
-
-
Alexandre Duret-Lutz authored
* spot/twaalgos/dtwasat.cc: Update a mark check.
-
Alexandre Duret-Lutz authored
* bin/man/spot-x.x: Fix the example of SPOT_DEFAULT_FORMAT, and clarify the text for SPOT_DOTDEFAULT.
-
- 05 Sep, 2016 1 commit
-
-
Alexandre Duret-Lutz authored
* bin/man/ltl2tgba.x: Fix apostrophe. It was appearing incorrectly in the generated html pages.
-
- 04 Sep, 2016 1 commit
-
-
Alexandre Duret-Lutz authored
Test the output of down_cast before using it. This used to generate a warning when crosscompiling for mingw with g+++ 6.1.1 * spot/kripke/kripkegraph.hh: Here.
-
- 03 Sep, 2016 1 commit
-
-
Alexandre Duret-Lutz authored
Also disable i18n because that seems to be causing many problem to Mac users building Spot for git and not knowing how to install Locale::gettext. * tools/help2man: Update from upstream, plus the two changes from 2b4cf8e7 and f7b65001. * bin/man/Makefile.am: Remove the -L flag.
-
- 19 Aug, 2016 1 commit
-
-
Alexandre Duret-Lutz authored
* doc/org/autfilt.org: Remove incorrect acc-name.
-
- 17 Aug, 2016 3 commits
-
-
Alexandre Duret-Lutz authored
* spot/twaalgos/stats.cc: Implement options. * bin/common_aoutput.cc, NEWS: Document them. * tests/core/format.test: Add some quick tests.
-
Alexandre Duret-Lutz authored
This now holds the scc_info while processing the %c sequence, so that using options we will soon be able to specify which SCC to count. * spot/twaalgos/stats.hh, spot/twaalgos/stats.cc (printable_scc_info): New class. (state_printer): Use it for %c. * spot/misc/formater.hh: Add move assignment. * bin/common_aoutput.hh, bin/common_aoutput.cc: Use printable_scc_info for %C. * tests/core/format.test: Add a quick test case to make sure nothing changed.
-
Alexandre Duret-Lutz authored
* bin/common_aoutput.hh (hoa_state_printer::hoa_state_printer, hoa_state_printer::print): Move the definition... * bin/common_aoutput.cc: ... here.
-
- 16 Aug, 2016 1 commit
-
-
Alexandre Duret-Lutz authored
* bin/common_aoutput.cc, bin/common_aoutput.hh: Implement. * tests/core/format.test: Test. * NEWS: Mention.
-
- 15 Aug, 2016 2 commits
-
-
Alexandre Duret-Lutz authored
* NEWS: Mention those. * bin/common_output.cc, bin/common_output.hh: Implement them. * bin/genltl.cc, bin/ltlfilt.cc, bin/ltlgrind.cc, bin/randltl.cc: Update --help. * tests/core/format.test: New file. * tests/Makefile.am: Add it. * doc/org/ioltl.org, doc/org/ltlfilt.org: Update documentation.
-
Alexandre Duret-Lutz authored
-
- 14 Aug, 2016 1 commit
-
-
Alexandre Duret-Lutz authored
* tests/core/full.test: New file. * tests/Makefile.am: Add it. * bin/autfilt.cc, bin/common_aoutput.cc, bin/common_aoutput.hh, bin/common_file.cc, bin/common_file.hh, bin/genltl.cc, bin/ltlcross.cc, bin/ltlfilt.cc, bin/ltlgrind.cc, bin/randltl.cc: Add diagnostics. * NEWS: Mention the fix.
-
- 08 Aug, 2016 5 commits
-
-
Alexandre Duret-Lutz authored
* configure.ac, NEWS: Here.
-
Alexandre Duret-Lutz authored
* configure.ac, NEWS, doc/org/setup.org: Update version.
-
Alexandre Duret-Lutz authored
Fixes #91. * bin/autfilt.cc, bin/dstar2tgba.cc: Implement reading CSV files. * bin/common_finput.cc: Fix comments. * bin/common_aoutput.cc: Show %<, %> in help text. * NEWS, doc/org/csv.org: Document it. * tests/core/readsave.test: Add a short test case.
-
Alexandre Duret-Lutz authored
Part of #91. * bin/common_aoutput.cc, bin/common_aoutput.hh: implement %H and %h. * tests/core/readsave.test: Test them. * NEWS: Mention it.
-
Alexandre Duret-Lutz authored
Part of #91. * spot/misc/formater.cc, spot/misc/formater.hh: Here. * bin/common_output.cc: Adjust automatic output format. * doc/org/csv.org: Adjust. * tests/core/lbt.test, tests/core/ltlfilt.test: More tests. * NEWS: Mention the changes.
-
- 07 Aug, 2016 1 commit
-
-
Alexandre Duret-Lutz authored
These are actually two events that should never happen, but let's just make sure they do not. * spot/tl/formula.cc: Add an assert. * spot/twaalgos/emptiness.cc: Add an exception.
-
- 06 Aug, 2016 1 commit
-
-
Alexandre Duret-Lutz authored
* doc/org/autfilt.org, doc/org/compile.org, doc/org/concepts.org, doc/org/csv.org, doc/org/ltl2tgba.org, doc/org/oaut.org: Here. * tools/help2man: Adjust regex for optional arguments.
-
- 05 Aug, 2016 2 commits
-
-
Alexandre Duret-Lutz authored
The new ob-dot.el installed by 15ea2e66 makes all the sed escaping useless (and actually harmful). * doc/org/ltl2tgta.org, doc/org/oaut.org: Fix those.
-
Alexandre Duret-Lutz authored
* doc/org/tut01.org, doc/org/tut02.org, doc/org/tut03.org, doc/org/tut04.org, doc/org/tut10.org, doc/org/tut20.org, doc/org/tut21.org, doc/org/tut50.org: Fix some typos and reword some sentences.
-
- 04 Aug, 2016 1 commit
-
-
Alexandre Duret-Lutz authored
Fixes #174. * spot/twaalgos/totgba.hh, spot/twaalgos/totgba.cc (to_generalized_streett, to_generalized_rabin): New functions. * spot/twa/acc.hh: Declare more methods as static. * bin/autfilt.cc: Implement --generalized-rabin and --generalized-streett options. * NEWS: Mention these. * tests/core/gragsa.test: New file. * tests/Makefile.am: Add it.
-
- 03 Aug, 2016 1 commit
-
-
Alexandre Duret-Lutz authored
-
- 02 Aug, 2016 2 commits
-
-
Alexandre Duret-Lutz authored
Fixes #98. * bin/common_trans.cc: Here.
-
Alexandre Duret-Lutz authored
For #98. * bin/common_trans.cc: Here. * NEWS: Mention it.
-
- 31 Jul, 2016 1 commit
-
-
Alexandre Duret-Lutz authored
* spot/twaalgos/sbacc.cc: Here. * tests/core/parseaut.test, tests/python/automata.ipynb: Adjust. * tests/core/sbacc.test: Likewise + more tests. * NEWS: Mention it.
-
- 29 Jul, 2016 1 commit
-
-
Alexandre Duret-Lutz authored
Reported by Laurent Xu. * python/spot/impl.i: Fix the iterator to return pointers instead of references. Because references are ultimately copied. * tests/python/automata.ipynb: Add test cases. * NEWS: Mention it.
-