dynare/mex/sources/bytecode
Sébastien Villemot 47357bb432
Bytecode: port to C++11 nullptr keyword
Performed using modernize-use-nullptr from clang-tidy.

Manual intervention to remove old-style C casts to nullptr.

https://clang.llvm.org/extra/clang-tidy/checks/modernize-use-nullptr.html
2021-02-01 14:50:42 +01:00
..
testing Bytecode: port to C++11 emplace_back() method on containers 2021-02-01 14:50:42 +01:00
ErrorHandling.hh Bytecode: port to C++11 nullptr keyword 2021-02-01 14:50:42 +01:00
Evaluate.cc Bytecode: port to C++11 nullptr keyword 2021-02-01 14:50:42 +01:00
Evaluate.hh Global reindentation of MEX sources 2019-12-20 16:30:24 +01:00
Interpreter.cc Bytecode: port to C++11 nullptr keyword 2021-02-01 14:50:42 +01:00
Interpreter.hh Use Unicode copyright symbol (in UTF-8 encoding) 2019-04-16 11:42:16 +02:00
Mem_Mngr.cc Bytecode: port to C++11 nullptr keyword 2021-02-01 14:50:42 +01:00
Mem_Mngr.hh Global reindentation of MEX sources 2019-12-20 16:30:24 +01:00
SparseMatrix.cc Bytecode: port to C++11 nullptr keyword 2021-02-01 14:50:42 +01:00
SparseMatrix.hh Global reindentation of MEX sources 2019-12-20 16:30:24 +01:00
SparseMatrix_kernel.cu - adds the kernel CUDA file for SparseMatrix 2013-03-22 16:36:30 +01:00
bytecode.cc Bytecode: port to C++11 nullptr keyword 2021-02-01 14:50:42 +01:00