- 16 Apr, 2018 6 commits
-
-
Andrei Paskevich authored
This is the most sensible way to recognize that we are looking at a recursive function call, and we need that in Vc, even if there is no actual variant to check, in order to rename the oldies in Eexec.
-
Raphael Rieu-Helft authored
-
Andrei Paskevich authored
Incidentally, this also helps with (*)
-
Andrei Paskevich authored
-
Andrei Paskevich authored
this avoids handling LEFTPAR_STAR_RIGHTPAR in the parser
-
Jean-Christophe Filliâtre authored
otherwise, this is not optimized when compiling with -unsafe (similarly for Array.get)
-
- 13 Apr, 2018 1 commit
-
-
Jean-Christophe Filliâtre authored
-
- 12 Apr, 2018 1 commit
-
-
MARCHE Claude authored
-
- 11 Apr, 2018 14 commits
-
-
Mário Pereira authored
Bench fixed
-
MARCHE Claude authored
# Conflicts: # Makefile.in # examples/isqrt_von_neumann/why3session.xml # examples/residual/why3session.xml # examples/verifythis_fm2012_LRS/why3session.xml # examples/verifythis_fm2012_LRS/why3shapes.gz # examples/vstte12_ring_buffer/why3session.xml # src/core/pretty.ml
-
MARCHE Claude authored
removed interface-only module pretty_sig because does break make -j Too bad the sig Printer needs now to be duplicated.
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
Raphael Rieu-Helft authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
# Conflicts: # Makefile.in # src/transform/args_wrapper.ml
-
MARCHE Claude authored
-
MARCHE Claude authored
-
Raphael Rieu-Helft authored
-
Sylvain Dailler authored
This avoids lags due to a lot of transformations being printed at once below the commandline. It could formerly be shown by typing "e".
-
- 10 Apr, 2018 3 commits
-
-
Mário Pereira authored
This commit might break the bench, I will fix it quickly I promise :)
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
- 09 Apr, 2018 14 commits
-
-
MARCHE Claude authored
# Conflicts: # doc/api.tex # examples/use_api/logic.ml
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
Guillaume Melquiond authored
-
MARCHE Claude authored
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
For some mind-boggling reason, gtksourceview's "smart" indenting is able to modify a read-only buffer, so this commit disables indenting along editing.
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
This commit also increases the bench timeout to 15 seconds to avoid spurious failures on CI slaves, since McCarthy91Mach.f91_nonrec takes about 5 seconds on a fast computer.
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
Steve Langasek authored
Don't store an int in a char and expect comparison to -1 to work across architectures.
-
- 06 Apr, 2018 1 commit
-
-
MARCHE Claude authored
-