|
MythTV master
|
Go to the source code of this file.
Namespaces | |
| namespace | build_compdb |
Variables | |
| build_compdb.parser = OptionParser() | |
| build_compdb.action | |
| build_compdb.dest | |
| build_compdb.help | |
| build_compdb.options | |
| build_compdb.args | |
| build_compdb.paths = list(Path("..").glob("**/*.o.json")) | |
| list | build_compdb.outlines = [] |
| build_compdb.filename = path.as_posix() | |
| list | build_compdb.badnames = ["/external/", "moc_", "dummy.o.json"] |
| build_compdb.in_file = open(path, "r") | |
| build_compdb.rawcontent = in_file.read() | |
| build_compdb.content = json.loads(rawcontent[:-2]) | |
| build_compdb.out_file = open("../compile_commands.json", "w") | |
| build_compdb.file | |