Move FileRegistry to singleton Refs #7263
It appears that we can't start the FrameworkManager during static initialization or the destruction of the FrameworkManager instance gets instance gets confused.
Showing
- Code/Mantid/Framework/API/CMakeLists.txt 0 additions, 1 deletionCode/Mantid/Framework/API/CMakeLists.txt
- Code/Mantid/Framework/API/inc/MantidAPI/FileLoaderRegistry.h 20 additions, 5 deletionsCode/Mantid/Framework/API/inc/MantidAPI/FileLoaderRegistry.h
- Code/Mantid/Framework/API/inc/MantidAPI/FrameworkManager.h 0 additions, 7 deletionsCode/Mantid/Framework/API/inc/MantidAPI/FrameworkManager.h
- Code/Mantid/Framework/API/inc/MantidAPI/RegisterFileLoader.h 3 additions, 4 deletionsCode/Mantid/Framework/API/inc/MantidAPI/RegisterFileLoader.h
- Code/Mantid/Framework/API/src/FileLoaderRegistry.cpp 15 additions, 9 deletionsCode/Mantid/Framework/API/src/FileLoaderRegistry.cpp
- Code/Mantid/Framework/API/src/FrameworkManager.cpp 1 addition, 2 deletionsCode/Mantid/Framework/API/src/FrameworkManager.cpp
- Code/Mantid/Framework/API/test/FileLoaderRegistryTest.h 0 additions, 117 deletionsCode/Mantid/Framework/API/test/FileLoaderRegistryTest.h
Loading
Please register or sign in to comment