- 19 Apr, 2019 1 commit
-
-
Alexandre Duret-Lutz authored
* doc/org/satmin.org: Get the old description of the CSV example. The new description installed by 7dfeda8e only apply to the next major release.
-
- 18 Apr, 2019 1 commit
-
-
Alexandre Duret-Lutz authored
Reported by František Blahoudek. * tests/python/parity.ipynb: Fix examples and improve some text.
-
- 17 Apr, 2019 5 commits
-
-
Alexandre Duret-Lutz authored
* doc/org/ltldo.org: Here. * doc/org/spot.css: Add table-pre style.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* doc/org/.dir-locals.el.in, doc/org/init.el.in (org-html-table-header-tags): Define. * doc/org/spot.css: Style the tables.
-
Alexandre Duret-Lutz authored
This feature is in Org 9, which is already required. * doc/org/autcross.org, doc/org/autfilt.org, doc/org/compile.org, doc/org/concepts.org, doc/org/csv.org, doc/org/dstar2tgba.org, doc/org/genaut.org, doc/org/genltl.org, doc/org/hierarchy.org, doc/org/hoa.org, doc/org/ioltl.org, doc/org/ltl2tgba.org, doc/org/ltl2tgta.org, doc/org/ltlcross.org, doc/org/ltldo.org, doc/org/ltlfilt.org, doc/org/ltlgrind.org, doc/org/ltlsynt.org, doc/org/oaut.org, doc/org/randaut.org, doc/org/randltl.org, doc/org/satmin.org, doc/org/setup.org, doc/org/tools.org, doc/org/tut01.org, doc/org/tut02.org, doc/org/tut03.org, doc/org/tut04.org, doc/org/tut10.org, doc/org/tut11.org, doc/org/tut12.org, doc/org/tut20.org, doc/org/tut21.org, doc/org/tut22.org, doc/org/tut23.org, doc/org/tut24.org, doc/org/tut30.org, doc/org/tut31.org, doc/org/tut50.org, doc/org/upgrade2.org: Simplify SRC block setups for sh, python and C++. Also fix a few typos and examples along the way.
-
Alexandre Duret-Lutz authored
* tests/python/ipnbdoctest.py: Augment time limits.
-
- 03 Apr, 2019 2 commits
-
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* doc/org/tut22.org: Here. Suggested by Yannick Molinghen. * THANKS: Add him.
-
- 02 Apr, 2019 5 commits
-
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* doc/org/dstar2tgba.org: The RA2BA is not for state-based acceptance only.
-
Alexandre Duret-Lutz authored
Fixes #382. * spot/twaalgos/alternation.cc: Here. * tests/python/alternation.ipynb: Add test case. * NEWS: Mention it.
-
Alexandre Duret-Lutz authored
Fix issue #380. * bin/common_finput.cc: Erase a trailing \r. * tests/core/ltl2tgba2.test: Test it. * NEWS: Mention the fix.
-
Alexandre Duret-Lutz authored
* doc/org/install.org: Mention python-dev and libpython3-dev. Suggested by Tereza Šťastná. * THANKS: Add her.
-
- 17 Mar, 2019 4 commits
-
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* NEWS, configure.ac, doc/org/setup.org: Bump version.
-
Alexandre Duret-Lutz authored
* spot/twaalgos/ltl2taa.cc: Here. * NEWS: Mention the issue.
-
Alexandre Duret-Lutz authored
* doc/org/tut.org, doc/org/tut12.org: Here.
-
- 16 Mar, 2019 7 commits
-
-
Alexandre Duret-Lutz authored
* doc/org/ltlfilt.org, doc/org/tut12.org: Add links.
-
Alexandre Duret-Lutz authored
Related to issue #377. * doc/org/tut12.org: New file. * doc/org/tut.org, doc/Makefile.am, NEWS: Add the new file.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* doc/org/spot.css: Use bold for "def", "from", "import". * doc/org/init.el.in: Prevent tabs from being inserted when the code is indented before export.
-
Alexandre Duret-Lutz authored
Fixes #376. * doc/org/tut52.org: New file. * doc/org/tut.org, doc/org/tut51.org: Link to it. * doc/Makefile.am: Add it.
-
Alexandre Duret-Lutz authored
Related to issue #376. * spot/kripke/kripkegraph.hh: Avoid indirect type definitions for the benefit of Swig. * python/spot/impl.i: Add bindings for iterators over kripke_graph states and edges. * tests/python/kripke.py: New file. * tests/Makefile.am: Add it. * NEWS: Update.
-
- 14 Feb, 2019 3 commits
-
-
* HACKING: Missing "to", extraneous 's'. * spot/misc/timer.hh: Extraneous space. * spot/twa/acc.hh: Extraneous 's', typos. * spot/twaalgos/genem.hh: Typo. * spot/twaalgos/sccinfo.cc: Fix indentation. * spot/twaalgos/sccinfo.hh: Missing 's'. * tests/python/acc_cond.ipynb: Extraneous 'e', missing comma. * tests/python/decompose.ipynb: Extraneous 't'. * tests/python/ltsmin-dve.ipynb: Extraneous verb.
-
Alexandre Duret-Lutz authored
* configure.ac, NEWS: Here.
-
Alexandre Duret-Lutz authored
* configure.ac, NEWS, doc/org/setup.org: Set version.
-
- 13 Feb, 2019 2 commits
-
-
Alexandre Duret-Lutz authored
Part of issue #376, reported by Hashim Ali. * python/spot/impl.i: Add bindings for kripke_graph. * python/spot/__init__.py (automaton): Add a want_kripke option. * spot/kripke/kripkegraph.hh: Honnor the "state-names" property when displaying states. * spot/twaalgos/hoa.cc: Preserve names of Kripke states. * tests/python/ltsmin-dve.ipynb: Illustrate all the above. * NEWS: Mention those changes. * THANKS: Add Hashim.
-
Alexandre Duret-Lutz authored
Do not call std::make_shared on classes inheriting from std::enable_shared_from_this when compiling with g++ 8.2. * NEWS: Mention the bug. * spot/misc/common.hh (SPOT_make_shared_enabled__): New macro. * spot/twa/twagraph.cc, spot/twa/twagraph.hh, spot/twa/twaproduct.hh, spot/twa/taatgba.hh, spot/twaalgos/couvreurnew.cc, spot/twaalgos/magic.cc, spot/twaalgos/se05.cc, spot/twaalgos/tau03.cc, spot/twaalgos/tau03opt.cc, spot/twaalgos/gv04.cc, spot/ltsmin/ltsmin.cc, spot/twaalgos/gtec/gtec.cc: Use it.
-
- 05 Feb, 2019 1 commit
-
-
Alexandre Duret-Lutz authored
* src/kernel.c (bdd_done): Free bddhash.
-
- 02 Feb, 2019 3 commits
-
-
Alexandre Duret-Lutz authored
Reported by Simon Jantsch. * spot/twaalgos/product.cc: Here. * tests/core/unambig2.test: New file, testing this plus the previous patch. * tests/Makefile.am: Add unambig2.test. * NEWS: Mention the bug.
-
Alexandre Duret-Lutz authored
Part of a bug reported by Simon Jantsch. Test cases in next patch. * spot/twaalgos/ltl2tgba_fm.cc: Here. * NEWS: Mention the bug.
-
Alexandre Duret-Lutz authored
* spot/parsetl/scantl.ll: Ignore \r. * tests/core/lbt.test: Add a test. * NEWS: Mention the issue.
-
- 26 Jan, 2019 1 commit
-
-
Alexandre Duret-Lutz authored
Inspired by #375. * README: Add a section about troubleshooting installations. Mention GraphViz as optional dependency. * doc/org/install.org: Mention the troubleshooting section from INSTALL.
-
- 25 Jan, 2019 1 commit
-
-
Alexandre Duret-Lutz authored
This fixes an issue mentioned in #375. * python/spot/aux.py (str_to_svg): Catch a missing 'dot' and instruct the user to install GraphViz. * THANKS: Add reporter.
-
- 23 Jan, 2019 2 commits
-
-
Alexandre Duret-Lutz authored
* spot/twaalgos/powerset.cc: Remove some unnecessary code, as spotted by Fanda. Also fix some comments.
-
Alexandre Duret-Lutz authored
-
- 16 Jan, 2019 1 commit
-
-
Alexandre Duret-Lutz authored
See the following email http://lists.gnu.org/archive/html/emacs-orgmode/2019-01/msg00226.html * doc/org/tut24.org, doc/org/tut51.org: Export the output of noweb-based block without ':export results' or ':export both'. * doc/org/spot.css: Add style for src-text.
-
- 14 Jan, 2019 1 commit
-
-
Alexandre Duret-Lutz authored
Fixes #372. * python/spot/impl.i: Refactor the handling of exceptions using a Lippincott function. Map out_of_range to IndexError. Add PyObject* version for bdd_dict's register and unregister functions so we can use Python objects as well. * tests/python/bdddict.py: New file. * tests/Makefile.am: Add it. * NEWS: Mention the changes.
-