Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-04 | split the repo into a workspace | Christian Poveda | |
remove `clap` dependency :tada: update the book installation instructions | |||
2022-03-15 | disable some tests on windows | Emil Gardström | |
This is due to differences in representation of `signed long` and `unsigned long` on most Linux-based systems and Windows (`64` vs. `32` bits) | |||
2017-06-10 | ir: Prevent integer overflow when using word-size bitfields. | Emilio Cobos Álvarez | |
Fixes #739 |