Alexandre Duret-Lutz
ed5463cf6f
Release Spot 2.4.2
...
* NEWS, configure.ac, doc/org/setup.org: Update.
2017-11-07 07:44:27 +01:00
Alexandre Duret-Lutz
da65479696
Bump version to 2.4.1.dev
...
* NEWS, configure.ac: Here.
2017-10-18 14:45:21 +02:00
Alexandre Duret-Lutz
5c22db3c73
Release Spot 2.4.1
...
* NEWS, configure.ac, doc/org/setup.org: Bump version.
2017-10-05 15:52:57 +02:00
Alexandre Duret-Lutz
bfe5753bf9
* NEWS, configure.ac: Bump version to 2.4.0.dev.
2017-09-06 11:05:34 +02:00
Alexandre Duret-Lutz
80621557b2
Release Spot 2.4
...
* NEWS, configure.ac, doc/org/setup.org: Bump version.
2017-09-05 21:08:48 +02:00
Alexandre Duret-Lutz
f5dce597c6
switch to C++14 compilation
...
* configure.ac: Compile in C++14 by default and rename
--enable-c++14 as c++17.
* doc/org/compile.org, doc/org/concepts.org, doc/org/index.org,
doc/org/install.org, doc/org/tut.org, doc/org/upgrade2.org, HACKING,
NEWS, README: Adjust all mentions of C++11.
* spot/twaalgos/stats.hh: Use std::make_unique.
2017-08-22 18:21:49 +02:00
Alexandre Duret-Lutz
efbce454e2
Merge branch 'master' into next
2017-06-22 07:06:29 +02:00
Alexandre Duret-Lutz
6c3daf0cd4
bump version
...
* NEWS, configure.ac: Bump version to 2.3.5.dev.
2017-06-22 07:03:15 +02:00
Alexandre Duret-Lutz
af000edbf9
Release Spot 2.3.5
...
* NEWS, configure.ac, doc/org/setup.org: Update version.
2017-06-22 06:58:01 +02:00
Alexandre Duret-Lutz
97e903b13d
libtool: surrender to Debian's castrated libtool
...
The libtool version distributed by Debian is patched to *not* propagate
dependencies (i.e., if libA depends on libB, then linking against libA
will not automatically link against libB, it has to be explicit),
contrary to what the Libtool manual document. So now we explicitly
link against both libA and libB in such case.
* configure.ac: Remove the workaround that does not work for
MinGW.
* doc/org/compile.org: Mention the issue.
* bin/Makefile.am, tests/Makefile.am, spot/ltsmin/Makefile.am,
doc/org/g++wrap.in: Make the dependencies explicit.
2017-06-11 23:15:20 +02:00
Alexandre Duret-Lutz
1042a8dae1
libtool: surrender to Debian's castrated libtool
...
The libtool version distributed by Debian is patched to *not* propagate
dependencies (i.e., if libA depends on libB, then linking against libA
will not automatically link against libB, it has to be explicit),
contrary to what the Libtool manual document. So now we explicitly
link against both libA and libB in such case.
* configure.ac: Remove the workaround that does not work for
MinGW.
* doc/org/compile.org: Mention the issue.
* bin/Makefile.am, tests/Makefile.am, spot/ltsmin/Makefile.am,
spot/gen/Makefile.am, doc/org/g++wrap.in: Make the dependencies
explicit.
2017-06-07 20:34:05 +02:00
Alexandre Duret-Lutz
7dfa0ec15d
Merge branch 'master' into next
2017-05-11 10:18:00 +02:00
Alexandre Duret-Lutz
b9c250894b
* NEWS, configure.ac: Bump version number.
2017-05-11 10:16:03 +02:00
Alexandre Duret-Lutz
52b5491b8e
Release Spot 2.3.4
...
* NEWS, configure.ac, doc/org/setup.org: Update version to 2.3.4.
2017-05-11 10:10:48 +02:00
Maximilien Colange
d90e38eb2a
Add a new library to generate formulas and automata.
...
This library, called libspotgen, gathers functions to generate classes
of automata found in the literature.
Related to #254 .
* NEWS, README: Mention the modification.
* Makefile.am, debian/control, debian/libspotgen0.install: Build the new
library in a separate package.
* spot/gen/automata.hh, spot/gen/automata.cc: Add a family of co-Büchi
automata.
* configure.ac, spot/Makefile.am, spot/gen/Makefile.am: Build the new
library.
2017-04-21 18:13:33 +02:00
Alexandre Duret-Lutz
19602e4bd0
Bump version number to 2.3.3.dev
...
* NEWS, configure.ac: Here.
2017-04-11 10:46:40 +02:00
Alexandre Duret-Lutz
e39e5ac586
Spot 2.3.3
...
* NEWS, configure.ac, doc/org/setup.org: Bump version number.
2017-04-11 10:43:04 +02:00
Alexandre Duret-Lutz
6b339a3712
Bump version to 2.3.2.dev
...
* NEWS, configure.ac: Here.
2017-03-15 09:21:59 +01:00
Alexandre Duret-Lutz
696eba8a29
Release Spot 2.3.2
...
* configure.ac, NEWS, doc/org/setup.org: Bump version to 2.3.2.
2017-03-15 09:17:10 +01:00
Alexandre Duret-Lutz
36c53ece2a
* configure.ac: Bump version to 2.3.1.dev.
2017-02-20 08:04:34 +01:00
Alexandre Duret-Lutz
b08da14e04
Release Spot 2.3.1
...
* configure.ac, NEWS, doc/org/setup.org: Bump version numbers.
2017-02-20 07:51:53 +01:00
Etienne Renault
6be87e5bb9
configure: allows to silent compilation
...
* HACKING, configure.ac: here.
2017-02-16 14:10:25 +01:00
Alexandre Duret-Lutz
a84f9cddcf
Bump version to 2.3.0.dev
...
* NEWS, configure.ac: Here.
2017-01-19 13:37:52 +01:00
Alexandre Duret-Lutz
6d032597bf
Release Spot 2.3
...
* configure.ac, doc/org/setup.org, NEWS: Bump version to 2.3.
2017-01-19 09:25:22 +01:00
Alexandre GBAGUIDI AISSE
32f040fa45
spot: Add Picosat to Spot library & Update satsolver class
...
* Makefile.am: Add picosat to subdirs.
* configure.ac: Add picosat/Makefile to AC_CONFIG_FILES.
* README: Add picosat/ in the list of directories.
* debian/copyright: Add picosat licence and details.
* picosat/Makefile.am: Implement Makefile.am in picosat directory.
* spot/Makefile.am: Tell the compiler to add libpico.la into libspot.la.
* picosat/LICENSE: Add picosat licence.
* picosat/NEWS: Add picosat NEWS.
* picosat/VERSION: Add picosat VERSION.
* picosat/picosat.c: Add picosat c file.
* picosat/picosat.h: Add picosat header file.
* spot/misc/satsolver.cc: Update functions.
* spot/misc/satsolver.hh: Add documentation, clean code, change
some functions visibility and separate templates functions.
* spot/twaalgos/dtbasat.cc: Update dtba_to_sat function.
* spot/twaalgos/dtwasat.cc: Update dtwa_to_sat function.
2017-01-06 19:53:21 +01:00
Alexandre Duret-Lutz
975ec6ff81
Merge branch 'master' into next
2016-12-16 07:03:18 +01:00
Alexandre Duret-Lutz
f8f7c9a537
bump version number
...
* NEWS, configure.ac: Set version 2.2.2.dev.
2016-12-16 06:58:46 +01:00
Alexandre Duret-Lutz
574f47c366
Release Spot 2.2.2
...
* NEWS, configure.ac, doc/org/setup.org: Update version.
2016-12-16 06:50:59 +01:00
Maximilien Colange
05f8333e76
Add an option to enable C++14.
...
* configure.ac: add an option --enable-c++14.
* NEWS: mention the new option.
2016-12-14 09:40:38 +01:00
Alexandre Duret-Lutz
e1d0c07d4b
* NEWS, configure.ac: Bump version number.
2016-11-24 11:00:30 +01:00
Alexandre Duret-Lutz
ef214b2c42
* NEWS, configure.ac: Bump version number.
2016-11-21 11:09:51 +01:00
Alexandre Duret-Lutz
9cf8535578
Release Spot 2.2.1
...
* NEWS, configure.ac, doc/org/setup.org: Update.
2016-11-21 09:00:51 +01:00
Alexandre Duret-Lutz
5376466f43
* configure.ac, NEWS: Bump version number.
2016-11-14 10:15:38 +01:00
Alexandre Duret-Lutz
dd960dc71c
Release Spot 2.2
...
* configure.ac, doc/org/setup.org, NEWS: Set version number.
2016-11-14 06:02:13 +01:00
Alexandre Duret-Lutz
de665ce28f
* configure.ac, NEWS: Bump version to 2.1.2.dev.
2016-10-14 17:30:07 +02:00
Alexandre Duret-Lutz
b0c60e799a
Release Spot 2.1.2
...
* NEWS, configure.ac, doc/org/setup.org: Bump version.
2016-10-14 17:18:23 +02:00
Alexandre Duret-Lutz
0678d1a662
change the version from 2.1.1a to 2.1.1.dev for Debian
...
Fixes #186 .
* configure.ac, NEWS: Update version.
2016-09-23 15:04:41 +02:00
Alexandre Duret-Lutz
5558bcf05a
* NEWS, configure.ac: bump version number
2016-09-20 11:52:35 +02:00
Alexandre Duret-Lutz
fd6614181b
Release Spot 2.1.1
...
* NEWS, configure.ac, doc/org/setup.org: Bump version number.
2016-09-20 08:54:56 +02:00
Alexandre Duret-Lutz
53e6640034
Bump version to 2.1.0a
...
* configure.ac, NEWS: Here.
2016-08-08 16:30:56 +02:00
Alexandre Duret-Lutz
78232df3bf
Release Spot 2.1
...
* configure.ac, NEWS, doc/org/setup.org: Update version.
2016-08-08 13:23:18 +02:00
Alexandre Duret-Lutz
a7842ac47f
tests: disable ltsmin tests if --disable-shared
...
* configure.ac (USE_LTSMIN): New.
* tests/Makefile.am: Use it.
2016-07-27 19:47:34 +02:00
Alexandre Duret-Lutz
9f7bf5ab2d
configure: support --enable-glibgxx-debug
...
Part of #184 .
* m4/devel.m4 (adl_ENABLE_GLIBCXX_DEBUG): New macro.
* configure.ac: Use it.
* README: Mention it.
* spot/twa/acc.cc: Fix a small issue found with this
option.
2016-07-24 00:07:04 +02:00
Alexandre Duret-Lutz
556db2a203
Merge branch 'master' into next
2016-07-11 11:06:05 +02:00
Alexandre Duret-Lutz
2abfd73a30
Release Spot 2.0.3
...
* NEWS, configure.ac, doc/org/setup.org: Update.
2016-07-11 10:59:23 +02:00
Alexandre Duret-Lutz
01e71d108a
* NEWS, configure.ac: Bump version number.
2016-06-17 16:40:51 +02:00
Alexandre Duret-Lutz
1cce09bc80
Release Spot 2.0.2
...
* NEWS: Update.
* configure.ac, doc/org/setup.org: Bump version.
2016-06-17 16:33:30 +02:00
Alexandre Duret-Lutz
bd5ac37e7c
* configure.ac: Bump version number.
2016-05-09 09:42:20 +02:00
Alexandre Duret-Lutz
cfd4a1b98d
Release Spot 2.0.1
...
* NEWS, configure.ac, doc/org/setup.org: Update.
2016-05-09 09:33:24 +02:00
Alexandre Duret-Lutz
5185844d8a
* NEWS, configure.ac: Bump version number.
2016-04-18 21:16:46 +02:00