Fix an issue with symbol visibility on machines using ld (linux/mac). Dlopen...
Fix an issue with symbol visibility on machines using ld (linux/mac). Dlopen was not able to find some symbols defined but not referenced in the core Mantid libraries due to the default behaviour for dynamic executables being to only export the symbols referenced at link time. This was causing issues with Group/UnGroup notifications. Re #1224
Showing
- Code/Mantid/API/inc/MantidAPI/AnalysisDataService.h 4 additions, 4 deletionsCode/Mantid/API/inc/MantidAPI/AnalysisDataService.h
- Code/Mantid/Algorithms/src/GroupWorkspaces.cpp 1 addition, 1 deletionCode/Mantid/Algorithms/src/GroupWorkspaces.cpp
- Code/Mantid/Algorithms/src/UnGroupWorkspaces.cpp 41 additions, 61 deletionsCode/Mantid/Algorithms/src/UnGroupWorkspaces.cpp
- Code/Mantid/Main/SConscript 11 additions, 15 deletionsCode/Mantid/Main/SConscript
- Code/qtiplot/qtiplot/qtiplot.pro 5 additions, 0 deletionsCode/qtiplot/qtiplot/qtiplot.pro
- Code/qtiplot/qtiplot/src/Mantid/MantidDock.cpp 2 additions, 17 deletionsCode/qtiplot/qtiplot/src/Mantid/MantidDock.cpp
- Code/qtiplot/qtiplot/src/Mantid/MantidUI.cpp 16 additions, 16 deletionsCode/qtiplot/qtiplot/src/Mantid/MantidUI.cpp
- Code/qtiplot/qtiplot/src/Mantid/MantidUI.h 6 additions, 6 deletionsCode/qtiplot/qtiplot/src/Mantid/MantidUI.h
Loading
Please register or sign in to comment