Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-12-18 | quote things in generated MAKEFLAGS to avoid suffering | Melody Horn | -6/+11 | |
2024-12-17 | don't irreversibly strip a leading ./ in get_target | Melody Horn | -1/+5 | |
2024-12-17 | don't fail inference if a missing dependency is .PHONY | Melody Horn | -1/+42 | |
2024-12-17 | allow commas within balanced parentheses in function args | Melody Horn | -3/+33 | |
i am miserable | ||||
2024-12-16 | don't strip comments in continued lines | Melody Horn | -11/+35 | |
i'm not actually sure if this is how GNU make works but it appears to be the behavior GNU make exhibits | ||||
2024-12-16 | add intcmp function | Melody Horn | -18/+220 | |
2024-12-16 | provide MAKEFLAGS as macro | Melody Horn | -0/+9 | |
2024-12-16 | retain --no-print-directory in MAKEFLAGS | Melody Horn | -2/+34 | |
2024-12-16 | lie about features to pass Linux make version check | Melody Horn | -3/+14 | |
2024-12-16 | use latest stable linux. go big or go home | Melody Horn | -1/+1 | |
2024-11-17 | propagate command line macros through MAKEFLAGS for recursive calls | Melody Horn | -15/+40 | |
2024-11-15 | that’s a version worth of progress0.8.0 | Melody Horn | -2/+12 | |
2024-11-15 | i’m breaking the full feature now, get on my level | Melody Horn | -1/+1 | |
2024-11-15 | implement secondary expansion | Melody Horn | -4/+21 | |
2024-11-15 | change rule logging | Melody Horn | -2/+6 | |
2024-11-15 | fix no default features | Melody Horn | -1/+2 | |
2024-11-13 | use prior LTS linux instead | Melody Horn | -1/+1 | |
in 5.15 something is empty that is probably not supposed to be empty, and it means makers defconfig fails although 5.15.x is what Alpine 3.17 (technically still supported for another week and a half) ships | ||||
2024-11-13 | fix attribute formatting | Melody Horn | -2/+11 | |
2024-11-13 | skip leading whitespace to find command line modifiers | Melody Horn | -1/+4 | |
2024-11-13 | use a more recent kernel for testing | Melody Horn | -1/+1 | |
apparently 5.11.11 had a use-after-free that gcc now rejects statically. oops ! | ||||
2024-11-13 | pretend to support GNU’s --no-print-directory | Melody Horn | -1/+74 | |
2024-11-13 | new dependency just dropped | Melody Horn | -1/+1 | |
2024-11-13 | let ./%.o match foo.o in a really ugly way | Melody Horn | -1/+32 | |
2024-11-13 | i’m the CEO of being silly | Melody Horn | -1/+1 | |
2024-11-13 | fix rule macro detection when macro expansion in macro name | Melody Horn | -28/+36 | |
2024-11-11 | remember the posix mode | Melody Horn | -13/+17 | |
i should either delete or overhaul that at some point | ||||
2024-11-11 | implement rule-specific macros for targets | Melody Horn | -103/+517 | |
2024-11-11 | fix conditional assignment when original is inherited | Melody Horn | -39/+68 | |
2024-11-11 | ok clippy | Melody Horn | -4/+4 | |
2024-11-11 | i may be stupid | Melody Horn | -3/+1 | |
2024-11-11 | fix with no default features | Melody Horn | -10/+21 | |
2024-11-11 | overhaul macro inheritance | Melody Horn | -376/+394 | |
i was really proud of the lifetimes i had going on in the previous code. i should not have been. | ||||
2024-11-10 | overhaul lookup_internal | Melody Horn | -114/+184 | |
2024-11-10 | clean up random rustrover lints | Melody Horn | -68/+19 | |
2024-11-10 | fix that with no default features | Melody Horn | -14/+54 | |
2024-11-10 | overhaul eval architecture | Melody Horn | -158/+314 | |
2024-11-10 | tidy up that MacroSet Debug implementation | Melody Horn | -2/+1 | |
2024-11-10 | it’s the future, debian packages libarchive now | Melody Horn | -6/+1 | |
2024-11-10 | clippy moment | Melody Horn | -169/+150 | |
2024-11-10 | upgrade from structopt to clap 4 | Melody Horn | -184/+96 | |
2024-11-10 | make MacroSet Debug | Melody Horn | -0/+16 | |
2024-10-10 | three years of dependency updates | Melody Horn | -263/+356 | |
2024-10-10 | rust edition bump | Melody Horn | -1/+1 | |
2024-10-10 | i am altering the license. pray i don’t alter it any further | Melody Horn | -5/+54 | |
2021-04-20 | skip more things on posix that aren't needed there | Melody Horn | -4/+20 | |
2021-04-20 | yeet a leading ./ gnufully | Melody Horn | -0/+3 | |
2021-04-20 | ...but don't do that if the command line is more than just the one thing | Melody Horn | -11/+20 | |
2021-04-16 | handle macros expanding to multiple command lines gnufully | Melody Horn | -0/+16 | |
2021-04-16 | maybe that was the problem??? | Melody Horn | -1/+1 | |
2021-04-16 | wait a bit in that test so it passes on a fast CI? i guess? | Melody Horn | -0/+4 | |