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
|
7e84d5df3d
|
refactor(util): explicit initialization/finalization
|
2014-09-24 10:12:29 -07:00 |
|
Leonardo de Moura
|
79cfb32ec7
|
refactor(util): explicit initialization/finalization
|
2014-09-23 08:13:33 -07:00 |
|
Leonardo de Moura
|
b6781711b1
|
refactor(*): explicit initialization/finalization for serialization
modules, expression annotations, and tactics
|
2014-09-22 15:26:41 -07:00 |
|