- Feb 15, 2018
-
-
Houtan Bastani authored
-
- Jan 29, 2018
-
- Jan 26, 2018
-
-
- Jan 24, 2018
-
-
Houtan Bastani authored
-
Stéphane Adjemian authored
Revert "macroprocessor: interpret arrays passed on the command line as arrays instead of strings. closes #1578" Commit 204d9cd05fef9ac6fda8530536578c05fab66366 fails with gcc 4.9 (I checked that it works flawlessly with 6.x). The error message is: MacroDriver.cc:63:24: error: 'class std::basic_string<char>' has no member named 'front' if (it->second.front() == '[' && it->second.back() == ']') ^ MacroDriver.cc:63:53: error: 'class std::basic_string<char>' has no member named 'back' if (it->second.front() == '[' && it->second.back() == ']') Ideally we should bump the version of gcc used in the build system, but I will not do that before the next bug fix release. I suppose it is easier to replace the front() and back() methods.
-
- Jan 23, 2018
-
-
Houtan Bastani authored
-
Houtan Bastani authored
macroprocessor: interpret arrays passed on the command line as arrays instead of strings. closes #1578
-
- Jan 12, 2018
-
-
- Jan 11, 2018
-
-
Houtan Bastani authored
-
- Jan 09, 2018
-
-
- Dec 07, 2017
- Dec 04, 2017
-
-
Houtan Bastani authored
-
- Dec 01, 2017
-
-
Houtan Bastani authored
-
- Nov 22, 2017
-
-
Johannes Pfeifer authored
-
- Nov 08, 2017
-
-
Houtan Bastani authored
Correct setting of plot_shock_decomp.type
-
- Nov 07, 2017
-
-
Johannes Pfeifer authored
Closes #1548
-
Houtan Bastani authored
-
- Nov 06, 2017
-
-
Houtan Bastani authored
-
- Oct 17, 2017
-
-
Houtan Bastani authored
-
- Oct 16, 2017
-
-
Houtan Bastani authored
-
- Oct 14, 2017
-
-
Stéphane Adjemian authored
-
- Oct 13, 2017
-
-
Houtan Bastani authored
-
- Oct 10, 2017
-
-
Stéphane Adjemian authored
- Switched to master branch with new OOP interface. - Removed initialization of empty dseries and dates objects (preprocessor).
-
- Oct 09, 2017
-
-
Houtan Bastani authored
-
- Oct 06, 2017
-
-
Houtan Bastani authored
Add preprocessor options for GMM, SMM, IRFs
-
Johannes Pfeifer authored
-
Houtan Bastani authored
-
- Oct 05, 2017
-
-
Houtan Bastani authored
-
- Oct 02, 2017
-
-
Houtan Bastani authored
-
- Sep 28, 2017
-
-
Houtan Bastani authored
-
- Sep 27, 2017
-
-
Houtan Bastani authored
-
- Sep 18, 2017
-
-
Houtan Bastani authored
-
- Sep 15, 2017
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- Sep 13, 2017
-
-
Houtan Bastani authored
preprocessor: histval lag check must be made after transformation to the dynamic model due to ramsey_policy. closes #1193
-
Houtan Bastani authored
-
- Sep 12, 2017
-
-
Houtan Bastani authored
-