Skip to content

1.3.0 (2022 Jan): Improvements & Fixes

Compare
Choose a tag to compare
@aras-p aras-p released this 13 Jan 08:46
· 33 commits to main since this release
4740698

Improvements

  • Add --all option to parse all JSON files (#47)
  • Improve support for recent LLVM/Clang versions (12.x, 13.x) (#80)

Fixes

  • Fix analyzing massive builds (#38)
  • Fix handling of symbolic links while scanning for json files (#58)
  • Fix memory leak in buffered writer (#65)

Build & Internal

  • Fix builds with more recent C++ compiler / STL versions (#53)
  • CMake fixes and tweaks (#42, #62, #64)
  • Update to a more recent simdjson version (#52, #54)
  • Fix compile warnings (#39, #66) and general massaging of the code (#78)
  • Github Actions CI improvements (#70)
  • Main branch is now called main

Full Changelog: v1.2.0...v1.3.0