Release 2nd February 2023
What's Changed
- Codegen review changes by @tyroguru in #18
- Skipped test cleanup by @JakeHillion in #23
- remove setcap by @JakeHillion in #25
- Stop over optimising drgn by @JakeHillion in #26
- reduce typeToNameMap lookups by @JakeHillion in #28
- Add bits to send oid version information to cache build service by @jgkamat in #27
- oilgen: set DRGN_ENABLE_TYPE_ITERATOR by @JakeHillion in #31
- Support std::multimap with comparator template parameter by @tyroguru in #33
- Delete oi_compile by @ajor in #35
- Add CMake hook for defining custom build rules by @ajor in #39
- Integration test readme: Add example of how to run a single test by @ajor in #38
- Delete old files from test/ by @ajor in #41
- Polymorphic inheritance by @ajor in #37
- Update small vec types to reflect folly update by @jgkamat in #45
- Oil interface cleanup by @JakeHillion in #42
- config: look up paths relative to config file by @JakeHillion in #48
- CI: Output junit result format directly from CTest by @ajor in #50
- oil: switch to using an impl function with no default implementation by @JakeHillion in #46
Full Changelog: v2023-01-04...v2023-02-02
Imported in D42974150