index
:
makers
canon
a POSIX-compatible make implemented in Rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
3 days
propagate command line macros through MAKEFLAGS for recursive calls
HEAD
canon
Melody Horn
-15
/
+36
5 days
i’m breaking the full feature now, get on my level
Melody Horn
-1
/
+1
5 days
implement secondary expansion
Melody Horn
-4
/
+21
5 days
change rule logging
Melody Horn
-2
/
+6
5 days
fix no default features
Melody Horn
-1
/
+2
7 days
fix attribute formatting
Melody Horn
-2
/
+11
7 days
skip leading whitespace to find command line modifiers
Melody Horn
-1
/
+4
7 days
pretend to support GNU’s --no-print-directory
Melody Horn
-1
/
+74
7 days
let ./%.o match foo.o in a really ugly way
Melody Horn
-1
/
+32
7 days
i’m the CEO of being silly
Melody Horn
-1
/
+1
8 days
fix rule macro detection when macro expansion in macro name
Melody Horn
-28
/
+36
9 days
remember the posix mode
Melody Horn
-9
/
+13
9 days
implement rule-specific macros for targets
Melody Horn
-101
/
+431
9 days
fix conditional assignment when original is inherited
Melody Horn
-28
/
+24
10 days
ok clippy
Melody Horn
-4
/
+4
10 days
i may be stupid
Melody Horn
-3
/
+1
10 days
fix with no default features
Melody Horn
-10
/
+21
10 days
overhaul macro inheritance
Melody Horn
-376
/
+394
10 days
overhaul lookup_internal
Melody Horn
-114
/
+184
10 days
clean up random rustrover lints
Melody Horn
-68
/
+19
10 days
fix that with no default features
Melody Horn
-14
/
+54
10 days
overhaul eval architecture
Melody Horn
-158
/
+314
10 days
tidy up that MacroSet Debug implementation
Melody Horn
-2
/
+1
10 days
clippy moment
Melody Horn
-64
/
+58
10 days
upgrade from structopt to clap 4
Melody Horn
-25
/
+31
10 days
make MacroSet Debug
Melody Horn
-0
/
+16
2024-10-10
three years of dependency updates
Melody Horn
-1
/
+1
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-15
don't strip comments in multiline macro definitions
Melody Horn
-1
/
+5
2021-04-15
ignore missing targets if they're phony
Melody Horn
-1
/
+47
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
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
[next]