v1.1.0
What's Changed
- Small tidy of
std::pair
creation by @elliotgoodrich in #117 - Avoid syncing with stdio by @elliotgoodrich in #118
- Improve parser interface by @elliotgoodrich in #119
- Skip destructors within
TrimUtil
by @elliotgoodrich in #120 - Make
*Util
components constructible by @elliotgoodrich in #121 - Support v7 log format by @elliotgoodrich in #122
- Remove unnecessary
time_point
conversion by @elliotgoodrich in #124 - Add clang-tidy support by @elliotgoodrich in #125
- Add AddressSanitizer support by @elliotgoodrich in #128
- Enable UBSan by @elliotgoodrich in #129
- Add
clang-tidy
instructions inCONTRIBUTING.md
by @elliotgoodrich in #130 - Improve build instructions by @elliotgoodrich in #132
- Fix GCC compilation issues by @elliotgoodrich in #134
- Restrict ninja version to 1.11.1 on CI by @elliotgoodrich in #139
- Fix
DepsReader
issues by @elliotgoodrich in #140 - Remove
resetValue
methods by @elliotgoodrich in #131 - Compile with GCC on CI by @elliotgoodrich in #141
- Fix normalization for segments starting with
..
by @elliotgoodrich in #142 - Release v1.1.0 by @elliotgoodrich in #143
Full Changelog: v1.0.0...v1.1.0