aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel
Commit message (Expand)AuthorAge
* Remove some uses of local modules (some were unused, some were costly).Gravatar xclerc2013-10-14
* STM: prefix debug messages with slave-idGravatar gareuselesinge2013-10-11
* More comments in ide_slaveGravatar gareuselesinge2013-10-11
* STM: cancel slaves working on outdated jobsGravatar gareuselesinge2013-10-11
* STM: a proof with nested proofs cannot be delegatedGravatar gareuselesinge2013-10-10
* STM: add "Stm Wait" to wait for the slaves to complete their jobsGravatar gareuselesinge2013-10-10
* Clib: fold_left_until added to CListGravatar gareuselesinge2013-10-10
* STM: new command "Stm PrintDag" to force printing the dag to /tmpGravatar gareuselesinge2013-10-07
* STM: fix verbosity of queriesGravatar gareuselesinge2013-10-07
* STM: spit a warning if an out of bound Back* command is issuedGravatar gareuselesinge2013-10-07
* coqtop: init STM before loading rcfileGravatar gareuselesinge2013-10-07
* Removing uses of Evar.add in class-related functions.Gravatar ppedrot2013-10-06
* Removing dubious use of evarmap manipulating functions in printingGravatar ppedrot2013-10-05
* Moving side effects into evar_map. There was no reason to keep anotherGravatar ppedrot2013-10-05
* STM: understand -coq-slaves-opts extra-env=VAR=valGravatar gareuselesinge2013-10-03
* STM: if -coq-slaves off really imitate the old CoqIDEGravatar gareuselesinge2013-10-03
* STM: add options to disable fallbacks to ease regression testingGravatar gareuselesinge2013-10-03
* Regression test suite for STMGravatar gareuselesinge2013-10-03
* STM: number of slaves passed by the command lineGravatar gareuselesinge2013-10-03
* STM: avoid "kill 9 pid" if we know the slave diedGravatar gareuselesinge2013-10-03
* STM: delegate proofs to slaves only if they are not trivialGravatar gareuselesinge2013-10-03
* STM: take a shallow snapshot for the first proof stepGravatar gareuselesinge2013-10-03
* STM: fully force a proof ourput before sending it back to the masterGravatar gareuselesinge2013-10-01
* STM: better error messages in case of marshal failureGravatar gareuselesinge2013-10-01
* STM: fix reporting of ongoing tasksGravatar gareuselesinge2013-10-01
* STM: exceptions caming from slaves are now localizedGravatar gareuselesinge2013-10-01
* STM: Unix.kill can failGravatar gareuselesinge2013-10-01
* STM: better handle proof modesGravatar gareuselesinge2013-09-30
* STM: some refactoring, support revised CoqIDE protocolGravatar gareuselesinge2013-09-30
* CoqIDE ported to the revides protocolGravatar gareuselesinge2013-09-30
* Removing a bunch of generic equalities.Gravatar ppedrot2013-09-27
* Made the filename of compiled files explicit, i.e. add a ./ prefixGravatar ppedrot2013-09-19
* Get rid of the uses of deprecated OCaml elements (still remaining compatible ...Gravatar xclerc2013-09-19
* At least made the evar type opaque! There are still 5 remaining unsafeGravatar ppedrot2013-09-18
* Removing almost all new_untyped_evar, and a bunch of Evd.add.Gravatar ppedrot2013-09-18
* STM pretty printer should never failGravatar gareuselesinge2013-09-13
* fix STM feeback on running jobsGravatar gareuselesinge2013-09-13
* Unplugging Autoinstance. The code is still here if someone wishesGravatar ppedrot2013-09-12
* CoqIDE: show number of proofs being checked in backgroundGravatar gareuselesinge2013-09-12
* Unknown commands starting a proof were not setting the proof mode.Gravatar gareuselesinge2013-09-12
* Remove outdated commentGravatar gareuselesinge2013-09-12
* VernacList handling was lost in STM mergeGravatar gareuselesinge2013-09-12
* Temporary fix of emacs mode for ProofGeneralGravatar letouzey2013-09-10
* Moving Searchstack to CStack, and normalizing names a bit.Gravatar ppedrot2013-09-06
* Partly replacing list-based access functions in Evd. This is stillGravatar ppedrot2013-09-03
* summary for ML modules made correctGravatar gareuselesinge2013-08-30
* Make the jopin-document button wait for slaves to terminateGravatar gareuselesinge2013-08-30
* When PG is used as interface behave as before STMGravatar gareuselesinge2013-08-30
* ind_tables: properly handling side effectsGravatar gareuselesinge2013-08-30
* Stm: if slave process dies badly go back to local lazy evaluationGravatar gareuselesinge2013-08-30