- 17 Mar, 2019 3 commits
-
-
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.
-
- 07 Jan, 2019 2 commits
-
-
Alexandre Duret-Lutz authored
* bin/common_setup.cc, debian/copyright: Here.
-
Alexandre Duret-Lutz authored
* doc/org/concepts.org: Typo reported by Paul Guénézan. * THANKS: Add him.
-
- 17 Dec, 2018 1 commit
-
-
Alexandre Duret-Lutz authored
* spot/tl/dot.cc: Here. * tests/python/formulas.ipynb: Add test case. * NEWS: Mention the bug.
-
- 13 Dec, 2018 2 commits
-
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
-
- 11 Dec, 2018 2 commits
-
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* configure.ac, NEWS, doc/org/setup.org: Bump version.
-
- 07 Dec, 2018 2 commits
-
-
Alexandre Duret-Lutz authored
Issue discovered by Mikuláš Klokočka and reported by František Blahoudek. * spot/twaalgos/translate.cc: Reset the stutter-invariant flag when adding extra transitions for leading Xs. * tests/core/stutter-tgba.test: New test case. * NEWS: Mention the bug.
-
Alexandre Duret-Lutz authored
-
- 05 Dec, 2018 1 commit
-
-
Alexandre Duret-Lutz authored
-
- 04 Dec, 2018 1 commit
-
-
Etienne Renault authored
* .gitlab-ci.yml: Here.
-
- 03 Dec, 2018 1 commit
-
-
Etienne Renault authored
* .gitlab-ci.yml: Here.
-
- 29 Nov, 2018 1 commit
-
-
Etienne Renault authored
* bin/common_finput.hh, bin/common_trans.cc, bin/common_trans.hh, spot/misc/minato.hh, spot/ta/ta.cc, spot/ta/ta.hh, spot/twa/acc.hh, spot/twaalgos/cycles.hh, spot/twaalgos/emptiness.hh, spot/twaalgos/gtec/gtec.hh, spot/twaalgos/ndfs_result.hxx, spot/twaalgos/sccinfo.hh, spot/twaalgos/word.cc, spot/twaalgos/word.hh: Here.
-
- 10 Nov, 2018 2 commits
-
-
Alexandre Duret-Lutz authored
* .gitlab-ci.yml (alpine-gcc): Here.
-
Alexandre Duret-Lutz authored
* spot.spec.in: Do not hardcode the Python version.
-