Go to file
Sébastien Villemot 1d305ca12b
Build system: more Meson rewrite
- add proper detection of Boost
- add logic for making FlexLexer.h always available
- statically link the executable if prefer_static=true
- add Homebrew native file
- add Windows cross file
2023-06-08 18:24:08 +02:00
doc Misc changes for 2023 Summer School 2023-05-17 10:32:19 +02:00
m4 Bump to C++20 standard (with GNU extensions) 2022-05-04 17:37:02 +02:00
scripts Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
src Use different filenames for Bison-generated location files 2023-06-07 11:57:12 +02:00
.gitignore Use different filenames for Bison-generated location files 2023-06-07 11:57:12 +02:00
.gitlab-ci.yml macOS: bump to GCC 13 (for compilation and for use_dll) 2023-06-07 10:48:37 +02:00
COPYING Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
Makefile.am Fix source tarball creation following removal of license.txt 2020-01-22 20:14:57 +01:00
README.md Updates to README 2021-01-06 16:09:35 +01:00
configure.ac Build system: enable the dangling else warning (-Wdangling-else) 2023-04-11 14:22:32 +02:00
homebrew-native.ini Build system: more Meson rewrite 2023-06-08 18:24:08 +02:00
meson.build Build system: more Meson rewrite 2023-06-08 18:24:08 +02:00
windows-cross.ini Build system: more Meson rewrite 2023-06-08 18:24:08 +02:00

README.md

Dynare Preprocessor

The Dynare Preprocessor defines the Dynare model language. It takes in a .mod file, computes the derivatives of the model represented therein, and produces MATLAB/Octave, Julia, or JSON output.

License

Most of the source files are covered by the GNU General Public Licence version 3 or later. There are some exceptions, see the respective file headers.