- 08 Feb, 2017 1 commit
-
-
Alexandre Duret-Lutz authored
-
- 07 Feb, 2017 1 commit
-
-
Alexandre Duret-Lutz authored
Suggested by Akim Demaille. * bin/ltlcross.cc: Change the colors, and add ':' at the end of some error message. * NEWS: Mention the color change. * doc/org/ltlcross.org: Adjust examples.
-
- 06 Feb, 2017 1 commit
-
-
Alexandre Duret-Lutz authored
-
- 04 Feb, 2017 1 commit
-
-
Alexandre Duret-Lutz authored
* spot/twaalgos/emptiness.cc, spot/twaalgos/emptiness.hh: Here. * tests/python/ltsmin-dve.ipynb: Add a test. * NEWS: Mention the change.
-
- 02 Feb, 2017 3 commits
-
-
Maximilien Colange authored
* spot/misc/casts.hh: New inline functions and compile-time checks. * spot/kripke/kripkegraph.hh, spot/ta/taexplicit.cc, spot/ta/taproduct.cc, spot/ta/tgtaproduct.cc, spot/taalgos/tgba2ta.cc, spot/twa/taatgba.hh, spot/twa/taatgba.cc, spot/twa/twagraph.hh, spot/twa/twaproduct.cc, spot/twaalgos/emptiness.cc, spot/twaalgos/stutter.cc, spot/ltsmin/ltsmin.cc, tests/core/ikwiad.cc, tests/core/ngraph.cc: Remove downcast checks from code.
-
Maximilien Colange authored
* tests/sanity/style.test: Filter out static_assert.
-
Alexandre Duret-Lutz authored
Fixes #213. * doc/org/.dir-locals.el.in, doc/org/init.el.in: Adjust location of plantuml.jar.
-
- 01 Feb, 2017 12 commits
-
-
* doc/Makefile.am, elisp/Makefile.am: here. * HACKING: add missing requirements.
-
* tests/core/hierarchy.test: here.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* m4/gccwarns.m4: Add more flags taken from Spot. Also add -Wno-long-long to suppress one warning.
-
Alexandre Duret-Lutz authored
* src/bddop.c: Empty macro arguments are undefined ISO C90 and ISO C++98. Use '+' when calling APPLY_SHORTCUTS. * src/fdd.c, src/kernel.c: Avoid constructs invalid in C90. * src/bddop.c, src/bddx.h, src/kernel.c, src/kernel.h, examples/cmilner/cmilner.c: Remove C++ comments.
-
Alexandre Duret-Lutz authored
Fixes #214. * m4/gccwarn.m4: Add -Wpedantic.
-
Alexandre Duret-Lutz authored
Fixes #215, reported by Thibaud Michaud. Also related to GCC bug 79301. * spot/misc/common.hh: Here.
-
Alexandre Duret-Lutz authored
* spot/ltsmin/ltsmin.cc: Here.
-
Alexandre Duret-Lutz authored
* spot/ltsmin/ltsmin.cc: Here.
-
Alexandre Duret-Lutz authored
* spot/priv/weight.cc, spot/priv/weight.hh, spot/twaalgos/determinize.cc, spot/twaalgos/stats.cc: Here.
-
Alexandre Duret-Lutz authored
For #214, as observed by Thibaud Michaud. * spot/twa/acc.hh: Name the anonymous struct. * spot/twa/acc.hh, spot/twa/acc.cc, spot/parseaut/parseaut.yy, spot/twaalgos/dtwasat.cc, spot/twaalgos/remfin.cc, spot/twaalgos/sepsets.cc, spot/twaalgos/totgba.cc: Adjust all usages. * NEWS: Mention the renaming.
-
Maximilien Colange authored
* HACKING: fix command-line invokation of make check for Teamcity.
-
- 27 Jan, 2017 3 commits
-
-
Alexandre Duret-Lutz authored
Fixes #210. * doc/org/ltldo.org: Actually execute the code writing sample.ltl, and remove the file once it is not used anymore.
-
Alexandre Duret-Lutz authored
Fixes #206. * bin/ltldo.cc: Implement --smallest and --greatest. * tests/core/ltldo2.test: Test them. * NEWS, doc/org/ltldo.org: Document them.
-
Alexandre Duret-Lutz authored
-
- 23 Jan, 2017 1 commit
-
-
Maximilien Colange authored
* tests/Makefile.am: Remove TEST_EXTENSIONS + typos.
-
- 21 Jan, 2017 1 commit
-
-
Alexandre Duret-Lutz authored
* spot/ltsmin/ltsmin.cc: Here. This fixes 5a441e1b.
-
- 20 Jan, 2017 1 commit
-
-
Alexandre Duret-Lutz authored
* spot/ltsmin/ltsmin.cc: Do not forget to register dead. * spot/twa/twaproduct.cc: Use copy_ap_of() instead of register_all_propositions_of() because the latter does do update ap().
-
- 19 Jan, 2017 4 commits
-
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* NEWS, configure.ac: Here.
-
Alexandre Duret-Lutz authored
* configure.ac, doc/org/setup.org, NEWS: Bump version to 2.3.
-
Alexandre Duret-Lutz authored
* doc/org/index.org: Add links to the hierarchy and sat-minimization. * doc/org/satmin.org: Show how to use glucose.
-
- 18 Jan, 2017 4 commits
-
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* python/spot/__init__.py (show_mp_hierarchy, mp_hierarchy_svg): New functions. * tests/python/formulas.ipynb: Illustrate show_mp_hierarchy. * python/ajax/spotcgi.in: Use mp_hierarchy_svg. * python/ajax/css/trans.css: Adjust for possible overflows. * NEWS: Mention this new feature.
-
Alexandre Duret-Lutz authored
Fixes #194. * spot/graph/graph.hh: Here.
-
Alexandre Duret-Lutz authored
* spot/twaalgos/dtbasat.cc, spot/twaalgos/dtwasat.cc: Here.
-
- 17 Jan, 2017 2 commits
-
-
Alexandre Duret-Lutz authored
* tests/python/highlighting.ipynb: Add an example of highlight_languages().
-
Alexandre Duret-Lutz authored
Fixes #203. * spot/twaalgos/langmap.hh (highlight_languages): Simplify the interface by only taking the automaton to color. * spot/twaalgos/langmap.cc (highlight_languages): Only introduce color for states that have a non-unique language. * tests/core/highlightstate.test: Update and add more tests. * tests/python/langmap.py: Keep the tests simple. * bin/autfilt.cc: Adjust usage and help string.
-
- 16 Jan, 2017 2 commits
-
-
Alexandre Duret-Lutz authored
* spot/misc/tmpfile.cc, spot/misc/tmpfile.hh: Remove throw specifier to suppress a deprecation warning from g++ 7.
-
Alexandre GBAGUIDI AISSE authored
* NEWS: typo. * bench/dtgbasat/config.bench: typo. * bench/dtgbasat/gen.py: typo. * bench/dtgbasat/stat-gen.sh: typo. * doc/org/concepts.org: typo.
-
- 14 Jan, 2017 3 commits
-
-
Alexandre Duret-Lutz authored
* bin/common_output.cc: Move some of the printing code... * spot/tl/hierarchy.cc, spot/tl/hierarchy.hh: ... here, as new variants of mp_class... * python/spot/impl.i: ... that we can now call from Python. * python/ajax/spotcgi.in: Use those to simplify and extend the code printing class membership.
-
Alexandre Duret-Lutz authored
Suggested by Jeroen Meijer. * spot/libspot.pc.in, spot/ltsmin/libspotltsmin.pc.in: New file. * spot/Makefile.am, spot/ltsmin/Makefile.am: Distribute them, and install their derived version. * spot/.gitignore: Ignore *.pc files. * debian/libbddx-dev.install, debian/libspot-dev.install: Ship those *.pc files. * NEWS: Mention it.
-
Alexandre Duret-Lutz authored
* src/libbddx.pc.in: New file. * src/Makefile.am: Generate libbddx.pc, and install it. Distribute libbddx.pc.in. * src/.gitignore: Ignore *.pc.
-