Skip to content

v0.4

Compare
Choose a tag to compare
@0vercl0k 0vercl0k released this 27 Dec 20:12
· 9 commits to master since this release
ce69a3f

Changelog

  • #11: constexpr, Python stable API, header-only, nits.
    • The python module is now PEP-384 compliant and uses the Python stable ABI which means that it should be compatible with every current and future Python 3 versions (#12),
    • Turned the library into a header-only library (#13),
    • constexpr the library wherever was possible, as well as const,
    • Fix a bug where the mmap return was checked but it didn't invoke perror,
    • Fix the DisplayUtils mess,
    • Turn Page into a namespace instead of a structure,
    • Use optional for VirtTranslate to handle error case properly,
    • Build w/ Py3.6-3.9 on both Windows/Linux in the CI,
    • Fix a bunch of small things