Releases: tnagler/quickpool
Releases · tnagler/quickpool
v1.6.0
What's Changed
- Improve CMake project, make it plug and play when added as submodule by @davidebeatrici in #17
- Enable CTest and use it in GitHub Actions workflow by @davidebeatrici in #18
- CI: Switch to Visual Studio 2022 by @davidebeatrici in #21
- add ctors for mem::allocator by @tnagler in #22
- Don't produce warnings in downstream projects by @Krzmbrzl in #23
- Make a strict compiler happy by @tvatter in #24
- fix worker allocation in parallel for (fixes #25) by @tnagler in #26
New Contributors
- @davidebeatrici made their first contribution in #17
- @Krzmbrzl made their first contribution in #23
- @tvatter made their first contribution in #24
Full Changelog: v1.5.0...v1.6.0
quickpool 1.5.0
BUG FIXES
- adapt affinity to possibly restricted cpu set. (#16)
v1.4.0
v1.2.0
quickpool 1.1.0
- Small optimization.
- Manual cache alignment.
quickpool 1.0.0
rename to quickpool (#6) * rename to quickpool * update website * remove leftovers