* `clade-cdb` script is now significantly faster * Fixed some cases when valid compilation commands were treated as preprocessing commands and discarded * Added different option filtering for Clang * Added normalization for some paths in `compile_commands.json`
3.3.6
* Do not fail on empty `ar` commands * Do not add commands with deleted input files to `compile_commands.json` * Fixed an issue with option filtering for `compile_commands.json` that replaced paths in `-I` options by paths to the Clade storage * Added "output" field to `compile_commands.json`
3.3.3
* Added `-mbig-endian`, `-mlittle-endian` and `-mabi` options to CIF white list * Add ability to filter options in compile_commands.json (`clade-cdb --filter make`) * Store absolute path to the intercepted command in the `compile_commands.json`
3.3.2
* Added support for build commands which restrict environment of its subprocess and thus cause Clade intercept to fail * Fixed an issue with logging during build command intercepting, which caused logger to always use INFO level