Skip to content
Snippets Groups Projects
  1. Sep 09, 2024
    • Sébastien Villemot's avatar
      Initial HANK support · 1e68b2fc
      Sébastien Villemot authored
      – New “heterogeneity_dimension” statement
      – New option “heterogeneity” to “var”, “varexo”, “parameters”, “model” and
        “shocks” statements
      – New “SUM()” operator in “model” block
      1e68b2fc
  2. Jan 31, 2024
  3. Dec 01, 2023
  4. Nov 30, 2023
  5. Sep 27, 2023
  6. Oct 04, 2022
  7. Sep 14, 2022
  8. Sep 13, 2022
  9. Jun 24, 2022
  10. Jun 03, 2022
  11. May 18, 2022
    • Sébastien Villemot's avatar
      No longer delete move constructor/assignment operator · 27952078
      Sébastien Villemot authored
      We follow the advice given by Josuttis in his book about move semantics.
      
      Deleting those member fuctions can be a bug if we want to allow copy semantics,
      because overload resolution will no longer fallback to the copy
      constructor/assignment operator when given an rvalue.
      
      In particular, this explain why it was not possible to delete the move
      assignment operator of the StaticModel class.
      27952078
  12. Jun 09, 2021
  13. Dec 20, 2019
  14. Dec 12, 2019
  15. Dec 11, 2019
  16. Apr 16, 2019
  17. Dec 10, 2018
  18. Oct 10, 2018
    • Sébastien Villemot's avatar
      Add copy constructors / assignment operators for the DataTree class hierarchy · f2cf86b7
      Sébastien Villemot authored
      In particular, it is necessary to turn back DataTree::AddVariable() into a
      non-virtual method, because it is called from DataTree's constructor. Enforcing
      the absence of leads/lags is now done using a new boolean DataTree::is_static.
      
      Take advantage of the new copy constructor for handling
      PlannerObjectiveStatement more elegantly.
      
      Unfortunately it is not possible to implement *move* constructor / assigment
      operators, because the reference ExprNode::datatree is not mutable.
      f2cf86b7
  19. Oct 04, 2018
  20. Sep 14, 2018
  21. Sep 05, 2018
  22. Aug 22, 2018
  23. Aug 17, 2018
  24. Jul 17, 2018
  25. Jun 04, 2018
  26. Feb 15, 2018
  27. Oct 17, 2017
  28. Aug 30, 2017
  29. Oct 30, 2015
  30. Jul 28, 2015
  31. Jul 21, 2015
  32. Jun 09, 2015
  33. Jun 08, 2015
  34. Apr 24, 2014
Loading