]> code.delx.au - gnu-emacs-elpa/history - async-bytecomp.el
Handle errors file by file instead of returning on first error.
[gnu-emacs-elpa] / async-bytecomp.el
2016-04-30 Thierry VolpiattoUnquote all callbacks.
2016-04-27 Thierry VolpiattoSwitch to lexical-binding.
2016-01-08 John WiegleyAssign copyrights to the FSF, add autoloads file
2016-01-08 Thierry VolpiattoDeclare package-alist in async-bytecomp..
2016-01-08 Thierry VolpiattoParse also `package-alist` when getting dependencies...
2015-09-08 Thierry VolpiattoAdd to load-path and load only async.
2015-09-08 Thierry VolpiattoAdd async to load-path when recompiling itself.
2015-09-08 Thierry VolpiattoMerge branch 'master' of github.com:jwiegley/emacs...
2015-09-08 Thierry VolpiattoDon't call package-activate-1 in package--compile.
2015-08-18 Thierry VolpiattoCheck if pkg is member of package-archive-contents...
2015-08-18 Thierry VolpiattoCheck if package-archive-contents is populated (#51).
2015-08-08 John WiegleyMerge pull request #50 from tarsius/master
2015-08-07 Jonas BernoulliAdd magit to async-bytecomp-allowed-package.
2015-07-17 Thierry VolpiattoAdd more helm packages to compile async.
2015-05-29 Thierry VolpiattoNo message on startup when quiet.
2015-05-18 Thierry Volpiatto* async-bytecomp.el: Add autoload cookies.
2015-05-15 Thierry VolpiattoNew mode async-bytecomp-package-mode.
2015-04-13 Thierry Volpiattoasync-bytecomp-allowed-packages should be a list of...
2015-04-12 Thierry Volpiatto* async-bytecomp.el (package--compile): Fix typo.
2015-04-12 Thierry VolpiattoAllow setting async-bytecomp-get-allowed-pkgs to compil...
2015-04-12 Thierry VolpiattoDon't use package--get-deps that doesn't handle non...
2015-04-12 Thierry VolpiattoUse package--get-deps to get packages dependencies.
2015-02-04 Thierry VolpiattoDon't run the loop when async-bytecomp-allowed-packages...
2014-12-30 Thierry VolpiattoFix doctring (#46).
2014-12-30 Thierry VolpiattoAsync compile also dependendies (#46).
2014-12-30 Thierry VolpiattoAllow customizing which packages compile async (#46).
2014-12-25 Thierry VolpiattoUnbound async-byte-recompile-directory when reinstallin...
2014-12-23 Thierry VolpiattoMerge branch 'master' of github.com:jwiegley/emacs...
2014-12-23 Thierry VolpiattoUse always the args 0 and force for byte-recompile...
2014-12-23 Thierry VolpiattoInject bytecomp variables (#44).
2014-12-21 Thierry VolpiattoUse cl-incf and don't compile test file.
2014-10-01 Thierry Volpiatto* async-bytecomp.el (package--compile): load async...
2014-09-30 Thierry Volpiatto* async-bytecomp.el: emacs-24 indent.
2014-09-30 Thierry Volpiatto* async-bytecomp.el: Be quiet when compiling for elpa.
2014-09-30 Thierry Volpiatto* async-bytecomp.el: Fix callback.
2014-09-29 Thierry Volpiatto* async-bytecomp.el: Send errors in single buffer ...
2014-09-21 Thierry Volpiatto* async-bytecomp.el: Add comment.
2014-09-19 Thierry VolpiattoMerge branch 'master' of github.com:jwiegley/emacs...
2014-09-14 Thierry Volpiatto* async-bytecomp.el: Fix comment.
2014-09-14 Thierry Volpiatto* async-bytecomp.el: Use only load.
2014-09-12 Thierry VolpiattoAdd comments, no--code-change.
2014-09-12 Thierry Volpiatto* async-bytecomp.el: Revert previous change in package...
2014-09-12 Thierry Volpiatto* async.el: Fix recompilation of async dir.
2014-09-10 Thierry VolpiattoRemove version number in all files.
2014-09-10 Thierry Volpiatto* async-bytecomp.el: New file.