aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/ThreadPool/EventCount.h
Commit message (Expand)AuthorAge
* A) fix deadlocks in thread pool caused by EventCountGravatar Rasmus Munk Larsen2019-05-08
* Improve EventCount used by the non-blocking threadpool.Gravatar Rasmus Munk Larsen2019-02-22
* A few small fixes to a) prevent throwing in ctors and dtors of the threading ...Gravatar Rasmus Munk Larsen2018-11-09
* Fiw shadowing of last and allGravatar Gael Guennebaud2018-09-21
* bug #1598: Let MaxSizeVector respect alignment of objects and add a unit testGravatar Christoph Hertzberg2018-09-14
* Use padding instead of alignment attribute, which MaxSizeVector does not resp...Gravatar Rasmus Munk Larsen2018-09-05
* Use plain_assert in destructors to avoid throwing in CXX11 tests where main.h...Gravatar Rasmus Munk Larsen2018-08-14
* Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
* Use MaxSizeVector instead of std::vector: xcode sometimes assumes that std::v...Gravatar Benoit Steiner2016-09-02
* Align the first element of the Waiter struct instead of padding it. This redu...Gravatar Benoit Steiner2016-06-02
* Started to implement a portable way to yield.Gravatar Benoit Steiner2016-04-19
* Added a more scalable non blocking thread poolGravatar Benoit Steiner2016-04-14