Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
14 hours | that’s a version worth of progressHEAD0.8.0canon | Melody Horn | -2/+12 | |
14 hours | i’m breaking the full feature now, get on my level | Melody Horn | -1/+1 | |
15 hours | implement secondary expansion | Melody Horn | -4/+21 | |
15 hours | change rule logging | Melody Horn | -2/+6 | |
16 hours | fix no default features | Melody Horn | -1/+2 | |
3 days | 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 | ||||
3 days | fix attribute formatting | Melody Horn | -2/+11 | |
3 days | skip leading whitespace to find command line modifiers | Melody Horn | -1/+4 | |
3 days | 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 ! | ||||
3 days | pretend to support GNU’s --no-print-directory | Melody Horn | -1/+74 | |
3 days | new dependency just dropped | Melody Horn | -1/+1 | |
3 days | let ./%.o match foo.o in a really ugly way | Melody Horn | -1/+32 | |
3 days | i’m the CEO of being silly | Melody Horn | -1/+1 | |
3 days | fix rule macro detection when macro expansion in macro name | Melody Horn | -28/+36 | |
5 days | remember the posix mode | Melody Horn | -13/+17 | |
i should either delete or overhaul that at some point | ||||
5 days | implement rule-specific macros for targets | Melody Horn | -103/+517 | |
5 days | fix conditional assignment when original is inherited | Melody Horn | -39/+68 | |
5 days | ok clippy | Melody Horn | -4/+4 | |
5 days | i may be stupid | Melody Horn | -3/+1 | |
5 days | fix with no default features | Melody Horn | -10/+21 | |
5 days | 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. | ||||
6 days | overhaul lookup_internal | Melody Horn | -114/+184 | |
6 days | clean up random rustrover lints | Melody Horn | -68/+19 | |
6 days | fix that with no default features | Melody Horn | -14/+54 | |
6 days | overhaul eval architecture | Melody Horn | -158/+314 | |
6 days | tidy up that MacroSet Debug implementation | Melody Horn | -2/+1 | |
6 days | it’s the future, debian packages libarchive now | Melody Horn | -6/+1 | |
6 days | clippy moment | Melody Horn | -169/+150 | |
6 days | upgrade from structopt to clap 4 | Melody Horn | -184/+96 | |
6 days | 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 | |
2021-04-15 | don't strip comments in multiline macro definitions | Melody Horn | -1/+5 | |
2021-04-15 | add a test for not rebuilding up-to-date targets | Melody Horn | -0/+48 | |
2021-04-15 | ignore missing targets if they're phony | Melody Horn | -1/+47 | |
shout out to the gnu make docs for never mentioning that this works this way | ||||
2021-04-14 | rebuild out-of-date makefiles, kinda | Melody Horn | -20/+127 | |
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 | |