All notable changes to this project will be documented in this file.
0.3.0 - 2019-11-05
- Add PyPI support.
- Add x86 support by @adrianherrera.
- Fix warnings thrown in function
x86_runandarm_runwhen compilingpyasmjit.c
- Rename x86 JIT to x86_64 by @adrianherrera.
- Improvements to
setup.pyby @adrianherrera. - General clean-up of
pyasmjitmodule by @adrianherrera. - Updated ARM test by @adrianherrera.
- Refactor test code to make use of Python's unit test module by @adrianherrera.
- Fix Python 3 compatibility issues.
- Fix x86 tests by @adrianherrera.
0.2 - 2015-04-06
- Memory allocation mechanism (
alloc/freestyle). - Add support for the ARM architecture (32 bits).
- Fix context saving for long ints.
- Fix missing registers when loading and saving context.
- First release.