dynare/dynare++/parser/cc
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
..
Makefile.am Dynare++: various simplifications 2019-04-24 17:47:15 +02:00
assign.ll Use secure URL for link to GNU licenses 2021-06-09 17:35:05 +02:00
assign.yy Use secure URL for link to GNU licenses 2021-06-09 17:35:05 +02:00
atom_assignings.cc No longer use C++ UTF-8 string literals 2022-05-04 18:32:52 +02:00
atom_assignings.hh Use secure URL for link to GNU licenses 2021-06-09 17:35:05 +02:00
atom_substitutions.cc No longer use C++ UTF-8 string literals 2022-05-04 18:32:52 +02:00
atom_substitutions.hh Use secure URL for link to GNU licenses 2021-06-09 17:35:05 +02:00
dynamic_atoms.cc No longer use C++ UTF-8 string literals 2022-05-04 18:32:52 +02:00
dynamic_atoms.hh Use secure URL for link to GNU licenses 2021-06-09 17:35:05 +02:00
fine_atoms.cc No longer use C++ UTF-8 string literals 2022-05-04 18:32:52 +02:00
fine_atoms.hh Use secure URL for link to GNU licenses 2021-06-09 17:35:05 +02:00
formula.ll Use secure URL for link to GNU licenses 2021-06-09 17:35:05 +02:00
formula.yy Use secure URL for link to GNU licenses 2021-06-09 17:35:05 +02:00
formula_parser.cc Use secure URL for link to GNU licenses 2021-06-09 17:35:05 +02:00
formula_parser.hh Use secure URL for link to GNU licenses 2021-06-09 17:35:05 +02:00
location.hh Global reindentation of Dynare++ 2019-12-20 15:43:17 +01:00
matrix.ll Use secure URL for link to GNU licenses 2021-06-09 17:35:05 +02:00
matrix.yy Use secure URL for link to GNU licenses 2021-06-09 17:35:05 +02:00
matrix_parser.cc Use secure URL for link to GNU licenses 2021-06-09 17:35:05 +02:00
matrix_parser.hh Use secure URL for link to GNU licenses 2021-06-09 17:35:05 +02:00
parser_exception.cc Use secure URL for link to GNU licenses 2021-06-09 17:35:05 +02:00
parser_exception.hh Use secure URL for link to GNU licenses 2021-06-09 17:35:05 +02:00
static_atoms.cc No longer use C++ UTF-8 string literals 2022-05-04 18:32:52 +02:00
static_atoms.hh Use secure URL for link to GNU licenses 2021-06-09 17:35:05 +02:00
static_fine_atoms.cc No longer use C++ UTF-8 string literals 2022-05-04 18:32:52 +02:00
static_fine_atoms.hh Use secure URL for link to GNU licenses 2021-06-09 17:35:05 +02:00
tree.cc No longer use C++ UTF-8 string literals 2022-05-04 18:32:52 +02:00
tree.hh Use secure URL for link to GNU licenses 2021-06-09 17:35:05 +02:00