]> git.proxmox.com Git - rustc.git/blob - vendor/num_cpus/CHANGELOG.md
5be725c547355ee5117b51be7f255eebbceb2c9f
[rustc.git] / vendor / num_cpus / CHANGELOG.md
1 ## v1.15.0
2
3 ### Fixes
4
5 - update hermit-abi
6
7 ## v1.14.0
8
9 ### Features
10
11 - add support for cgroups v2
12 - Skip reading files in Miri
13
14 ## v1.13.1
15
16 ### Fixes
17
18 - fix parsing zero or multiple optional fields in cgroup mountinfo.
19
20 ## v1.13.0
21
22 ### Features
23
24 - add Linux cgroups support when calling `get()`.
25
26 ## v1.12.0
27
28 #### Fixes
29
30 - fix `get` on OpenBSD to ignore offline CPUs
31 - implement `get_physical` on OpenBSD
32
33 ## v1.11.1
34
35 #### Fixes
36
37 - Use `mem::zeroed` instead of `mem::uninitialized`.
38
39 ## v1.11.0
40
41 #### Features
42
43 - add `hermit` target OS support
44 - removes `bitrig` support
45
46 #### Fixes
47
48 - fix `get_physical` count with AMD hyperthreading.
49
50 ## v1.10.1
51
52 #### Fixes
53
54 - improve `haiku` CPU detection
55
56 ## v1.10.0
57
58 #### Features
59
60 - add `illumos` target OS support
61 - add default fallback if target is unknown to `1`
62
63 ## v1.9.0
64
65 #### Features
66
67 - add `sgx` target env support
68
69 ## v1.8.0
70
71 #### Features
72
73 - add `wasm-unknown-unknown` target support
74
75 ## v1.7.0
76
77 #### Features
78
79 - add `get_physical` support for macOS
80
81 #### Fixes
82
83 - use `_SC_NPROCESSORS_CONF` on Unix targets
84
85 ### v1.6.2
86
87 #### Fixes
88
89 - revert 1.6.1 for now
90
91 ### v1.6.1
92
93 #### Fixes
94
95 - fixes sometimes incorrect num on Android/ARM Linux (#45)
96
97 ## v1.6.0
98
99 #### Features
100
101 - `get_physical` gains Windows support
102
103 ### v1.5.1
104
105 #### Fixes
106
107 - fix `get` to return 1 if `sysconf(_SC_NPROCESSORS_ONLN)` failed
108
109 ## v1.5.0
110
111 #### Features
112
113 - `get()` now checks `sched_affinity` on Linux
114
115 ## v1.4.0
116
117 #### Features
118
119 - add `haiku` target support
120
121 ## v1.3.0
122
123 #### Features
124
125 - add `redox` target support
126
127 ### v1.2.1
128
129 #### Fixes
130
131 - fixes `get_physical` count (454ff1b)
132
133 ## v1.2.0
134
135 #### Features
136
137 - add `emscripten` target support
138 - add `fuchsia` target support
139
140 ## v1.1.0
141
142 #### Features
143
144 - added `get_physical` function to return number of physical CPUs found
145
146 # v1.0.0
147
148 #### Features
149
150 - `get` function returns number of CPUs (physical and virtual) of current platform