Oliver Hamlet
f71a2abed1
Update my email address
2021-04-17 11:04:16 +01:00
dependabot[bot] and GitHub
f0b2292188
Update cbindgen requirement from 0.18 to 0.19
...
Updates the requirements on [cbindgen](https://github.com/eqrion/cbindgen ) to permit the latest version.
- [Release notes](https://github.com/eqrion/cbindgen/releases )
- [Changelog](https://github.com/eqrion/cbindgen/blob/master/CHANGES )
- [Commits](https://github.com/eqrion/cbindgen/compare/v0.18.0...v0.19.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-04-09 05:39:12 +00:00
Oliver Hamlet
5d541f3807
Remove unnecessary no_mangle attributes
2021-03-11 19:54:29 +00:00
05cf5f0c25
Update cbindgen requirement from 0.17 to 0.18 ( #9 )
...
Updates the requirements on [cbindgen](https://github.com/eqrion/cbindgen ) to permit the latest version.
- [Release notes](https://github.com/eqrion/cbindgen/releases )
- [Changelog](https://github.com/eqrion/cbindgen/blob/master/CHANGES )
- [Commits](https://github.com/eqrion/cbindgen/compare/v0.17.0...v0.18.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-01 17:25:07 +00:00
bd41724735
Update cbindgen requirement from 0.16 to 0.17 ( #8 )
...
Updates the requirements on [cbindgen](https://github.com/eqrion/cbindgen ) to permit the latest version.
- [Release notes](https://github.com/eqrion/cbindgen/releases )
- [Changelog](https://github.com/eqrion/cbindgen/blob/master/CHANGES )
- [Commits](https://github.com/eqrion/cbindgen/compare/v0.16.0...v0.17.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-02 17:50:45 +00:00
96690f0b01
Update cbindgen requirement from 0.15 to 0.16 ( #7 )
...
Updates the requirements on [cbindgen](https://github.com/eqrion/cbindgen ) to permit the latest version.
- [Release notes](https://github.com/eqrion/cbindgen/releases )
- [Changelog](https://github.com/eqrion/cbindgen/blob/master/CHANGES )
- [Commits](https://github.com/eqrion/cbindgen/compare/v0.15.0...v0.16.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-21 19:27:55 +00:00
Oliver Hamlet
0e606e930b
Fix outdated test assertion
2020-12-20 15:09:47 +00:00
Oliver Hamlet
2d05577fab
Update versions and changelog for v2.1.2
2020-10-23 23:05:32 +01:00
d6f5390d5e
Update cbindgen requirement from 0.14 to 0.15 ( #5 )
...
Updates the requirements on [cbindgen](https://github.com/eqrion/cbindgen ) to permit the latest version.
- [Release notes](https://github.com/eqrion/cbindgen/releases )
- [Changelog](https://github.com/eqrion/cbindgen/blob/master/CHANGES )
- [Commits](https://github.com/eqrion/cbindgen/compare/v0.14.0...v0.15.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-08 19:18:56 +01:00
Oliver Hamlet
9ef3aa23d5
Update versions and changelog for v2.1.1
2020-06-13 23:46:36 +01:00
dependabot-preview[bot] and GitHub
75cd0e1d79
Update cbindgen requirement from 0.12 to 0.14
...
Updates the requirements on [cbindgen](https://github.com/eqrion/cbindgen ) to permit the latest version.
- [Release notes](https://github.com/eqrion/cbindgen/releases )
- [Changelog](https://github.com/eqrion/cbindgen/blob/master/CHANGES )
- [Commits](https://github.com/eqrion/cbindgen/compare/v0.12.0...v0.14.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-05-30 06:44:30 +00:00
Oliver Hamlet
e31456f5b9
Resolve rustc deprecation warnings
2020-04-02 08:55:29 +01:00
Oliver Hamlet
90ef017807
Update cbindgen to v0.12
2019-12-23 13:20:27 +00:00
Oliver Hamlet
1075596e99
Update versions and changelog for v2.1.0
2019-10-05 13:24:52 +01:00
Oliver Hamlet
90cbeff71a
Update versions and changelog for v2.0.1
2019-07-23 19:15:35 +01:00
Oliver Hamlet
214cc93423
Update versions and changelog for v2.0.0
2019-06-30 11:25:24 +01:00
Oliver Hamlet
93b16a4c2a
Update cbindgen, generate a single C/C++ header
2019-06-30 11:25:24 +01:00
Oliver Hamlet
860995638c
Rename LCI_GAME_* constants to use fewer acronyms
...
A minor quality of life improvement, to break the FFI compatibility in
step with the Rust library.
2019-06-30 11:25:23 +01:00
Oliver Hamlet
52792626af
Update to Rust 2018 syntax
2019-06-30 11:25:23 +01:00
Oliver Hamlet
6cfefc6c31
Rename GameType variants to use fewer acronyms
...
A minor quality of life improvement since the nom 5 update is a
breaking change.
2019-06-30 11:25:23 +01:00
Oliver Hamlet
4db34be2c9
Upgrade to nom v5
...
Error handling has changed, affecting the error variants LCI exports,
and macros are replaced by functions, so all the parsing code has been rewritten.
2019-06-30 11:25:23 +01:00
Oliver Hamlet
611e4490d2
Replace deprecated libc::uint32_t with u32
2019-06-16 20:33:04 +01:00
Oliver Hamlet
2e05117b61
Update versions and changelog for v1.3.0
2019-04-07 12:25:40 +01:00
Oliver Hamlet
f039ba397f
Add GameType::Tes3 for Morrowind support
2019-04-07 12:20:10 +01:00
Oliver Hamlet
ea3a922ee7
Update versions and changelog for v1.2.2
2019-01-26 09:50:40 +00:00