You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Michael Uleysky b3c59f832d Gmt module: Fix memory leak, pointer returned by Get() must be deleted, so, use Find() instead. 9 years ago
cmake/modules Gmt module: CMake build system for gmt module 9 years ago
include New function Find() for ObjectPair and ObjectList. Same as Get() but return constant pointer on already existing object. 9 years ago
modules/gmt Gmt module: Fix memory leak, pointer returned by Get() must be deleted, so, use Find() instead. 9 years ago
src Using ToString instead of std::to_string with different format conversion for double 9 years ago
.gitignore Ignore kdevelop files in .gitignore. 9 years ago
CMakeLists.txt Unset CMAKE_SHARED_MODULE_PREFIX to prevent building modules as lib<name>.so. Modules names are <name>.so. 9 years ago
Makefile Let modules to change list of source files. 9 years ago