- Nov 30, 2023
-
-
Sébastien Villemot authored
-
- Jun 07, 2022
-
-
Sébastien Villemot authored
-
- Jun 09, 2021
-
-
Sébastien Villemot authored
-
- Dec 16, 2019
-
-
Sébastien Villemot authored
-
- May 02, 2019
-
-
Sébastien Villemot authored
-
- Apr 23, 2019
-
-
Sébastien Villemot authored
Adapt the code accordingly.
-
- Apr 16, 2019
-
-
Sébastien Villemot authored
-
- Jul 04, 2018
-
-
Sébastien Villemot authored
-
- Jun 04, 2018
-
-
Sébastien Villemot authored
Performed using modernize-use-nullptr from clang-tidy. https://clang.llvm.org/extra/clang-tidy/checks/modernize-use-nullptr.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
-
- Feb 15, 2018
-
-
Houtan Bastani authored
-
- Jun 12, 2013
-
-
Sébastien Villemot authored
-
- Jul 12, 2012
-
-
Sébastien Villemot authored
i.e. don't fail when they happen and instead return 0 or Inf
-
- Feb 16, 2011
-
-
Sébastien Villemot authored
point numbers (like "1e-10000")
-
- Nov 25, 2010
-
-
Sébastien Villemot authored
-
- Dec 16, 2009
-
-
sebastien authored
Beautified preprocessor code (uncrustify + emacs + manual adjustments, in particular with templates in MacroValue) git-svn-id: https://www.dynare.org/svn/dynare/trunk@3249 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- May 07, 2009
-
-
sebastien authored
* change the way we check for success of strtod() in NumericalConstants::AddConstant, because of Windows compatibility problem * reverted r2660 changeset git-svn-id: https://www.dynare.org/svn/dynare/trunk@2661 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- Apr 29, 2009
-
-
sebastien authored
* fixed bug introduced in r2642 with NaN * added a check to verify that the conversion to double succeeded (use strtod() instead of atof()) * store the double values in a vector git-svn-id: https://www.dynare.org/svn/dynare/trunk@2647 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- Apr 28, 2009
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2642 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- Jan 22, 2009
-
-
sebastien authored
trunk preprocessor: allow arbitrary expressions (and not just constants) in estimated_params, estimated_params_init and estimated_params_bounds blocks git-svn-id: https://www.dynare.org/svn/dynare/trunk@2368 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- Oct 29, 2008
-
-
sebastien authored
* replaced all occurrences of "exit(-1)" by "exit(EXIT_FAILURE)" * return EXIT_SUCCESS at the end of main() git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2229 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- Jun 28, 2008
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1906 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- Feb 03, 2008
-
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1686 ac1d8469-bf42-47a9-8791-bf33cf982152
-