summaryrefslogtreecommitdiff
path: root/SCons/Tool/compilation_db.py
Commit message (Expand)AuthorAgeFilesLines
* Add some cheap return and parameter annotationsMats Wichmann2023-05-011-6/+6
* Solution for Issue #4275 (Compilation db get's tmp file command line), also e...William Deegan2022-12-101-0/+9
* Add newline to end of compilation dbDan Mezhiborsky2022-08-071-0/+1
* Change variable from COMPILATIONDB_USE_PATH_FILTER to COMPILATIONDB_PATH_FILTERWilliam Deegan2020-11-231-2/+2
|\
| * Add COMPILATIONDB_USE_PATH_FILTER for filtering compilation database.James Benton2020-11-231-1/+6
* | Add COMPILATIONDB_USE_PATH_FILTER for filtering compilation database.James Benton2020-10-271-1/+6
|/
* update to fix Issue #3694 properly handle source and output file names with v...William Deegan2020-06-151-2/+2
* Fix Issue #3693 - change compilation db field 'target' to 'output' per specWilliam Deegan2020-06-131-9/+9
* Allow override environments to affect whether output file has abs or relative...William Deegan2020-06-061-10/+25
* change CompilationDatabase from psuedo builder to builder. Add emitter to cle...William Deegan2020-06-061-8/+13
* Remove debug outputWilliam Deegan2020-05-221-1/+0
* More doc updates. Hide internal env variables. Fix broken test/import.py. Han...William Deegan2020-05-191-4/+8
* Rename as.py to asm.py and add to TOOL_ALIASES. 'as' is reserved keyword so c...William Deegan2020-05-191-19/+43
* refactor function names per PEP8. Pull C & C++ file extensions from cc and cx...William Deegan2020-05-121-22/+14
* Initial import from mongodb tree. https://github.com/mongodb/mongoWilliam Deegan2020-05-121-0/+211