Changes
Summary
- removed useless file that was added in BigShip_HS16
- CMP0026 is deprecated in recent versions of CMake -> moved it to the APPLE section because it seems to be used only there and therefore should be fixed there
- apparently we must create the directory for module/plugin-files manually to make it work with some (older?) versions of CMake
- with the latest CMake there are a lot of warnings about the usage of CMP0026. therefore the naming and content of the module/plugin-files had to be changed: old: <library-filename>.module with content <target-name> new: <target-name>.module with content <library-filename> this seems to comply better with cmake and works equally well in c++ (with some small adjustments). reference: https://cmake.org/cmake/help/v3.0/policy/CMP0026.html
- bugfix: don't try to unload a DynLib if it doesn't exist (e.g. after loading the DynLib failed)
Change Type | Path in Repository | Path in Workspace |
---|---|---|
/code/trunk/src/test.txt | src/test.txt | |
Change Type | Path in Repository | Path in Workspace |
/code/trunk/src/CMakeLists.txt | src/CMakeLists.txt | |
Change Type | Path in Repository | Path in Workspace |
/code/trunk/cmake/tools/TargetUtilities.cmake | cmake/tools/TargetUtilities.cmake | |
Change Type | Path in Repository | Path in Workspace |
/code/trunk/cmake/tools/TargetUtilities.cmake | cmake/tools/TargetUtilities.cmake | |
/code/trunk/src/libraries/core/ApplicationPaths.cc | src/libraries/core/ApplicationPaths.cc | |
/code/trunk/src/libraries/core/ApplicationPaths.h | src/libraries/core/ApplicationPaths.h | |
/code/trunk/src/libraries/core/Core.cc | src/libraries/core/Core.cc | |
/code/trunk/src/libraries/core/module/PluginManager.cc | src/libraries/core/module/PluginManager.cc | |
Change Type | Path in Repository | Path in Workspace |
/code/trunk/src/libraries/core/Core.cc | src/libraries/core/Core.cc |