aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2021-04-04that's probably good enough for 0.5.00.5.0Melody Horn-2/+11
2021-04-04prevent circular inference chainsMelody Horn-19/+15
2021-04-04print built-in inference rules too, just laterMelody Horn-1/+5
2021-04-04give .SUFFIXES to file readers for disambiguatingMelody Horn-0/+21
2021-04-04add SPDX testMelody Horn-1/+11
2021-04-04improve replacement in macro tokensMelody Horn-8/+32
2021-04-04auto-yeet spaces after comma between function argumentsMelody Horn-3/+6
2021-04-04add more function testsMelody Horn-0/+96
2021-04-04don't assume something's an inference rule unless it's on the suffix listMelody Horn-4/+35
2021-04-04implement `or` functionMelody Horn-0/+17
2021-04-04implement `and` functionMelody Horn-4/+18
2021-04-04implement `strip` functionMelody Horn-0/+11
2021-04-04no thoughts. head emptyMelody Horn-5/+33
2021-04-04keep track of pattern stem to correctly populate `$*`Melody Horn-10/+21
2021-04-04prevent rule reuse in inference chainsMelody Horn-71/+94
2021-04-04add a unit test for `%`-matching in inference rulesMelody Horn-0/+17
2021-04-04😔Melody Horn-1/+1
2021-04-04add a CPython full-testMelody Horn-1/+13
2021-04-04logging!Melody Horn-0/+76
2021-04-04let % in patterns match *anything*Melody Horn-2/+2
2021-04-04force patterns to match full textMelody Horn-3/+4
2021-04-04fix $< so it's only one fileMelody Horn-1/+2
2021-04-04point MAKE builtin macro at full path, not just nameMelody Horn-4/+7
2021-04-04add a test for suffix rule matchingMelody Horn-0/+15
2021-04-03that's good enough for 0.4.00.4.0Melody Horn-2/+9
2021-04-03fine, rustc, here's your fuckin underscoreMelody Horn-1/+1
2021-04-03clarify statusMelody Horn-4/+13
2021-04-03implement .PHONY special targetMelody Horn-0/+4
2021-04-03don't fail the build when uutils tests failMelody Horn-1/+3
2021-04-03deprioritize builtin inference rulesMelody Horn-1/+4
2021-04-03install sphinx in the uutils testMelody Horn-0/+1
2021-04-03only allow inferred prereq targets if they already existedMelody Horn-1/+3
2021-04-03expand automated testsMelody Horn-0/+24
2021-04-03don't fuck up suffix rulesMelody Horn-2/+2
2021-04-03don't lose the eval stackMelody Horn-2/+2
2021-04-03do not infinitely recurse everMelody Horn-1/+15
2021-04-03handle comments better in confusing situationsMelody Horn-10/+11
2021-04-03don't try to build anything if we're printing everythingMelody Horn-13/+12
2021-04-03finally fix newlines & peekingMelody Horn-8/+37
2021-04-03enable pattern matching on POSIX since we're using that now for suffix rulesMelody Horn-1/+0
2021-04-03implement GNUish '%'-based inference rulesMelody Horn-37/+106
2021-04-03fix next_line_if so it isn't greedy with escaped newlinesMelody Horn-9/+24
2021-04-03don't doc the small stuffMelody Horn-2/+5
2021-04-03make LineNumbers bounds non-uglyMelody Horn-9/+13
2021-04-03no single-function modulesMelody Horn-87/+63
2021-04-03call it 0.3.00.3.0Melody Horn-3/+12
2021-04-03look for `GNUmakefile` if not in POSIX modeMelody Horn-18/+13
2021-04-03don't break the POSIX build oopsMelody Horn-2/+0
2021-04-03correctly inherit macrosMelody Horn-27/+55
2021-04-03add error indicator for target being updatedMelody Horn-1/+2