Adobe Orc Versions Save

ORC is a tool for finding violations of C++'s One Definition Rule on the OSX toolchain.

v1.1.7

3 months ago

What's Changed

Full Changelog: https://github.com/adobe/orc/compare/v1.1.6...v1.1.7

v1.1.6

3 months ago

v1.1.5

4 months ago

What's Changed

Full Changelog: https://github.com/adobe/orc/compare/v1.1.4...v1.1.5

v1.1.4

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/adobe/orc/compare/v1.1.2...v1.1.4

v1.1.3

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/adobe/orc/compare/v1.1.2...v1.1.3

v1.1.2

1 year ago

What's Changed

Full Changelog: https://github.com/adobe/orc/compare/v1.1.1...v1.1.2

v1.1.1

1 year ago

What's Changed

Full Changelog: https://github.com/adobe/orc/compare/v1.1.0...v1.1.1

v1.1.0

1 year ago

What's Changed

Summary: The two biggest changes are that ORC now 1) emits the same output for the same input across multiple runs of the tool, and 2) consumes a lot fewer resources than it has in the past, with RAM consumption down over 80% in many cases.

Full Changelog: https://github.com/adobe/orc/compare/v1.0.0...v1.1.0

v0.0.1

1 year ago

v1.0.0

1 year ago

What's Changed

  • Integrated TBB for performance improvements
  • Many improvements to how ORC processes DWARF data
  • Added ORC test framework for unit testing
  • Many improvements to how ORC reports ODRVs
  • ODRV reports are now deterministic
  • Thank you to our community contributors:
    • @leethomason
    • @fosterbrereton
    • @hanickadot
    • @OmniTroid
    • @stilllman