compiledb icon indicating copy to clipboard operation
compiledb copied to clipboard

Tool for generating Clang's JSON Compilation Database files for make-based build systems.

Results 55 compiledb issues
Sort by recently updated
recently updated
newest added

Hi! I'm not having any success using `compiledb` for my project, and I would be interested if you could give me some pointers. I want to parse the makefile generated...

Description: I found that compiledb can't work on windows any more.And I discovered an open issue [Here](https://github.com/nickdiego/compiledb/issues/124#issue-1346743559).So I just fixed it. Modification: on parser.py line259: change return s.encode().decode('unicode_escape') to return...

I saw the most recent commit is 5 years ago. I just want to kindly check if this project is still maintained.

question

I was working on OpenBSD port when realised that I can push that change to upstream https://github.com/artsi0m/porting-efforts/tree/5be6fa89586ad56941700ea22f3a99d33d9f26dd/devel/py-compiledb/patches Modern python has which function inside the shutil module, so you probably don't...