summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/comp.el
Commit message (Expand)AuthorAgeFilesLines
* Make use of `comp-cstr-shallow-copy'Andrea Corallo2021-12-011-13/+3
* * lisp/emacs-lisp/comp.el (comp-trampoline-compile): Fix target dir.Andrea Corallo2021-10-161-1/+2
* * Fix `native-compile-target-directory' effectiveness on trampolinesAndrea Corallo2021-10-151-1/+3
* ; * lisp/emacs-lisp/comp.el (comp-trampoline-compile): Fix comment.Andrea Corallo2021-10-151-2/+2
* New function num-processorsPaul Eggert2021-10-101-14/+1
* * Fix `batch-native-compile' not to spawn a subprocessAndrea Corallo2021-10-041-4/+8
* ; * lisp/emacs-lisp/comp.el (batch-native-compile): Don't use non-ASCII.Eli Zaretskii2021-09-281-1/+1
* Make the build of source tarball produce *.eln filesEli Zaretskii2021-09-281-9/+16
* ; * lisp/emacs-lisp/comp.el (batch-native-compile): Doc fix.Eli Zaretskii2021-09-281-4/+5
* Don't quote nil and t in doc strings and commentsLars Ingebrigtsen2021-09-211-2/+2
* Improve doc strings of a recent commitEli Zaretskii2021-09-181-2/+3
* ; More stylistic docfixes in emacs-lisp/*.el found by checkdocStefan Kangas2021-09-181-1/+1
* ; * lisp/emacs-lisp/comp.el (native-comp-compiler-options): Doc fix.Eli Zaretskii2021-09-111-1/+1
* Add support for GCC compiler command-line optionsArthur Miller2021-09-101-0/+18
* * Forward `comp-file-preloaded-p' to async workersAndrea Corallo2021-08-271-1/+2
* ; * lisp/emacs-lisp/comp.el (native-comp-async-cu-done-functions): Doc fix.Eli Zaretskii2021-08-221-3/+3
* * Fix `native-compile-target-directory' effectiveness for async compilation.Andrea Corallo2021-08-171-1/+2
* Use string-replace instead of replace-regexp-in-stringMattias Engdegård2021-08-081-1/+1
* Fix print-length issue in comp-run-async-workersLars Ingebrigtsen2021-08-071-1/+3
* * Add `native-compile-target-directory' (bug#48743)Andrea Corallo2021-06-011-5/+9
* Rename batch-byte-native-compile-for-bootstrap (bug#48743)Andrea Corallo2021-06-011-5/+5
* * Make *Async-native-compile-log* buffer read-only (bug#48763)Andrea Corallo2021-05-311-3/+8
* Fix native-comp-async-report-warnings-errors :typeBasil L. Contovounesios2021-05-221-1/+1
* Add a 'silent option for native-comp-async-report-warnings-errorsEric Abrahamsen2021-05-161-10/+19
* * Rename comp-deferred-compilation-deny-listAndrea Corallo2021-05-111-3/+3
* Rename comp-eln-load-path → native-comp-eln-load-pathAndrea Corallo2021-05-061-10/+10
* Rename comp-warning-on-missing-sourceAndrea Corallo2021-05-061-1/+1
* Rename comp-native-driver-options → native-comp-driver-optionsAndrea Corallo2021-05-061-7/+7
* * Rename comp-async-query-on-exit → native-comp-async-query-on-exitAndrea Corallo2021-05-061-2/+2
* * Rename comp-async-report-warnings-errorsAndrea Corallo2021-05-061-2/+2
* * Rename comp-async-env-modifier-form → native-comp-async-env-modifier-formAndrea Corallo2021-05-061-3/+3
* * Rename comp-async-all-done-hook → native-comp-async-all-done-hookAndrea Corallo2021-05-061-3/+3
* * Rename comp-async-cu-done-functions → native-comp-async-cu-done-functionsAndrea Corallo2021-05-061-2/+2
* * Rename comp-async-jobs-number → native-comp-async-jobs-numberAndrea Corallo2021-05-061-5/+5
* Rename comp-never-optimize-functions → native-comp-never-optimize-functionsAndrea Corallo2021-05-061-3/+3
* Rename comp-bootstrap-deny-list → native-comp-bootstrap-deny-listAndrea Corallo2021-05-061-2/+2
* * Rename comp-always-compile → native-comp-always-compileAndrea Corallo2021-05-061-2/+2
* * Rename comp-verbose -> native-comp-verboseAndrea Corallo2021-05-061-6/+6
* Rename comp-debug -> native-comp-debugAndrea Corallo2021-05-061-4/+4
* Rename comp-speed -> native-comp-speedAndrea Corallo2021-05-061-9/+9
* * Rename comp-limple-mode -> native-comp-limple-modeAndrea Corallo2021-05-061-4/+4
* Rename feature `nativecomp' into `native-compile'Andrea Corallo2021-05-051-1/+1
* * Do not try to load unexistent eln file if async compilation was skippedAndrea Corallo2021-05-041-5/+8
* ; * lisp/emacs-lisp/comp.el: Fix typos. Add LocalWords.Stefan Kangas2021-04-271-21/+24
* Doc fixes for comp.elGlenn Morris2021-04-261-6/+6
* Fix some custom types in comp.elGlenn Morris2021-04-261-5/+5
* Rename abnormal hook to comp-async-cu-done-functionsStefan Kangas2021-04-271-6/+5
* Rework where `comp-ctxt' is defined.Andrea Corallo2021-04-261-2/+0
* * lisp/emacs-lisp/comp.el: Make it loadable in vanilla builds (bug#48021).Andrea Corallo2021-04-261-0/+2
* * lisp/emacs-lisp/comp.el (comp-known-type-specifiers): Fix string-search.Andrea Corallo2021-04-261-1/+1