dynare/dynare++/src
Sébastien Villemot 7e003cc591
Port some constructors to pass-by-value using C++11 move semantics
Performed using modernize-pass-by-value from clang-tidy.

https://clang.llvm.org/extra/clang-tidy/checks/modernize-pass-by-value.html
2019-01-09 15:46:04 +01:00
..
Makefile.am Dynare++: finish to apply Dynare C++ coding style and extensions (.cc/.hh) 2019-01-08 17:12:05 +01:00
dynare3.cc Port to C++11 range-based for loops 2019-01-09 15:44:26 +01:00
dynare3.hh Dynare++: finish to apply Dynare C++ coding style and extensions (.cc/.hh) 2019-01-08 17:12:05 +01:00
dynare_atoms.cc Port to C++11 range-based for loops 2019-01-09 15:44:26 +01:00
dynare_atoms.hh Dynare++: finish to apply Dynare C++ coding style and extensions (.cc/.hh) 2019-01-08 17:12:05 +01:00
dynare_exception.hh Dynare++: finish to apply Dynare C++ coding style and extensions (.cc/.hh) 2019-01-08 17:12:05 +01:00
dynare_model.cc Port to C++11 range-based for loops 2019-01-09 15:44:26 +01:00
dynare_model.hh Use C++11 unordered_{map,set} instead of boost's 2019-01-08 17:38:21 +01:00
dynare_params.cc Dynare++: finish to apply Dynare C++ coding style and extensions (.cc/.hh) 2019-01-08 17:12:05 +01:00
dynare_params.hh Dynare++: finish to apply Dynare C++ coding style and extensions (.cc/.hh) 2019-01-08 17:12:05 +01:00
dynglob.ll Dynare++: finish to apply Dynare C++ coding style and extensions (.cc/.hh) 2019-01-08 17:12:05 +01:00
dynglob.yy Dynare++: finish to apply Dynare C++ coding style and extensions (.cc/.hh) 2019-01-08 17:12:05 +01:00
forw_subst_builder.cc Port to C++11 range-based for loops 2019-01-09 15:44:26 +01:00
forw_subst_builder.hh Dynare++: finish to apply Dynare C++ coding style and extensions (.cc/.hh) 2019-01-08 17:12:05 +01:00
main.cc Dynare++: finish to apply Dynare C++ coding style and extensions (.cc/.hh) 2019-01-08 17:12:05 +01:00
nlsolve.cc Dynare++: finish to apply Dynare C++ coding style and extensions (.cc/.hh) 2019-01-08 17:12:05 +01:00
nlsolve.hh Dynare++: finish to apply Dynare C++ coding style and extensions (.cc/.hh) 2019-01-08 17:12:05 +01:00
planner_builder.cc Port some constructors to pass-by-value using C++11 move semantics 2019-01-09 15:46:04 +01:00
planner_builder.hh Port some constructors to pass-by-value using C++11 move semantics 2019-01-09 15:46:04 +01:00