Commit Graph
22 Commits
Author SHA1 Message Date
Oliver Hamlet 212ded640e Specify the minimum supported Rust version 2026-04-03 16:16:20 +01:00
Oliver Hamlet 7358c180c5 Use --workspace instead of deprecated --all 2025-08-01 18:07:36 +01:00
Oliver Hamlet c65270891e Fix CI badge in readme 2025-08-01 17:37:38 +01:00
Oliver Hamlet 50d9d11b6b Update metadata syntax version in readme 2025-04-27 07:23:35 +01:00
Oliver Hamlet c508533d4b Remove the ffi-headers feature
Rely on a separate cbindgen instance instead, which is less self-contained but more practical.
2024-04-30 23:29:31 +01:00
Oliver Hamlet 3f05d6ad8a Update links to testing-plugins repo 2023-06-25 14:03:03 +01:00
Oliver Hamlet e9183c4ef9 Fix code coverage badge in readme 2022-11-09 00:09:35 +00:00
Oliver Hamlet 1ac23d3afd Migrate CI to GitHub Actions
There's nothing wrong with Travis CI, but AppVeyor has started to fail
builds with a toolchain error when they install rustfmt. This is the
second time some kind of toolchain change has broken my builds, so I'm
migrating away from it.

I could have migrated to Travis CI's relatively new Windows support, but
that's still in the early adoption phase according to its own docs, and
I might as well instead move to GitHub's first-party offering. There's
no point then using Travis CI for Linux builds when that can be done on
GitHub Actions too.
2020-07-12 22:39:32 +01:00
Oliver Hamlet 5c78e770ec Very minor readme update 2020-07-12 08:54:38 +01:00
Oliver Hamlet 7676b66ae8 Remove deps.rs badge
It's been broken for a while.
2020-07-12 08:54:04 +01:00
Oliver Hamlet 93b16a4c2a Update cbindgen, generate a single C/C++ header 2019-06-30 11:25:24 +01:00
Oliver Hamlet cb19ec084a Add coverage checking for Travis builds 2019-06-16 20:36:14 +01:00
Oliver HamletandGitHub 84c46ebe79 Note the supported metadata syntax version 2018-11-07 18:58:35 +00:00
Oliver HamletandGitHub 1e20451e73 Update README.md 2018-11-06 14:13:37 +00:00
Oliver Hamlet b6a9066eaa Update readme 2018-10-21 14:42:50 +01:00
Oliver Hamlet d6d968c7b5 Update readme 2018-10-07 10:52:09 +01:00
Oliver Hamlet d3f4169d76 Update readme 2018-10-06 16:04:57 +01:00
Oliver Hamlet 11a92511c1 Update readme 2018-10-06 10:42:18 +01:00
Oliver Hamlet 360058725a Update readme 2018-10-05 19:54:12 +01:00
Oliver Hamlet be313c40cb Support reading file version from Windows executables 2018-10-05 19:52:51 +01:00
Oliver Hamlet b9448e2072 Implement file path function evaluation 2018-10-03 17:15:34 +01:00
Oliver Hamlet b3435122dd Initial commit of experimental LOOT condition parser
Some FilePath functionality is missing, not all tests pass, and parsing
is incorrect for all structs.
2018-10-03 17:15:33 +01:00