]> git.proxmox.com Git - cargo.git/blob - vendor/num_cpus/CHANGELOG.md
New upstream version 0.35.0
[cargo.git] / vendor / num_cpus / CHANGELOG.md
1 ## v1.10.0
2
3 #### Features
4
5 - add `illumos` target OS support
6 - add default fallback if target is unknown to `1`
7
8 ## v1.9.0
9
10 #### Features
11
12 - add `sgx` target env support
13
14 ## v1.8.0
15
16 #### Features
17
18 - add `wasm-unknown-unknown` target support
19
20 ## v1.7.0
21
22 #### Features
23
24 - add `get_physical` support for macOS
25
26 #### Fixes
27
28 - use `_SC_NPROCESSORS_CONF` on Unix targets
29
30 ### v1.6.2
31
32 #### Fixes
33
34 - revert 1.6.1 for now
35
36 ### v1.6.1
37
38 #### Fixes
39
40 - fixes sometimes incorrect num on Android/ARM Linux (#45)
41
42 ## v1.6.0
43
44 #### Features
45
46 - `get_physical` gains Windows support
47
48 ### v1.5.1
49
50 #### Fixes
51
52 - fix `get` to return 1 if `sysconf(_SC_NPROCESSORS_ONLN)` failed
53
54 ## v1.5.0
55
56 #### Features
57
58 - `get()` now checks `sched_affinity` on Linux
59
60 ## v1.4.0
61
62 #### Features
63
64 - add `haiku` target support
65
66 ## v1.3.0
67
68 #### Features
69
70 - add `redox` target support
71
72 ### v1.2.1
73
74 #### Fixes
75
76 - fixes `get_physical` count (454ff1b)
77
78 ## v1.2.0
79
80 #### Features
81
82 - add `emscripten` target support
83 - add `fuchsia` target support
84
85 ## v1.1.0
86
87 #### Features
88
89 - added `get_physical` function to return number of physical CPUs found
90
91 # v1.0.0
92
93 #### Features
94
95 - `get` function returns number of CPUs (physical and virtual) of current platform