aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-seq-compile.el
Commit message (Collapse)AuthorAge
* Should fix #49 and #55 (compilation of From .. Require).Gravatar Pierre Courtieu2016-03-08
|
* Automatically detect which version of Coq we're usingGravatar Clément Pit--Claudel2016-01-14
|
* Refactor the project file parsing codeGravatar Clément Pit--Claudel2016-01-14
|
* Fixing coq-prog-arg for auto compilation.Gravatar Pierre Courtieu2015-12-14
|
* coq-pre-v85 option to fix coqdep invocation in [compile before require].Gravatar Pierre Courtieu2015-11-02
| | | | | | Command line options changed heavily betwenn 8.4 and 8.5. We need an option to force V8.4 in some cases, mainly to infer the right coqtop/coqdep invocations.
* - first version of parallel asynchronous compilation for coq inGravatar Hendrik Tews2012-11-13
| | | | | | | | | | | | | | coq-par-compile.el (must be activated via coq-compile-parallel-in-background) - items in the queue region are not necessarily in proof-action-list any more! Require commands and the following items are stored elsewhere until the compilation finishes. Variable proof-second-action-list-active notifies the generic machinery if queue items are stored elsewhere. In this case, Proof General must neither release the proof shell lock nor delete the queue span when proof-action-list is empty. - to kill background processes as early as possible, the new hook proof-shell-signal-interrupt-hook is used
* move ancestor locking back into specific partGravatar Hendrik Tews2012-11-06
|
* move ancestor locking/unlocking to coq-compile-commonGravatar Hendrik Tews2012-11-05
|
* fix seq-seq misspellingGravatar Hendrik Tews2012-11-05
|
* move buffer saving to coq-compile-commonGravatar Hendrik Tews2012-11-05
|
* make coq-include-options independent of current bufferGravatar Hendrik Tews2012-11-03
|
* move another 2 functions into coq-compile-commonGravatar Hendrik Tews2012-11-03
|
* move function for coq-compile-response-buffer to coq-compile-common.elGravatar Hendrik Tews2012-11-01
|
* rename entities in coq-seq-compileGravatar Hendrik Tews2012-10-30
|
* move some more material into coq-compile-commonGravatar Hendrik Tews2012-10-30
|
* move general part of compilation into coq-compile-common.elGravatar Hendrik Tews2012-10-30
|
* move coq compilation into coq/coq-seq-compile.elGravatar Hendrik Tews2012-10-30