aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* CoqIDE: cStack -> DocumentGravatar gareuselesinge2013-10-07
* cStack: make it just a Stack with some extra APIGravatar gareuselesinge2013-10-07
* Removing useless evar code.Gravatar ppedrot2013-10-06
* Added a [modify] function to maps.Gravatar ppedrot2013-10-06
* 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
* Fixing potential evar leak in Rewrite, and removing dead code.Gravatar ppedrot2013-10-05
* Fixing potential evar leak in Equality.Gravatar ppedrot2013-10-05
* Splitting Class_tactics between code and CAMLP4/5 declarations.Gravatar ppedrot2013-10-04
* Fix comment for new string syntax (OCaml trunk).Gravatar xclerc2013-10-04
* A shallow copy of a pre_env does not contain the vm cacheGravatar gareuselesinge2013-10-03
* 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
* CoqIDE: when jumping to an error also move the cursorGravatar 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
* CoqIDE: when checking the whole document, center script view on errorGravatar gareuselesinge2013-10-01
* CoqIDE: fixed advance_until wrt unfocusingGravatar gareuselesinge2013-10-01
* typoGravatar gareuselesinge2013-10-01
* demo file for paral-itpGravatar gareuselesinge2013-10-01
* CoqIDE: do not print cmd_stack too oftenGravatar gareuselesinge2013-10-01
* 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
* CoqIDE: do not fail hard if a message is asynchronousGravatar gareuselesinge2013-10-01
* STM: Unix.kill can failGravatar gareuselesinge2013-10-01
* CoqIDE: fix reset initialGravatar gareuselesinge2013-10-01
* CoqIDE: use #present to raise error windowGravatar gareuselesinge2013-09-30
* Backtrace.record_backtrace in CoqIDE tooGravatar gareuselesinge2013-09-30
* CoqIDE: wg_Tooltip removed, new tooltip handlingGravatar gareuselesinge2013-09-30
* STM: better handle proof modesGravatar gareuselesinge2013-09-30
* fake_ide: call Coq.init as the first actionGravatar gareuselesinge2013-09-30
* ideutils: stock_to_widget was ignoring the ~size argumentGravatar gareuselesinge2013-09-30
* wg_Command: detachable, less "from the 80s", query paneGravatar gareuselesinge2013-09-30
* wg_Session: fix copy/paste of tagged textGravatar gareuselesinge2013-09-30
* STM: some refactoring, support revised CoqIDE protocolGravatar gareuselesinge2013-09-30
* CoqIDE ported to the revides protocolGravatar gareuselesinge2013-09-30
* fake_ide ported to the new protocol (FIXME tests fail)Gravatar gareuselesinge2013-09-30
* CoqIDE protocol/serialization revisedGravatar gareuselesinge2013-09-30
* lib/cstack: various improvementsGravatar gareuselesinge2013-09-30
* lib/vcs: various improvementsGravatar gareuselesinge2013-09-30
* lib/dag: various improvementsGravatar gareuselesinge2013-09-30
* lib/future: computations that are Exn can be replacedGravatar gareuselesinge2013-09-30
* Made rewrite tactic strategies pure. They were using quite uglilyGravatar ppedrot2013-09-28