Leonardo de Moura
|
57115688ea
|
chore(util/thread): fix style
|
2015-09-03 15:07:55 -07:00 |
|
Leonardo de Moura
|
ade3f80089
|
fix(util/thread,init/init): initialization problem
|
2015-09-03 14:43:50 -07:00 |
|
Leonardo de Moura
|
3c50a9cff8
|
fix(util/thread): LEAN_AUTO_THREAD_FINALIZATION on OSX
|
2015-09-03 14:18:31 -07:00 |
|
Leonardo de Moura
|
524e507022
|
fix(util/thread): make sure threads are finalized when using the Lean C API and threads are created by the host system
|
2015-09-02 12:23:10 -07:00 |
|
Leonardo de Moura
|
516c0c73b9
|
refactor(*): remove dependency to thread_local C++11 keyword, the
current compilers have several bugs associated with it
We use the simpler __thread (gcc and clang) and
__declspec(thread) (visual studio).
|
2014-09-24 12:51:04 -07:00 |
|
Leonardo de Moura
|
79cfb32ec7
|
refactor(util): explicit initialization/finalization
|
2014-09-23 08:13:33 -07:00 |
|
Leonardo de Moura
|
e7ae749221
|
feat(boost): implement multi-threading support using Boost
To use Boost instead of the standard library, we must use the cmake option
-D BOOST=ON
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
|
2013-12-09 17:24:32 -08:00 |
|