- 12 Mar, 2020 1 commit
-
-
Andrei Paskevich authored
-
- 11 Mar, 2020 2 commits
-
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
- 10 Mar, 2020 1 commit
-
-
Andrei Paskevich authored
-
- 04 Mar, 2020 1 commit
-
-
Jean-Christophe Filliâtre authored
used to contain the proofs of src/util/{vector,pqueue}.ml this is now part of the VOCaL library see https://github.com/vocal-project/vocal/
-
- 03 Mar, 2020 7 commits
-
-
Andrei Paskevich authored
We prefer to keep specific recent lemmas rather than generic early axioms.
-
Andrei Paskevich authored
-
Andrei Paskevich authored
It is replayed in bisect_end.
-
Andrei Paskevich authored
These declarations have no logical content.
-
MARCHE Claude authored
-
MARCHE Claude authored
-
Johannes Kanig authored
Unix sockets have the restriction that the path to the socket must be quite short (100 chars give or take depending on exact OS). We can workaround this limitation by chdir'ing to the dirname of the socket first. This was already done in the server, but not in the client. Change-Id: I798654c277ee2d623607179a41faa7cf0d8f2837
-
- 02 Mar, 2020 4 commits
-
-
MARCHE Claude authored
* annotate with proper types * fix obviously wrong comment
-
Raphael Rieu-Helft authored
-
Raphael Rieu-Helft authored
-
Guillaume Melquiond authored
-
- 29 Feb, 2020 2 commits
-
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
- 28 Feb, 2020 2 commits
-
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
- 27 Feb, 2020 1 commit
-
-
Guillaume Melquiond authored
Since the plugins directory contains cmo, cmi, cmt, and cmxs files, Why3 was trying to load each plugin four times in a row, leading to message floods such as lib/plugins/python can't be loaded: Format python is already registered lib/plugins/microc can't be loaded: Format micro-C is already registered lib/plugins/tptp can't be loaded: Format tptp is already registered lib/plugins/python can't be loaded: Format python is already registered lib/plugins/microc can't be loaded: Format micro-C is already registered lib/plugins/tptp can't be loaded: Format tptp is already registered lib/plugins/microc can't be loaded: Format micro-C is already registered lib/plugins/python can't be loaded: Format python is already registered lib/plugins/tptp can't be loaded: Format tptp is already registered
-
- 26 Feb, 2020 1 commit
-
-
Andre Maroneze authored
-
- 25 Feb, 2020 1 commit
-
-
Raphael Rieu-Helft authored
-
- 24 Feb, 2020 3 commits
-
-
Raphael Rieu-Helft authored
-
Raphael Rieu-Helft authored
-
Raphael Rieu-Helft authored
-
- 23 Feb, 2020 5 commits
-
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
- 22 Feb, 2020 2 commits
-
-
Guillaume Melquiond authored
-
Andre Maroneze authored
-
- 20 Feb, 2020 1 commit
-
-
Guillaume Melquiond authored
-
- 19 Feb, 2020 1 commit
-
-
Andrei Paskevich authored
-
- 17 Feb, 2020 2 commits
-
-
Guillaume Melquiond authored
-
Raphael Rieu-Helft authored
-
- 14 Feb, 2020 3 commits
-
-
Andrei Paskevich authored
-
Jean-Christophe Filliâtre authored
this makes 'remove' more robust wrt to 'use' in drivers
-
Jean-Christophe Filliâtre authored
list arguments are mostly used for remove transformations this makes them more robust wrt suppression in the standard library
-