dynare/dynare++
Sébastien Villemot ce2c1e0d30
No longer use C++ UTF-8 string literals
They don’t bring any added value, and break compilation in C++20 mode (because
they are then of type “const char8_t *” which is distinct from “const char *”).
2022-05-04 18:32:52 +02:00
..
doc Dynare++ tutorial: add a note about the computation of IRFs when shocks are correlated 2020-09-09 17:04:16 +02:00
dynare_simul Use Unicode copyright symbol (in UTF-8 encoding) in all source files 2022-04-13 14:54:25 +02:00
integ Use secure URL for link to GNU licenses 2021-06-09 17:35:05 +02:00
kord No longer use C++ UTF-8 string literals 2022-05-04 18:32:52 +02:00
parser/cc No longer use C++ UTF-8 string literals 2022-05-04 18:32:52 +02:00
src No longer use C++ UTF-8 string literals 2022-05-04 18:32:52 +02:00
sylv No longer use C++ UTF-8 string literals 2022-05-04 18:32:52 +02:00
tests Dynare++: add test mod files to testsuite 2019-04-29 18:31:54 +02:00
tl Dynare++: minor fix to check for oversized problem 2022-01-21 14:55:37 +01:00
utils/cc Use secure URL for link to GNU licenses 2021-06-09 17:35:05 +02:00
Makefile.am Build system + Windows/macOS package: provisions for Dynare++’s dynare_simul.m 2020-02-25 16:33:32 +01:00