dynare/dynare++
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
..
doc Clarify the timing convention in dynare++ 2016-08-21 10:22:56 +02:00
extern Refactor GeneralMatrix and ConstGeneralMatrix classes 2019-01-24 15:27:23 +01:00
integ Dynare++: use C++11 threads (instead of POSIX threads API) 2019-01-28 18:44:24 +01:00
kord Dynare++: use C++11 threads (instead of POSIX threads API) 2019-01-28 18:44:24 +01:00
parser/cc Dynare++: enforce C++ Emacs mode for bison/flex files 2019-01-15 19:03:58 +01:00
src Dynare++: use C++11 threads (instead of POSIX threads API) 2019-01-28 18:44:24 +01:00
sylv Dynare++ sylvester equation solver: remove the SylvMemory class, not actually used 2019-01-25 18:43:21 +01:00
tests Dynare++: fixed bug in tests 2011-01-20 15:42:53 -05:00
tl Dynare++: use C++11 threads (instead of POSIX threads API) 2019-01-28 18:44:24 +01:00
utils/cc Various modernizations 2019-01-10 18:24:04 +01:00
Makefile.am Build system: minor fixes 2009-11-03 12:48:26 +00:00
c++lib.w Various minor fixes to dynare++ documentation 2009-09-11 17:08:55 +00:00
change_log.html Putting dynare++ under main dynare SVN repository 2009-09-08 13:55:19 +00:00