Add Facility and Instrument Info exports to Python. Refs #4950
The old api had lowercase 'i' for the facility.instruments but the C++ has uppercase. Lowercase follows our style so the C++ has been changed so that the new can follow this.
Showing
- Code/Mantid/Build/python_export_maker.py 1 addition, 1 deletionCode/Mantid/Build/python_export_maker.py
- Code/Mantid/Framework/Kernel/inc/MantidKernel/FacilityInfo.h 3 additions, 3 deletionsCode/Mantid/Framework/Kernel/inc/MantidKernel/FacilityInfo.h
- Code/Mantid/Framework/Kernel/inc/MantidKernel/InstrumentInfo.h 3 additions, 0 deletions...Mantid/Framework/Kernel/inc/MantidKernel/InstrumentInfo.h
- Code/Mantid/Framework/Kernel/src/ConfigService.cpp 2 additions, 2 deletionsCode/Mantid/Framework/Kernel/src/ConfigService.cpp
- Code/Mantid/Framework/Kernel/src/FacilityInfo.cpp 3 additions, 3 deletionsCode/Mantid/Framework/Kernel/src/FacilityInfo.cpp
- Code/Mantid/Framework/Kernel/src/InstrumentInfo.cpp 15 additions, 0 deletionsCode/Mantid/Framework/Kernel/src/InstrumentInfo.cpp
- Code/Mantid/Framework/Kernel/test/FacilitiesTest.h 10 additions, 7 deletionsCode/Mantid/Framework/Kernel/test/FacilitiesTest.h
- Code/Mantid/Framework/PythonAPI/inc/MantidPythonAPI/std_operator_definitions.h 0 additions, 50 deletions.../PythonAPI/inc/MantidPythonAPI/std_operator_definitions.h
- Code/Mantid/Framework/PythonAPI/inc/MantidPythonAPI/stl_proxies.h 0 additions, 1 deletion...tid/Framework/PythonAPI/inc/MantidPythonAPI/stl_proxies.h
- Code/Mantid/Framework/PythonAPI/src/kernel_exports.cpp 4 additions, 4 deletionsCode/Mantid/Framework/PythonAPI/src/kernel_exports.cpp
- Code/Mantid/Framework/PythonInterface/CMakeLists.txt 2 additions, 0 deletionsCode/Mantid/Framework/PythonInterface/CMakeLists.txt
- Code/Mantid/Framework/PythonInterface/mantid/kernel/CMakeLists.txt 2 additions, 0 deletions...id/Framework/PythonInterface/mantid/kernel/CMakeLists.txt
- Code/Mantid/Framework/PythonInterface/mantid/kernel/src/Exports/ConfigService.cpp 29 additions, 0 deletions...thonInterface/mantid/kernel/src/Exports/ConfigService.cpp
- Code/Mantid/Framework/PythonInterface/mantid/kernel/src/Exports/FacilityInfo.cpp 52 additions, 0 deletions...ythonInterface/mantid/kernel/src/Exports/FacilityInfo.cpp
- Code/Mantid/Framework/PythonInterface/mantid/kernel/src/Exports/InstrumentInfo.cpp 35 additions, 0 deletions...honInterface/mantid/kernel/src/Exports/InstrumentInfo.cpp
- Code/Mantid/Framework/PythonInterface/test/python/ConfigServiceTest.py 15 additions, 1 deletion...ramework/PythonInterface/test/python/ConfigServiceTest.py
- Code/Mantid/Framework/PythonInterface/test/python/FacilityInfoTest.py 29 additions, 0 deletions...Framework/PythonInterface/test/python/FacilityInfoTest.py
- Code/Mantid/Framework/PythonInterface/test/python/InstrumentInfoTest.py 16 additions, 0 deletions...amework/PythonInterface/test/python/InstrumentInfoTest.py
- Code/Mantid/MantidQt/MantidWidgets/src/InstrumentSelector.cpp 4 additions, 4 deletions.../Mantid/MantidQt/MantidWidgets/src/InstrumentSelector.cpp
Loading
Please register or sign in to comment