index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toplevel
/
stm.ml
Age
Commit message (
Expand
)
Author
2013-12-04
The commands that initiate proofs are now in charge of what happens when proo...
Arnaud Spiwack
2013-12-04
Vernac classification: allow for commands which start proofs but must be sync...
Arnaud Spiwack
2013-11-27
STM: restart slave after every proof
Enrico Tassi
2013-11-05
STM: fix for PG and "Proof term" lines.
gareuselesinge
2013-10-24
More monomorphic List.mem + List.assoc + ...
letouzey
2013-10-22
STM: proper error message if the GUI edits_at a dummy state
gareuselesinge
2013-10-22
STM: do not enrich exceptions more than once
gareuselesinge
2013-10-22
STM: send the gui the status of the slaves
gareuselesinge
2013-10-18
Coqtop: fix looping over a broken state.
gareuselesinge
2013-10-18
Future: ported to Ephemeron + exception enhancing
gareuselesinge
2013-10-18
STM: not optimize proofs containing an Undo
gareuselesinge
2013-10-11
STM: prefix debug messages with slave-id
gareuselesinge
2013-10-11
STM: cancel slaves working on outdated jobs
gareuselesinge
2013-10-10
STM: a proof with nested proofs cannot be delegated
gareuselesinge
2013-10-10
STM: add "Stm Wait" to wait for the slaves to complete their jobs
gareuselesinge
2013-10-10
Clib: fold_left_until added to CList
gareuselesinge
2013-10-07
STM: new command "Stm PrintDag" to force printing the dag to /tmp
gareuselesinge
2013-10-07
STM: spit a warning if an out of bound Back* command is issued
gareuselesinge
2013-10-03
STM: understand -coq-slaves-opts extra-env=VAR=val
gareuselesinge
2013-10-03
STM: if -coq-slaves off really imitate the old CoqIDE
gareuselesinge
2013-10-03
STM: add options to disable fallbacks to ease regression testing
gareuselesinge
2013-10-03
Regression test suite for STM
gareuselesinge
2013-10-03
STM: number of slaves passed by the command line
gareuselesinge
2013-10-03
STM: avoid "kill 9 pid" if we know the slave died
gareuselesinge
2013-10-03
STM: delegate proofs to slaves only if they are not trivial
gareuselesinge
2013-10-03
STM: take a shallow snapshot for the first proof step
gareuselesinge
2013-10-01
STM: fully force a proof ourput before sending it back to the master
gareuselesinge
2013-10-01
STM: better error messages in case of marshal failure
gareuselesinge
2013-10-01
STM: fix reporting of ongoing tasks
gareuselesinge
2013-10-01
STM: exceptions caming from slaves are now localized
gareuselesinge
2013-10-01
STM: Unix.kill can fail
gareuselesinge
2013-09-30
STM: better handle proof modes
gareuselesinge
2013-09-30
STM: some refactoring, support revised CoqIDE protocol
gareuselesinge
2013-09-27
Removing a bunch of generic equalities.
ppedrot
2013-09-13
STM pretty printer should never fail
gareuselesinge
2013-09-13
fix STM feeback on running jobs
gareuselesinge
2013-09-12
CoqIDE: show number of proofs being checked in background
gareuselesinge
2013-09-12
Unknown commands starting a proof were not setting the proof mode.
gareuselesinge
2013-09-06
Moving Searchstack to CStack, and normalizing names a bit.
ppedrot
2013-08-30
Make the jopin-document button wait for slaves to terminate
gareuselesinge
2013-08-30
Stm: if slave process dies badly go back to local lazy evaluation
gareuselesinge
2013-08-30
-coq-slaves: close_on_exec + correct argument passing
gareuselesinge
2013-08-20
Universe counters on slaves are in sync with master
gareuselesinge
2013-08-19
Modulification and removing of structural equality in Stateid.
ppedrot
2013-08-19
Modulification and removing of structural equality in VCS.
ppedrot
2013-08-12
Fixing potentially misused Errors.push.
ppedrot
2013-08-11
Mutual proofs cannot be delegated
gareuselesinge
2013-08-10
Small typos
ppedrot
2013-08-10
Lemmas ending with Defined cannot be delegated to slaves
gareuselesinge
2013-08-09
Fix batch compilation of scripts with Admitted proofs (in a section)
gareuselesinge
[prev]
[next]