index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
gen_compile_commands.py
Age
Commit message (
Expand
)
Author
2020-08-27
Makefile: Add clang-tidy and static analyzer support to makefile
Nathan Huckleberry
2020-08-27
gen_compile_commands: remove the warning about too few .cmd files
Masahiro Yamada
2020-08-27
gen_compile_commands: support *.o, *.a, modules.order in positional argument
Masahiro Yamada
2020-08-27
gen_compile_commands: move directory walk to a generator function
Masahiro Yamada
2020-08-27
gen_compile_commands: make -o option independent of -d option
Masahiro Yamada
2020-08-27
gen_compile_commands: reword the help message of -d option
Masahiro Yamada
2020-08-27
gen_compile_commands: do not support .cmd files under tools/ directory
Masahiro Yamada
2020-08-27
gen_compile_commands: use choices for --log_levels option
Masahiro Yamada
2020-08-27
gen_compile_commands: parse only the first line of .*.cmd files
Masahiro Yamada
2019-07-27
gen_compile_commands: lower the entry count threshold
Masahiro Yamada
2018-12-19
scripts: add a tool to produce a compile_commands.json file
Tom Roeder