Age | Commit message (Expand) | Author | Lines |
2021-04-14 | implement potentially-mixed-quoted conditional args | Melody Horn | -10/+43 |
2021-04-14 | install lex & yacc for linux test | Melody Horn | -0/+1 |
2021-04-14 | never try twice to infer a target | Melody Horn | -0/+8 |
2021-04-14 | add a test for export assignment | Melody Horn | -0/+17 |
2021-04-14 | always give a target with commands the first prereqs | Melody Horn | -8/+23 |
2021-04-14 | correctly handle lines that start with `export_` | Melody Horn | -2/+2 |
2021-04-14 | trace unexpanded command line | Melody Horn | -0/+1 |
2021-04-14 | trace macro expansion, including source | Melody Horn | -0/+6 |
2021-04-14 | name the strip_prefix argument prefix oops | Melody Horn | -2/+2 |
2021-04-14 | make include/export/unexport their own line types & implement export+assign | Melody Horn | -84/+112 |
2021-04-14 | ensure trailing / in dir output | Melody Horn | -2/+10 |
2021-04-14 | move outer RefCell into DynamicTargetSet | Melody Horn | -28/+25 |
2021-04-14 | give targets an encapsulated set like macros have | Melody Horn | -63/+141 |
2021-04-14 | use full pattern matching for $(x:y%z=z%a) macro substitution | Melody Horn | -12/+53 |
2021-04-14 | always recurse when in dry-run etc mode | Melody Horn | -2/+16 |
2021-04-14 | don't break the posix tests oops | Melody Horn | -1/+0 |
2021-04-14 | add command-line arguments to MAKEFLAGS so they get inherited by recursive calls | Melody Horn | -1/+36 |
2021-04-14 | define MAKE even if using no-builtins | Melody Horn | -1/+12 |
2021-04-14 | keep track of sources for inference rules too | Melody Horn | -43/+86 |
2021-04-14 | now that xbps tests pass, keep them that way | Melody Horn | -1/+1 |
2021-04-14 | only offer -C flag on full build | Melody Horn | -0/+17 |
2021-04-14 | add -C flag to change directory before starting | Melody Horn | -0/+8 |
2021-04-14 | don't double-prune comments if there was an escaped # | Melody Horn | -6/+5 |
2021-04-13 | i think we're about due for a release again0.7.0 | Melody Horn | -2/+7 |
2021-04-13 | test on libarchive | Melody Horn | -1/+13 |
2021-04-13 | prefer a full-line comment to a partial-line comment given the choice | Melody Horn | -1/+1 |
2021-04-13 | apparently the libarchive tests are brittle | Melody Horn | -1/+1 |
2021-04-13 | don't clobber .SUFFIXES when an include finishes | Melody Horn | -5/+17 |
2021-04-13 | spell SUFFIXES correctly smdh | Melody Horn | -6/+26 |
2021-04-13 | what even is comment processing anyway | Melody Horn | -1/+22 |
2021-04-13 | correctly handle comments and non-comments | Melody Horn | -20/+75 |
2021-04-13 | what in the goddamn fuck | Melody Horn | -0/+37 |
2021-04-11 | test on xbps too | Melody Horn | -0/+18 |
2021-04-11 | add $^ for all prerequisites | Melody Horn | -1/+3 |
2021-04-11 | add more error context | Melody Horn | -6/+30 |
2021-04-07 | let macros in dependencies use $@ to get targets | Melody Horn | -1/+36 |
2021-04-06 | implement GNUful Static Pattern Rules | Melody Horn | -1/+30 |
2021-04-06 | skip rule-specific macros instead of trying to parse them as prereqs | Melody Horn | -1/+14 |
2021-04-06 | yknow what, fuck it, test ≈all of linux | Melody Horn | -0/+3 |
2021-04-06 | implement function `firstword` | Melody Horn | -0/+9 |
2021-04-06 | make ifdef respect parent definitions | Melody Horn | -1/+1 |
2021-04-06 | correctly categories not-found vs other errors in included files | Melody Horn | -14/+23 |
2021-04-06 | implement function `abspath` | Melody Horn | -0/+9 |
2021-04-06 | cut down on warning spam | Melody Horn | -4/+12 |
2021-04-06 | oops0.6.1 | Melody Horn | -2/+6 |
2021-04-06 | don't do exports on POSIX | Melody Horn | -3/+18 |
2021-04-06 | fix exports oops | Melody Horn | -4/+20 |
2021-04-06 | new version just dropped0.6.0 | Melody Horn | -2/+10 |
2021-04-06 | don't fail the CI if the linux test isn't working yet | Melody Horn | -0/+2 |
2021-04-06 | tighten up linux test | Melody Horn | -2/+1 |