v1.0
What's Changed
- New printf implementation by @EllipticEllipsis in #48
- Fix p unitialized warning by @AngheloAlf in #49
- Replace
std::map
[]
uses with.at
by @AngheloAlf in #54 - Add special case to wrapper_fread for reading 0 bytes by @EllipticEllipsis in #59
- Enable various warning flags and fix the new warnings by @AngheloAlf in #52
- Fix Linking (allows -O3 as well) by @hensldm in #60
- Add
c++filt
5.3 by @AngheloAlf in #56 - IDO 7.1 C++ compiler by @AngheloAlf in #53
- Add
--version
flag by @AngheloAlf in #61 - Seperate os names from the actual runner by @hensldm in #62
Full Changelog: v0.6...v1.0