Skip to content

trace: Add JSON output format

Daniel Mensinger requested to merge mensinda/cmake:traceJSON into master

Add a new --trace-json flag, to enable the new JSON trace output format. This new format is easier to parse by machines than the existing format. This new format also removes the ambiguity of the whitespace in the "old" format (e.g. is that whitespace part of a file path, or does it separate arguments)

Merge request reports