Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-04-03 | Drop ccache support. | Lucía Andrea Illanes Albornoz | 1 | -1/+1 | |
2023-03-31 | Generalise sofort subr.pkg/pkg_configure.subr code. | Lucía Andrea Illanes Albornoz | 1 | -48/+21 | |
2023-03-30 | Delete ${DEFAULT_RPM_JOBS_SEMAPHORE} on init. | Lucía Andrea Illanes Albornoz | 1 | -1/+2 | |
2023-03-30 | Limit parallel rpmbuild(1) jobs to 1. | Lucía Andrea Illanes Albornoz | 1 | -0/+1 | |
2023-03-30 | Fix stripping. | Lucía Andrea Illanes Albornoz | 1 | -2/+1 | |
2023-03-28 | subr.pkg/pkg_configure.subr: fix typo. | Lucía Andrea Illanes Albornoz | 1 | -1/+1 | |
2023-03-28 | subr.ex/ex_rtl_configure.subr:ex_rtl_configure_cmake(): correctly process ↵ | Lucía Andrea Illanes Albornoz | 1 | -4/+6 | |
@_build_{kind,type}. subr.pkg/pkg_configure.subr: correctly pass @_build_{kind,type}. | |||||
2023-03-28 | subr.pkg/pkg_configure.subr: correctly pass ${ARG_CCACHE:-}. | Lucía Andrea Illanes Albornoz | 1 | -1/+1 | |
2023-03-27 | Generalise subr.pkg/pkg_configure_autotools.subr code. | Lucía Andrea Illanes Albornoz | 5 | -104/+23 | |
2023-03-27 | Generalise subr.pkg/*.subr code. | Lucía Andrea Illanes Albornoz | 7 | -221/+49 | |
2023-03-26 | Generalise {configure,make} code. | Lucía Andrea Illanes Albornoz | 4 | -316/+123 | |
2023-03-23 | Implements ccache integration, pt. II. | Lucía Andrea Illanes Albornoz | 4 | -51/+179 | |
2023-03-21 | Document subr.rtl/*.subr functions, pt. IV. | Lucía Andrea Illanes Albornoz | 4 | -24/+30 | |
2023-03-21 | Document subr.rtl/*.subr functions, pt. III. | Lucía Andrea Illanes Albornoz | 1 | -1/+1 | |
2023-03-20 | Document subr.rtl/*.subr functions, pt. I. | Lucía Andrea Illanes Albornoz | 1 | -3/+3 | |
2023-03-20 | Correctly pass ccache to CMake. | Lucía Andrea Illanes Albornoz | 1 | -1/+17 | |
2023-03-20 | Speed up RPM packaging compression. | Lucía Andrea Illanes Albornoz | 1 | -0/+3 | |
2023-03-13 | Followup to <fd38dc025f5d31890abbf3d48c597114203b1421>. | Lucía Andrea Illanes Albornoz | 2 | -77/+15 | |
2023-03-13 | Followup to <fd38dc025f5d31890abbf3d48c597114203b1421>. | Lucía Andrea Illanes Albornoz | 2 | -9/+8 | |
2023-03-13 | Move patches & vars pathname defaults handling into subr.ex/ex_pkg.subr. | Lucía Andrea Illanes Albornoz | 2 | -22/+27 | |
2023-03-13 | subr.pkg/pkg_configure_patch_pre.subr: fix typo. | Lucía Andrea Illanes Albornoz | 1 | -2/+2 | |
2023-02-19 | Add copyright legends to all files. | Lucía Andrea Illanes Albornoz | 18 | -0/+18 | |
2023-02-18 | Add textwidth=0 to Vim modelines. | Lucía Andrea Illanes Albornoz | 17 | -17/+17 | |
2023-02-17 | Make everything a bit faster. | Lucía Andrea Illanes Albornoz | 18 | -0/+1090 | |
0) Issues several prayers and sacrifices to Enki under threat of a terrible deluge sent down by Ellil 1) Convert fork-write/read exprs to be non-forking 2) Pass mostly everything by reference 3) Don't bother cleaning the variable namespace because Bourne shell is an abomination 4) Removes broken ./pkgtool.sh -s, --restart-at, --update-diff & ./build.sh --dump-{in,on-abort} 5) Cleanup |