summaryrefslogtreecommitdiffstats
path: root/Source/cmDynamicLoader.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove extra semicolons from C++ code.Stephen Kelly2014-04-031-2/+2
| | | | | Clang based tools running over the code complain about these, but clang has a fixit for removing them.
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
| | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range.
* BUG: Removed compiled-in CMAKE_SHARED_MODULE_PREFIX and ↵Brad King2006-03-161-8/+0
| | | | CMAKE_SHARED_MODULE_SUFFIX for loaded commands in favor of using the settings from the platform files.
* ENH: Cleanup DynamicLoader so that the symbols have more consistent names, ↵Andy Cedilnik2006-03-161-44/+9
| | | | start using dynamic loader from kwsys in CMake
* ENH: fix for bug 2808, use dlopen on new OSX versionsBill Hoffman2006-02-161-3/+8
|
* FIX: fix bug 1690Bill Hoffman2005-03-221-0/+3
|
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* Add accessor for Flushing cacheAndy Cedilnik2002-09-241-0/+4
|
* ENH: Pointer-to-function to pointer-to-data casts are not even allowed in ↵Brad King2002-09-111-10/+2
| | | | strict C. Re-implemented this conversion in pure C++ using a casting trick with an extra level of indirection.
* ERR: Cast from pointer-to-data to pointer-to-function is not allowed in C++. ↵Brad King2002-09-101-1/+12
| | | | The cast needed by cmDynamicLoader::GetSymbolAddress is now hidden in a C file.
* added plugin supportKen Martin2002-08-211-0/+80