aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel
Commit message (Expand)AuthorAge
* Moving potentially costly computation from exception raising to messageGravatar ppedrot2013-10-22
* STM: proper error message if the GUI edits_at a dummy stateGravatar gareuselesinge2013-10-22
* STM: do not enrich exceptions more than onceGravatar gareuselesinge2013-10-22
* STM: send the gui the status of the slavesGravatar gareuselesinge2013-10-22
* Coqtop: fix looping over a broken state.Gravatar gareuselesinge2013-10-18
* declaration_hooks use EphemeronGravatar gareuselesinge2013-10-18
* Future: ported to Ephemeron + exception enhancingGravatar gareuselesinge2013-10-18
* STM: not optimize proofs containing an UndoGravatar gareuselesinge2013-10-18
* 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