Age | Commit message (Expand) | Author | Files | Lines |
2023-05-31 | r/6224 chore: remove comments formerly meant for alignment | sterni | 1 | -1/+0 |
2022-09-28 | r/4980 chore(3p/sources): Bump channels & overlays | sterni | 1 | -5/+5 |
2022-09-20 | r/4934 refactor(nix/buildLisp/tests/argv0): use derivation for tests | sterni | 1 | -35/+57 |
2022-08-30 | r/4546 feat(nix/buildLisp): re-enable CCL | sterni | 1 | -2/+1 |
2022-06-01 | r/4200 fix(nix/buildLisp): resolve eval problem in ccl code | sterni | 1 | -2/+2 |
2022-05-27 | r/4149 chore(3p/sources): Bump channels & overlays | sterni | 1 | -1/+2 |
2022-05-04 | r/4003 chore(3p/sources): Bump channels & overlays | sterni | 1 | -2/+1 |
2022-04-11 | r/3942 chore(3p/sources): Bump channels & overlays | sterni | 1 | -1/+2 |
2022-02-13 | r/3812 chore(3p/sources): Bump channels & overlays | sterni | 1 | -2/+1 |
2022-02-07 | r/3785 chore(nix/buildLisp): meta.targets -> meta.ci.targets | Vincent Ambo | 2 | -2/+4 |
2022-02-04 | r/3767 chore(3p): Bump NixOS channels and emacs overlay to 2022-02-03 | sterni | 1 | -1/+2 |
2022-02-02 | r/3745 fix(nix/buildLisp): make uiop:argv0 work also for ccl and sbcl | sterni | 2 | -1/+46 |
2022-01-31 | r/3723 style: format entire depot with nixpkgs-fmt | Vincent Ambo | 2 | -131/+165 |
2022-01-28 | r/3692 feat(3p/overlays/ecl-static): 21.2.1 -> 1c98924 | sterni | 1 | -4/+3 |
2022-01-19 | r/3634 fix(nix/buildLisp): use filtered deps for native deps in testSuite | sterni | 1 | -1/+1 |
2021-12-20 | r/3328 fix(nix/buildLisp): don't emit a target for impl used at top level | sterni | 1 | -1/+1 |
2021-09-12 | r/2852 fix(nix/buildLisp): preserve argv[0] in buildLisp.program | sterni | 1 | -7/+6 |
2021-08-26 | r/2779 docs(nix/buildLisp): document NIX_BUILDLISP_LISP_ARGS | sterni | 1 | -0/+24 |
2021-08-26 | r/2778 docs(nix/buildLisp): move example further up | sterni | 1 | -29/+29 |
2021-08-26 | r/2777 fix(nix/buildLisp): prevent image loader from parsing arguments | sterni | 1 | -3/+22 |
2021-08-24 | r/2774 docs(nix/buildLisp): document recent changes to buildLisp | sterni | 1 | -10/+119 |
2021-08-24 | r/2773 feat(nix/buildLisp): pass implementation description instead of name | sterni | 1 | -30/+32 |
2021-08-24 | r/2772 feat(nix/buildLisp): add ccl | sterni | 1 | -1/+103 |
2021-08-24 | r/2771 feat(nix/buildLisp): add ecl | sterni | 1 | -4/+157 |
2021-08-24 | r/2770 feat(nix/buildLisp): expose drvs built w/ the other implementations | sterni | 1 | -10/+48 |
2021-08-24 | r/2769 feat(nix/buildLisp): implementation specific deps and srcs | sterni | 1 | -13/+67 |
2021-08-24 | r/2768 feat(nix/buildLisp): allow implementation-specifc bundled functions | sterni | 1 | -6/+32 |
2021-08-24 | r/2767 refactor(nix/buildLisp): prepare multi implementation support | sterni | 1 | -105/+188 |
2021-08-12 | r/2722 docs(nix/buildLisp): mention drawback of non-parallel compilation | sterni | 1 | -0/+4 |
2021-08-10 | r/2716 fix(nix/buildLisp): remove misplaced `makeOverridable`s | sterni | 1 | -2/+1 |
2021-08-01 | r/2701 refactor(nix/buildLisp): use passthru for extra attributes | sterni | 1 | -15/+17 |
2020-11-08 | r/1873 fix(buildLisp): Override LANG in sbclWith for misconfigured machines | Vincent Ambo | 1 | -1/+2 |
2020-08-23 | r/1706 feat(nix/buildLisp): Expose an sbcl attribute | Griffin Smith | 1 | -4/+6 |
2020-07-27 | r/1492 feat(nix/buildLisp): Add abstraction for test suites | Griffin Smith | 2 | -50/+142 |
2020-07-26 | r/1487 fix(nix/buildLisp): Set LANG to C.UTF-8 on program builds | Griffin Smith | 1 | -0/+1 |
2020-07-06 | r/1228 fix(buildLisp): use full store path in FASL output pathnames | eta | 1 | -1/+1 |
2020-02-21 | r/559 chore: Rename pkgs->depot in all Nix file headers | Vincent Ambo | 2 | -5/+4 |
2020-01-29 | r/473 fix(nix/buildLisp): Ensure SBCL uses UTF-8 encoding | Vincent Ambo | 1 | -0/+1 |
2020-01-29 | r/471 docs(nix/buildLisp): Update the README with actual docs | Vincent Ambo | 1 | -11/+86 |
2020-01-26 | r/461 feat(nix/buildLisp): Add 'bundled' function for built-in libraries | Vincent Ambo | 1 | -0/+8 |
2020-01-24 | r/455 chore(buildLisp): use lib.optionalString where applicable | edef | 1 | -4/+1 |
2020-01-17 | r/386 fix(nix/buildLisp): Don't load binaries in sbclWith | Vincent Ambo | 1 | -3/+11 |
2020-01-17 | r/385 feat(nix/buildLisp): Support passing programs to sbclWith | Vincent Ambo | 1 | -1/+1 |
2020-01-09 | r/365 fix(buildLisp): Wrap executables to set load paths correctly | Vincent Ambo | 2 | -16/+10 |
2020-01-09 | r/364 feat(buildLisp): Initial implementation of foreign library loading | Vincent Ambo | 1 | -9/+46 |
2020-01-09 | r/355 fix(buildLisp): Perform a topological sort of dependencies | Vincent Ambo | 1 | -8/+7 |
2020-01-08 | r/351 fix(buildLisp): Cursed code to fix load ordering | Vincent Ambo | 1 | -10/+23 |
2020-01-08 | r/350 feat(buildLisp): Add initial, tiny example program | Vincent Ambo | 3 | -0/+45 |
2020-01-08 | r/349 feat(buildLisp): Implement buildLisp.program to dump executables | Vincent Ambo | 1 | -4/+30 |
2020-01-08 | r/348 refactor(buildLisp): Inline dependency loading in genCompileLisp | Vincent Ambo | 1 | -35/+44 |