Alex Crichton
036b6348d9
Remove need for #[macro_use] with cfg-if
...
Modernizes usage of `cfg_if!` slightly
2019-10-10 12:43:27 +02:00
Taiki Endo
cd7aa7720a
Remove azure pipelines badges
2019-10-10 12:42:41 +02:00
gnzlbg
579e4cc655
std_detect_env_override should be disabled by default
2019-09-18 12:09:07 +02:00
Luca Barbato
6420fa4fb0
Override the features detected using an env::var
...
Fixes : #804
2019-09-17 19:22:18 +02:00
gnzlbg
00e10f12ce
Update badges
2019-08-13 18:04:22 +02:00
gnzlbg
686b813f5d
Update repo name
2019-07-09 01:37:07 +02:00
gnzlbg
503b3f641e
Bump patch versions
2019-04-17 14:49:15 +02:00
gnzlbg
a177055824
Test Rust2018 builds
2019-02-23 01:14:07 +01:00
gnzlbg
1fb5f768a9
Bump versions of core_arch and std_detect
2019-02-18 17:49:32 +01:00
gnzlbg
ff129bff05
Add cargo features to disable usage of file I/O and dlsym in std_detect
2019-02-09 11:47:38 +01:00
gnzlbg
586c0ae423
Fix docs.rs rustdoc arguments
2019-01-30 13:56:59 +01:00
gnzlbg
0b3f69246c
Bump core_arch and std_detect versions
2019-01-30 13:46:41 +01:00
gnzlbg
25197fca7b
Update readme and dependencies
2019-01-30 11:27:23 +01:00
gnzlbg
80616364f6
Remove core_arch dev-dependency of std_detect
2019-01-30 11:27:23 +01:00
gnzlbg
72d929bed6
Bump core_arch and std_detect patch version
2019-01-30 11:27:23 +01:00
gnzlbg
3e0f1f754a
Update description of core_arch and std_detect
2019-01-30 10:40:16 +01:00
gnzlbg
1d1266b185
Readme from std_detect
2019-01-22 18:49:24 +01:00
gnzlbg
e627b1ac4a
Update versions of core_arch and std_detect for release
2019-01-22 18:49:24 +01:00
gnzlbg
11c624e488
Refactor stdsimd
...
This commit:
* renames `coresimd` to `core_arch` and `stdsimd` to `std_detect`
* `std_detect` does no longer depend on `core_arch` - it is a freestanding
`no_std` library that only depends on `core` - it is renamed to `std_detect`
* moves the top-level coresimd and stdsimd directories into the appropriate
crates/... directories - this simplifies creating crate.io releases of these crates
* moves the top-level `coresimd` and `stdsimd` sub-directories into their
corresponding crates in `crates/{core_arch, std_detect}`.
2019-01-22 17:04:25 +01:00