dynare/dynare++/integ
Sébastien Villemot 752a02a36c
Dynare++: use C++11 threads (instead of POSIX threads API)
On Windows, this means that a POSIX threads implementation is no longer needed,
since C++11 threads are implemented using native Windows threads.

On GNU/Linux and macOS, POSIX threads are still used under the hood.

A new m4 macro (AX_CXX11_THREAD) is used to add the proper compilation
flags (instead of AX_PTHREAD).
2019-01-28 18:44:24 +01:00
..
cc Dynare++: use C++11 threads (instead of POSIX threads API) 2019-01-28 18:44:24 +01:00
src Dynare++: use C++11 threads (instead of POSIX threads API) 2019-01-28 18:44:24 +01:00
testing Dynare++: use C++11 threads (instead of POSIX threads API) 2019-01-28 18:44:24 +01:00
Makefile.am New build system for standalone dynare++ 2009-09-11 17:34:15 +00:00