- 19 Apr, 2021 2 commits
-
-
Sébastien Villemot authored
Ref. DynareJulia/Dynare.jl#1
-
Sébastien Villemot authored
The Julia code now uses the JSON output for retrieving the information that previously was in the driver file.
-
- 16 Apr, 2021 1 commit
-
-
Sébastien Villemot authored
DataTree::operator=(): fix crash when symbol ID ordering of model local variables does not correspond to the recursive ordering in the model block Ref. dynare#1782
-
- 06 Apr, 2021 2 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
— add “-s” to LDFLAGS instead of manually calling strip — on GNU/Linux, do not pass “-static” to LDFLAGS. We can dynamically link against glibc, since in Artifacts.toml we explicitly mention that we compile for a glibc system (and not musl) — use --host=i686-linux-gnu to compile for GNU/Linux 32-bit, instead of passing “-m32” N.B.: Under Debian, g++-i686-linux-gnu must be installed. Otherwise this will silently use the 64-bit compiler — for symmetry, use --host=x86_64-linux-gnu for GNU/Linux 64-bit — on macOS, pass “-static-libgcc” through LDFLAGS rather than CXXFLAGS; this requires setting CC to gcc-10 — use better names for the jobs
-
- 02 Apr, 2021 5 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Otherwise the pipeline will remain blocked until someone manually starts the deploy job (see documentation of “rules” in Gitlab CI ref.).
-
Sébastien Villemot authored
-
- 01 Apr, 2021 5 commits
-
-
MichelJuillard authored
-
MichelJuillard authored
-
MichelJuillard authored
-
MichelJuillard authored
-
MichelJuillard authored
-
- 11 Mar, 2021 1 commit
-
-
Sébastien Villemot authored
-
- 26 Feb, 2021 2 commits
-
-
Sébastien Villemot authored
Introduced in e46168db.
-
Stéphane Adjemian authored
-
- 23 Feb, 2021 2 commits
-
-
Sébastien Villemot authored
Ref. #59
-
Sébastien Villemot authored
-
- 22 Feb, 2021 1 commit
-
-
Sébastien Villemot authored
Partially reverts f914837a and 567156aa.
-
- 19 Feb, 2021 4 commits
-
-
Sébastien Villemot authored
Ref. #65
-
Sébastien Villemot authored
-
-
Sébastien Villemot authored
Those variables were substituted out by early substitution methods (which are also called on the original model, for an unknown reason). Closes: #65
-
- 18 Feb, 2021 1 commit
-
-
Sébastien Villemot authored
Add interface to set zero_moments_tolerance See merge request !34
-
- 16 Feb, 2021 1 commit
-
-
Willi Mutschler authored
Useful in identification and method_of_moments toolbox to set the tolerance which replaces very small numbers by hard zeros in unconditional second moments (particularly in pruned_state_space_system.m and disp_moments.m)
-
- 10 Feb, 2021 2 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Closes: #63
-
- 04 Feb, 2021 2 commits
-
-
Sébastien Villemot authored
Fix bug with oo_.time See merge request !33
-
Willi Mutschler authored
-
- 03 Feb, 2021 1 commit
-
-
Sébastien Villemot authored
-
- 01 Feb, 2021 5 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Performed using modernize-use-default-member-init from clang-tidy. https://clang.llvm.org/extra/clang-tidy/checks/modernize-use-default-member-init.html
-
Sébastien Villemot authored
Performed using modernize-use-auto from clang-tidy. https://clang.llvm.org/extra/clang-tidy/checks/modernize-use-auto.html
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- 28 Jan, 2021 2 commits
-
-
Sébastien Villemot authored
Save total computing time into oo_ See merge request !32
-
Willi Mutschler authored
-
- 26 Jan, 2021 1 commit
-
-
Johannes Pfeifer authored
filter_initial_state: Port lost preprocessor commits from https://git.dynare.org/JohannesPfeifer/dynare/-/commits/filter_initial_state
-