Skip to content

Commit

Permalink
release: v3.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Loic Reyreaud <loic.reyreaud@epita.fr>
  • Loading branch information
Loic Reyreaud committed Nov 26, 2018
1 parent e4c1f41 commit 7a1846b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 8 additions & 1 deletion doc/src/changelog.rst
Expand Up @@ -8,11 +8,17 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0

Unreleased
----------

[3.0.0] - 2018-11-26
----------
Added
~~~~~~~
- Added overloading constructor which deducts number of available thread from
the hardware.
- All code now lies in the :code:`ThreadPool` namespace.
- Add an option to either download dependencies or use system wide install.
- Added work stealing in the ThreadPool to increase performance.
- Add multiple macros to select whether or not you wish to enable work stealing.

Changed
~~~~~~~
Expand Down Expand Up @@ -55,6 +61,7 @@ Added

List of releases
----------------
- `Unreleased <https://github.com/reyreaud-l/threadpool/compare/v1.0.0...HEAD>`_
- `Unreleased <https://github.com/reyreaud-l/threadpool/compare/v3.0.0...HEAD>`_
- `3.0.0 <https://github.com/reyreaud-l/threadpool/compare/v2.0.0...v3.0.0>`_
- `2.0.0 <https://github.com/reyreaud-l/threadpool/compare/v1.0.0...v2.0.0>`_
- `1.0.0 <https://github.com/reyreaud-l/threadpool/compare/3e51279...v1.0.0>`_
2 changes: 0 additions & 2 deletions include/threadpool.hpp
@@ -1,7 +1,5 @@
#pragma once

#include <iostream>

#include <algorithm>
#include <condition_variable>
#include <functional>
Expand Down

0 comments on commit 7a1846b

Please sign in to comment.