| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-06 | Simplifyexternals/el-job | Martin Edström | |
| Prolly no need to divide num-processors by half after all. | |||
| 2026-03-06 | Release version 2.7.4 | Martin Edström | |
| 2026-03-06 | Max 15 processes on Windows to prevent errors Emacs <=30 | Martin Edström | |
| The total max subprocesses is 32, according to this link: https://github.com/emacs-mirror/emacs/commit/e02466a579a58fceda33ad51d822e39543bc883c So 15 to leave some space for other subprocesses. | |||
| 2026-03-02 | Style | Martin Edström | |
| 2026-02-28 | test | Martin Edström | |
| 2026-02-28 | Revert "Remove old test" | Martin Edström | |
| This reverts commit e44e6acf1bb082233c390786ae1a5721bbcb1f63. | |||
| 2026-02-28 | Remove old test | Martin Edström | |
| 2026-02-28 | Potential fix | Martin Edström | |
| Ref: https://github.com/meedstrom/org-mem/issues/31 | |||
| 2026-02-28 | Style | Martin Edström | |
| 2026-02-22 | Release version 2.7.3 | Martin Edström | |
| 2026-02-22 | Fix: Do not force a coding system during :funcall-per-input | Martin Edström | |
| 2026-02-19 | Release version 2.7.2 | Martin Edström | |
| 2026-01-28 | Allow empty inputs | Martin Edström | |
| 2026-01-27 | Inform if Emacs seems unable to create processes | Martin Edström | |
| Inspired by https://github.com/meedstrom/org-node/issues/96 Add el-job-ng--supported-p | |||
| 2026-01-27 | Prevent el-job-ng-kill from running the sentinel again | Martin Edström | |
| Does not matter much since we already handle it in the sentinel, but could feasibly prevent cases of printing a message N-cores times instead of once. | |||
| 2026-01-27 | Move code | Martin Edström | |
| The macro needs be defined early for upcoming subroutine el-job-ng--supported-p. | |||
| 2026-01-27 | Stop loading el-job-old | Martin Edström | |
| 2026-01-27 | Try to handle sentinel being called with a nil process(?) | Martin Edström | |
| 2026-01-24 | Release version 2.7.1 | Martin Edström | |
| 2026-01-24 | Fix wrong-type-argument listp | Martin Edström | |
| 2026-01-23 | Release version 2.7.0 | Martin Edström | |
| 2026-01-23 | Fix tests | Martin Edström | |
| 2026-01-23 | Delete el-job-child.el | Martin Edström | |
| 2026-01-23 | Docs comments | Martin Edström | |
| 2026-01-23 | Style | Martin Edström | |
| 2026-01-23 | Fix | Martin Edström | |
| 2026-01-23 | Allow injecting any value | Martin Edström | |
| 2026-01-23 | Rename | Martin Edström | |
| 2026-01-23 | Update Commentary | Martin Edström | |
| 2026-01-23 | Remove unnecessary aliases | Martin Edström | |
| 2026-01-23 | Fixes | Martin Edström | |
| 2026-01-23 | Polish | Martin Edström | |
| 2026-01-23 | Add tests for split-{optimally,evenly} | Martin Edström | |
| 2026-01-23 | Update el-job-ng-debug-run | Martin Edström | |
| 2026-01-23 | Fix order of items and add a test | Martin Edström | |
| 2026-01-23 | Fix internal error, toggle do-bench instead of signaling | Martin Edström | |
| 2026-01-23 | Add el-job-parallel-mapcar | Martin Edström | |
| 2026-01-23 | Use defclass instead of cl-defstruct | Martin Edström | |
| Defstruct defines too many functions like el-job-ng--job-stderr that are confusable with el-job-ng-stderr which we also have. | |||
| 2026-01-22 | Stop injecting value of temporary-file-directory | Martin Edström | |
| Not strictly necessary. Do less not more. | |||
| 2026-01-22 | Simplify | Martin Edström | |
| 2026-01-22 | Pass args to :callback same order as :inputs | Martin Edström | |
| See explanation in 4fe6b604eab17d18f290d9d99d3e781725d614c0 | |||
| 2026-01-22 | Simplify | Martin Edström | |
| 2026-01-22 | Polish | Martin Edström | |
| 2026-01-22 | Style | Martin Edström | |
| 2026-01-22 | Expunge debug extensions to own file | Martin Edström | |
| 2026-01-22 | Remove poorly named el-job-ng-job | Martin Edström | |
| An alias was added a few commits ago | |||
| 2026-01-22 | More specific assertions | Martin Edström | |
| 2026-01-22 | Polish | Martin Edström | |
| 2026-01-22 | Add job id to the debug info | Martin Edström | |
| 2026-01-22 | Stop relying on buffer-local value | Martin Edström | |
| Ran into a case where the process buffer is killed for some reason long before sentinel is called (and yes the sentinel gets called anyway) | |||
