index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
stm
/
asyncTaskQueue.ml
Commit message (
Expand
)
Author
Age
*
Bump year in headers.
Pierre-Marie Pédrot
2017-07-04
*
Silence a few OCaml warnings.
Guillaume Melquiond
2017-04-13
*
[stm] Remove edit_id.
Emilio Jesus Gallego Arias
2017-04-12
*
[pp] [ide] Minor cleanups in pp code.
Emilio Jesus Gallego Arias
2017-03-21
*
[pp] Make feedback the only logging mechanism.
Emilio Jesus Gallego Arias
2017-03-21
*
Fix a typo in STM universe communications.
Maxime Dénès
2017-01-30
*
AsyncTaskQueue: annotate debug feedback messages with worker id
Enrico Tassi
2016-09-13
*
feedback: support multiple feedback listeners
Enrico Tassi
2016-09-05
*
Merge branch 'v8.5' into v8.6
Pierre-Marie Pédrot
2016-09-02
|
\
|
*
Fix #4871 - interrupting par:abstract kills coqtop
Maxime Dénès
2016-08-30
*
|
errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...
Pierre Letouzey
2016-07-03
*
|
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-06-01
|
\
|
*
|
Feedback cleanup
Emilio Jesus Gallego Arias
2016-05-31
|
*
STM: fix argument filtering for slaves
Enrico Tassi
2016-05-27
*
|
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-03-18
|
\
|
|
*
Tentative fix for bug #4614: "Fully check the document" is uninterruptable.
Pierre-Marie Pédrot
2016-03-15
*
|
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-03-05
|
\
|
|
*
Rename Ephemeron -> CEphemeron.
Maxime Dénès
2016-03-04
*
|
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-01-21
|
\
|
|
*
Update copyright headers.
Maxime Dénès
2016-01-20
*
|
Merge remote-tracking branch 'origin/v8.5' into trunk
Guillaume Melquiond
2016-01-05
|
\
|
|
*
workers: purge short version of -load-vernac too (fix #4458)
Enrico Tassi
2016-01-04
*
|
Remove some unused functions.
Guillaume Melquiond
2016-01-02
*
|
Rich printing of messages.
Pierre-Marie Pédrot
2015-09-20
|
/
*
*Queue: API to wake up all threads
Enrico Tassi
2015-02-16
*
Update headers.
Maxime Dénès
2015-01-12
*
Inlining Spawn.kill_if in the one place were it was actually used, thus
Pierre-Marie Pédrot
2014-12-25
*
CoqIDE: cleanup jobs window on worker death
Enrico Tassi
2014-12-17
*
AsyncTaskQueue: simpler model (no parking area, continuation tasks)
Enrico Tassi
2014-12-17
*
CThread: use a different type for thread friendly in_channels
Enrico Tassi
2014-12-17
*
Getting rid of Exninfo hacks.
Pierre-Marie Pédrot
2014-12-16
*
AsyncTaskQueue: parsin can also happen in the workers now
Enrico Tassi
2014-11-27
*
AsyncTaskQueue: API to park a worker
Enrico Tassi
2014-11-27
*
Feedback: API cleaned up, documented and made user extensible
Enrico Tassi
2014-11-27
*
STM: code refactoring
Enrico Tassi
2014-11-03
*
STM: primitives to snapshot a .vi while in interactive mode
Enrico Tassi
2014-10-13
*
A marshalling failure does not make a worker `Old
Enrico Tassi
2014-09-09
*
coqworkmgr
Enrico Tassi
2014-09-02
*
Do not pass "-batch" or "-load-vernac-source" to slaves, avoiding errors in
Matthieu Sozeau
2014-08-26
*
STM: new "par:" goal selector, like "all:" but in parallel
Enrico Tassi
2014-08-05
*
STM: code restructured to reuse task queue for tactics
Enrico Tassi
2014-08-05