-
- Downloads
use_dll: under Windows, append MinGW location to the PATH variable only once
Previously, the MinGW location was appended multiple times to the PATH variable, which in some cases would make the variable too long and thus dysfunctional. The variable is now initialized once when the worker threads are created. By the way, move the macOS+Octave environment variable initializations to the same place, for consistency.
parent
df714452
Branches
No related tags found
Checking pipeline status
Showing
- src/ComputingTasks.cc 1 addition, 1 deletionsrc/ComputingTasks.cc
- src/DynamicModel.cc 3 additions, 3 deletionssrc/DynamicModel.cc
- src/DynamicModel.hh 1 addition, 1 deletionsrc/DynamicModel.hh
- src/DynareMain.cc 3 additions, 2 deletionssrc/DynareMain.cc
- src/ModFile.cc 5 additions, 6 deletionssrc/ModFile.cc
- src/ModFile.hh 2 additions, 2 deletionssrc/ModFile.hh
- src/ModelTree.cc 43 additions, 34 deletionssrc/ModelTree.cc
- src/ModelTree.hh 17 additions, 18 deletionssrc/ModelTree.hh
- src/StaticModel.cc 3 additions, 3 deletionssrc/StaticModel.cc
- src/StaticModel.hh 1 addition, 1 deletionsrc/StaticModel.hh
Loading
Please register or sign in to comment