Skip to content

Releases: DeveloperPaul123/thread-pool

Minor fixes for `vcpkg` support

01 Aug 13:56
fc9c6bb
Compare
Choose a tag to compare

What's Changed

  • Updates for 0.6.1 release by @DeveloperPaul123 in #46
  • Do not unconditionally download CPM.cmake. Now it's only downloaded when tests, benchmarks or example builds are turned on.

Full Changelog: 0.6.1...0.6.2

🐛 Bug fixes and `vcpkg` support!

31 Jul 19:33
4051c9c
Compare
Choose a tag to compare

What's Changed

  • Fixed issue where thread pool hangs indefinitely if job scheduled on running thread and all other threads have finished execution by @jtd-formlabs in #41
  • Better vcpkg support by @DeveloperPaul123 in #45

New Contributors

Full Changelog: 0.6.0...0.6.1

Small improvements and fixes

02 Jun 19:15
87b8a3a
Compare
Choose a tag to compare

‼️ Breaking Changes

  • CMake minimum version was changed to 3.19 (#38)

What's Changed

New Contributors

Full Changelog: 0.5.1...0.6.0

Minor fixes and tweaks

20 Oct 21:52
80b3c8b
Compare
Choose a tag to compare

What's Changed

New Contributors

Note: Had to re-do the release because I forgot to update the library version in CMake 😅

Full Changelog: 0.5.0...0.5.1

Fixes, Performance Improvements and Benchmarks

14 May 16:17
17b3cfe
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.1...0.5.0

Minor Fixes

24 Feb 21:04
19e1da1
Compare
Choose a tag to compare

Removed unused code and headers

Full Changelog: 0.4.0...0.4.1

Performance Improvements and Other Minor Changes

24 Feb 19:36
e10b3b3
Compare
Choose a tag to compare

What's Changed

  • Distribute Task Workload Across Threads Based on Thread Performance by @DeveloperPaul123 in #7

Full Changelog: 0.3.0...0.4.0

Improvements and Fixes

29 Dec 16:39
c1b91fd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.3.0

Minor Fixes

19 Nov 18:46
6d01b06
Compare
Choose a tag to compare

Changed

  • Changed the way parameter pack expansion is handled in a lambda init. Altered so that we can now take advantage of C++20 features and remove usage of std::make_tuple and std::apply.

Initial Release

19 Nov 17:15
d13de55
Compare
Choose a tag to compare

🚀 First release!