index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
unsupported
/
Eigen
/
CXX11
/
ThreadPool
Commit message (
Expand
)
Author
Age
*
bug #1596: fix inclusion of Eigen's header within unsupported modules.
Gael Guennebaud
2018-09-17
*
Address comments about EIGEN_THREAD_LOCAL.
Rasmus Munk Larsen
2018-08-24
*
Protect #undef max with #ifdef max.
Rasmus Munk Larsen
2018-08-23
*
Add support for thread local support on platforms that do not support it thro...
Rasmus Munk Larsen
2018-08-13
*
Remove SimpleThreadPool and always use {NonBlocking}ThreadPool
Eugene Zhulenev
2018-07-16
*
Moved the choice of ThreadPool to unsupported/Eigen/CXX11/ThreadPool
Benoit Steiner
2016-12-12
*
Added support for thread cancellation on Linux
Benoit Steiner
2016-12-08
*
Fix missing inclusion of Eigen/Core
Gael Guennebaud
2016-04-27
*
Refactor the unsupported CXX11/Core module to internal headers only.
Gael Guennebaud
2016-04-26
*
Started to implement a portable way to yield.
Benoit Steiner
2016-04-19
*
Implemented a more portable version of thread local variables
Benoit Steiner
2016-04-19
*
Cleanup
Benoit Steiner
2016-04-14
*
Added a more scalable non blocking thread pool
Benoit Steiner
2016-04-14