7 Commits

Author SHA1 Message Date
Alexander Ovchinnikov
ceb5b90f6e Enable building and running on Windows ARM64
I agree to license my contributions to each file under the terms given at the top of each file I changed.

Co-authored-by: Marc-André Moreau <marcandre.moreau@gmail.com>
2021-08-16 12:28:42 -07:00
Brian Smith
badca90d14 Simplify assembly pre-generation mechanism.
Eliminate the extra Cargo.toml that was used just for this feature. It was
too error-prone to keep it in sync with the real Cargo.toml. Having one
Cargo.toml will allow us to reliably use the `CARGO_MANIFEST_LINKS` value
to keep the symbol prefix in sync with the `links` field in Cargo.toml in
the near future.
2021-05-03 13:36:20 -07:00
Brian Smith
9e0df33dea CI/CD: Restore mk/install-build-tools.sh. 2020-11-10 11:58:01 -08:00
Brian Smith
25add85a54 Use pregenerated asm files when not building from Git. 2017-03-18 15:31:12 -10:00
Brian Smith
88088ef270 Use "-vv" to force cargo output in CI. 2017-02-15 22:11:43 -10:00
Brian Smith
086227aba4 Remove pregenerated/ from .gitignore.
Putting it in .gitignore resulted in "cargo package" excluding its
contents from the package.
2016-08-15 15:14:41 -10:00
Brian Smith
caa4df6e68 Prepare for publishing on crates.io. 2016-08-15 12:38:08 -10:00