aboutsummaryrefslogtreecommitdiff
path: root/lib/control.ml
AgeCommit message (Collapse)Author
2014-08-05STM: code restructured to reuse task queue for tacticsEnrico Tassi
2014-07-10check_for_interrupt: better (but slower) in threading modeEnrico Tassi
Experimenting with PIDE I discovered that yield is not sufficient to have a rescheduling, hence the delay.
2014-06-21Less ocaml warnings.Hugo Herbelin
2014-06-08Timeout implementation for Windows based on threads.Pierre-Marie Pédrot
2014-06-07Moving a Thread.yield in check_interrupt.Pierre-Marie Pédrot
2014-06-07Adding a new Control file centralizing the control options of Coq.Pierre-Marie Pédrot