Commit Graph

28 Commits

Author SHA1 Message Date
angie
72b439fe9a Raise exceptions on instruction decoding 2023-08-08 11:57:39 -04:00
angie
8b476b124d version bump 2023-06-13 14:27:28 -04:00
angie
5d6b5e696f Version bump 2023-06-10 10:38:33 -04:00
Angie
69f69357f7 Move all the tables into a tables folder 2023-05-02 19:01:54 -04:00
Angie
4681f1c20e Enable more warnings 2023-05-01 20:59:01 -04:00
angie
399c708c46 version bump 2023-04-30 12:37:02 -04:00
angie
ab96cfdf2c version bump 2023-04-27 16:08:39 -04:00
angie
96301a3b4c version bump 2023-04-17 22:42:35 -04:00
angie
96402dac2a version bump 2023-04-17 15:30:38 -04:00
angie
0d18065e56 version bump 2023-04-02 14:28:12 -04:00
Angie
314f65d6a0 proper version bump 2023-02-23 13:52:01 -03:00
Angie
6a11224f2f Unit test for checking the version number matches 2023-02-23 13:50:05 -03:00
Angie
b7ebec63cc version bump 2023-02-23 11:08:52 -03:00
angie
ffa80bb4c2 version bump 2023-01-21 16:51:28 -03:00
angie
b4a8771df1 version bump 2022-12-20 13:03:11 -03:00
angie
a166772657 Fix a Rust binding not taking & 2022-12-19 20:42:38 -03:00
angie
e75ea8f09f version bump 2022-12-19 19:09:02 -03:00
Angie
3ab315c5ab version bump 2022-12-18 19:58:43 -03:00
angie
bddd12847e Build C library in build.rs 2022-12-18 17:12:59 -03:00
angie
c9170b0209 version bump 2022-12-18 16:30:12 -03:00
angie
1e02871bce Another try at fixing crate publishing 2022-12-18 16:22:06 -03:00
angie
b87cf594fe Hopefully fix rust crate publishing 2022-12-18 16:00:24 -03:00
angie
b75637ec33 version bump 2022-12-18 15:33:02 -03:00
Anghelo Carvajal
fb8c1edbd7
Rust bindings (#17)
* Generate bindings for enums

* Add .gitignore Cargo didn't automatically made

* Actually build the files into the library

* `pub` in `mod` to fix warning

* instruction struct

* Instruction rust binding

* Add InstrId::ALL_MAX

* link C library to rust

* Publish crate CI

* test

* config bindings

* add getters for registers

* add names methods for register enums

* get_operand_type

* feedback from simon

* Forgot to add new file to python setup.py

* get_operands_slice

* add stuff to cargo.toml
2022-12-18 15:15:39 -03:00
angie
d5d1096e81 Version bump and remove setup.cfg 2022-12-16 11:04:16 -03:00
Angie
ac1dd252a6 Add build-backend to pyproject 2022-07-09 14:48:56 -04:00
Ethan Roseman
c81cc49a65
cibuildwheel (ci/cd) (#1)
* cibuildwheel attempt

* fixes

* skip pypy

* re-enable pypy

* try no pypy 3.7

* try again

* try winders

* remove snibblets
2022-06-10 14:50:23 -04:00
angie
d0daf4f650 stub 2022-06-05 22:09:25 -04:00