issues
search
google
/
kati
An experimental GNU make clone
Apache License 2.0
941
stars
111
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Unspecify VarVisibilityFunc param name s
#276
mrziwang
closed
6 months ago
0
Add func KATI_visibility_prefix
#275
mrziwang
closed
6 months ago
0
Remove .KATI_SYMLINK_OUTPUTS
#274
Colecf
closed
9 months ago
0
Fix CI and enable ninja-validations.sh
#272
Colecf
closed
1 year ago
0
Add arbitrary metadata "tag" tracking.
#271
lamontj
closed
1 year ago
0
Add foreach_sep and KATI_file_no_rerun functions
#270
lamontj
closed
1 year ago
0
Delete the golang version of kati
#269
Colecf
closed
1 year ago
1
Add KATI_extra_file_deps and KATI_shell_no_rerun
#268
Colecf
closed
1 year ago
3
Merge ckati_stamp_dump into the regular ckati binary
#267
Colecf
closed
1 year ago
0
Fix crash due to std::string_view change
#264
Colecf
closed
1 year ago
0
Remove ParserState and IfState pointers
#263
Colecf
closed
1 year ago
1
Remove AppendString
#262
Colecf
closed
1 year ago
0
Fix transitive updates
#261
DelilahHoare
closed
1 year ago
1
Target considered up-to-date when prerequisite is newer
#260
DelilahHoare
opened
1 year ago
0
Replace StringPiece with std::string_view
#259
Colecf
closed
1 year ago
1
Remove usages of using namespace std;
#258
Colecf
closed
1 year ago
2
Fix tests for ubuntu 22.04
#257
Colecf
closed
1 year ago
0
Add workflow_dispatch trigger to github action
#256
Colecf
closed
1 year ago
0
Fix CI
#255
Colecf
closed
1 year ago
0
Add --variable_assignment_trace_filter option
#254
asmundak
closed
1 year ago
1
TestKati/stem_middle.mk: Kati generates "a" and "c" directories.
#252
skymage23
closed
1 year ago
1
Fix unqualified-std-cast-call compiler warning
#251
kongy
closed
1 year ago
1
Kati fails to translate # in ninja mode
#250
jzhupo
opened
2 years ago
1
Ignoring errors
#248
Zero3K
opened
2 years ago
0
kati doesn't support .SECONDEXPANSION
#247
DelilahHoare
opened
2 years ago
0
Windows port
#246
Zero3K
closed
2 years ago
4
Implicit rules cannot invoke other implicit rules
#245
DelilahHoare
opened
2 years ago
2
Correct result of Stem(), value of $*
#244
DelilahHoare
closed
2 years ago
1
$* gives incorrect value when the stem is in the middle of the pattern
#243
DelilahHoare
closed
2 years ago
0
Implement $?
#242
DelilahHoare
closed
1 year ago
6
Switch from vfork to posix_spawn
#241
danw
closed
2 years ago
0
Fix crash when using --empty_ninja_file
#240
Colecf
closed
3 years ago
0
Write top-level targets to the Ninja file in the alphabetical order
#239
asmundak
closed
3 years ago
0
Ninja file generated by Kati depends on irrelevant variables
#238
asmundak
closed
3 years ago
0
func: Add support for .SHELLSTATUS
#237
Colecf
closed
3 years ago
4
Improvements for the Ninja generator
#236
metti
closed
3 years ago
0
Assignment statement should not allow a whitespace in variable's name
#235
asmundak
opened
3 years ago
1
Escaped percent char is mishandled in patsubst arguments
#234
asmundak
opened
3 years ago
1
Remove some unnecessary heap allocations and init/quit code from main
#233
metti
closed
3 years ago
0
Remove threadpool implementation
#232
metti
closed
3 years ago
1
MakefileCacheManager / Evaluator: Avoid heap allocations
#231
metti
closed
3 years ago
0
Random fixes
#230
metti
closed
3 years ago
0
strutil: replace SkipUntil by invocations to strcspn
#229
metti
closed
3 years ago
0
Bump GNU Make compatibility version
#228
metti
closed
3 years ago
1
strutil: replace SSE4 specialization with libc call
#227
metti
closed
3 years ago
0
Add diagnostic make file targets
#226
metti
closed
3 years ago
0
EvalIf: Consider any whitespace in variable names an error
#225
metti
closed
3 years ago
0
Expression Parser: Retain single '$' signs before terminators
#224
metti
closed
3 years ago
0
Update github actions to accommodate recent changes
#223
metti
closed
3 years ago
0
CommandEvaluator: Correct Makefile location for multi statement blocks
#222
metti
closed
3 years ago
0
Next