- 28 Sep, 2018 2 commits
-
-
Alexandre Duret-Lutz authored
* NEWS, configure.ac, doc/org/setup.org: Bump version number.
-
Alexandre Duret-Lutz authored
* doc/org/index.org: Here.
-
- 27 Sep, 2018 1 commit
-
-
Alexandre Duret-Lutz authored
* spot/misc/game.hh: Here.
-
- 26 Sep, 2018 19 commits
-
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
Fixes #363. * spot/tl/exclusive.cc: Fix the prop_copy() call. * tests/core/exclusive-tgba.test: Test it. * NEWS: Mention the issue.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
Based on a report from Andreas Tollkötter. * spot/twaalgos/dot.cc (highlight_states_show_num_): New option, turned on implicitly when more than 8 colors are used. * tests/core/highlightstate.test: Test it. * NEWS: Mention it. * THANKS: Add Andreas.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* debian/source/lintian-overrides, python/.gitignore: Here
-
Alexandre Duret-Lutz authored
* debian/control (Build-Depends): Add dh-python.
-
Alexandre Duret-Lutz authored
* debian/rules: Here.
-
Alexandre Duret-Lutz authored
* debian/rules: Here.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* debian/rules: mathjax is also fetched from cdnjs.cloudflare.com.
-
Alexandre Duret-Lutz authored
* debian/rules: Here.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
Reported by Yuri Victorovich. * configure.ac (enable_doxygen, enable_c++17): Use $enableval instead of "yes". * THANKS: Add Yuri.
-
Alexandre Duret-Lutz authored
* spot/kripke/kripkegraph.hh, spot/priv/bddalloc.hh, spot/priv/freelist.hh, spot/priv/satcommon.hh, spot/ta/taexplicit.cc spot/twa/bdddict.cc, spot/twa/twagraph.hh, spot/twaalgos/alternation.hh, spot/twaalgos/dtwasat.cc, spot/twaalgos/ltl2taa.cc, spot/twaalgos/stutter.cc, tests/core/ngraph.cc: Add default constructors, copy constructors, or remove useless destructors.
-
Alexandre Duret-Lutz authored
* python/Makefile.am: Adjust for Automake 1.16.
-
Alexandre Duret-Lutz authored
We now have a separate project for its replacement at https://gitlab.lrde.epita.fr/spot/spot-web-app/ * python/ajax/: Remove directory. * python/Makefile.am, configure.ac, README: Adjust. * NEWS: Mention this.
-
Alexandre Duret-Lutz authored
* doc/org/ltlcross.org: Here. * doc/org/init.el.in, doc/org/.dir-locals.el.in: Enable R, and install ess.
-
- 04 Aug, 2018 2 commits
-
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* NEWS, configure.ac, doc/org/setup.org: Update version number.
-
- 03 Aug, 2018 1 commit
-
-
Alexandre Duret-Lutz authored
* python/spot/impl.i: Add a typemap. * tests/python/ltlsimple.py: Add a test case for an issue. * NEWS: Mention the bug.
-
- 02 Aug, 2018 15 commits
-
-
Alexandre Duret-Lutz authored
spot::contains(a, b) should test a⊇b. It was testing a⊆b instead. * NEWS: Mention the bug. * spot/twaalgos/contains.cc, spot/twaalgos/contains.hh: Fix the code and documentation. * tests/python/contains.ipynb: Adjust description and expected results. * python/spot/__init__.py: Also swap the argument of language_containment_checker.contains() * bin/autfilt.cc: Adjust usage.
-
Alexandre Duret-Lutz authored
This prevents an exception from being raised if NNF is not performed on Boolean properties and implication-based checks are used. * NEWS: Mention the issue. * spot/tl/simplify.cc, doc/tl/tl.tex: Add some rules. * tests/python/ltlsimple.py: Test them.
-
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* spot/twaalgos/sccinfo.cc (split_on_sets): Correctly register APs. * tests/python/sccsplit.py: New file. * tests/Makefile.am: Add it. * NEWS: Mention the bug.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* bin/ltlfilt.cc: Add the option. * tests/core/ltlfilt.test: Use it. * NEWS: Mention it.
-
Alexandre Duret-Lutz authored
-
* HACKING: Here.
-
* spot/graph/graph.hh, spot/taalgos/tgba2ta.cc, spot/tl/formula.hh, spot/twaalgos/dot.cc, spot/twaalgos/ltl2tgba_fm.cc, spot/twaalgos/ndfs_result.hxx, spot/twaalgos/powerset.cc, spot/twaalgos/stutter.cc: Here.
-
* spot/ta/taexplicit.hh, spot/twaalgos/compsusp.hh, spot/twaalgos/isunamb.hh, spot/twaalgos/word.hh: Here.
-
Alexandre Duret-Lutz authored
* spot/misc/escape.hh: Here.
-
Alexandre Duret-Lutz authored
* tests/python/ipnbdoctest.py: Invert diffs inputs. * tests/run.in: Run notebooks with PYTHONIOENCODING=utf-8:surrogateescape to avoid exceptions when trying to display utf-8 characters on ascii terminals.
-
Alexandre Duret-Lutz authored
* doc/org/concepts.org: Here.
-
-