Release 1st March 2023
What's Changed
- CI: Split build and test into separate jobs by @ajor in #49
- Parallel tests by @ajor in #51
- OIDebugger: Remove extra "0x" prefix when logging addresses by @ajor in #54
- Code Coverage by @ajor in #47
- Code coverage: Checkout repo before running by @ajor in #57
- add missing virtual destructors by @JakeHillion in #56
- oilgen: add an --exit-code option to fail on noop by @JakeHillion in #58
- Oilgen fixes by @JakeHillion in #60
- Fix folly::sorted_vector_set and minor codegen comment change by @tyroguru in #63
- ci: bump repeat-until-pass to 4 by @JakeHillion in #64
- Remove type path printing debug code by @tyroguru in #65
- remove unused ManifoldCache.h from OICompiler by @JakeHillion in #66
- oil: removed unused cache in OILibrary by @JakeHillion in #68
- Bump minimum CMake version to 3.19 by @ajor in #69
- Fix/remove some log statements by @arsarwade in #67
- Move getRootType from OICodeGen to SymbolService by @ajor in #71
- Update drgn to fix invalid pop from iterator code by @jgkamat in #73
- Stop enumerating template params for sorted_vector_set by @tyroguru in #74
- integration/primitives.toml: Add char8_t test by @ajor in #30
- Special case conditional_t type name handling by @tyroguru in #75
- oilgen: add check for drgn_type_has_name by @JakeHillion in #78
- add std::conditional test by @tyroguru in #79
- sorted_vec_set: finish changing to a container adapter by @JakeHillion in #80
- Update rocksdb to 7.9.2 by @JakeHillion in #83
- Replace nop instructions with ud2 by @tyroguru in #84
- tests: make relative config paths absolute when copying by @JakeHillion in #86
New Contributors
- @arsarwade made their first contribution in #67
Full Changelog: v2023-02-02...v2023-03-01
Imported in D43706233