v2.1
What's Changed
- Create CODE_OF_CONDUCT.md by @sjanel in #16
- Check allocator type and value type match in sets by @sjanel in #17
- Update workflow main branch by @sjanel in #19
- Improve insert and emplace hint tests, improve README by @sjanel in #18
- Cannot compute previous iterator from nullptr in FlatSet::insert_hint by @sjanel in #20
- Replace typedef by using by @sjanel in #21
- Addition of pointer based methods to FlatSet by @sjanel in #22
- Fix warning Local variable 'dynStorage' shadows outer function by @sjanel in #24
- Make amc::vector declaration work with incomplete types like std::vector by @sjanel in #26
- Fix unaligned access and simplify code by @sjanel in #28
- Enlarge cases where we can store additional elements in the {pointer, first element} by @sjanel in #29
- Simplify namespace vec, define all tools except main class Vector in amc::vec by @sjanel in #27
- Remove dependency on external Docker image for Ubuntu CI. Also compile in Debug mode by @sjanel in #31
- Support make install by @sjanel in #32
- Reorganize the project files to make it more standard and fix install by @sjanel in #33
- Add some noexcept to move constructors / assignments of test types by @sjanel in #34
Full Changelog: 1.0.0...v2.1