summaryrefslogtreecommitdiff
path: root/Source/cmDynamicLoader.h
Commit message (Expand)AuthorAgeFilesLines
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* clang-tidy: Use `= delete`Regina Pfeifer2019-01-291-2/+0
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-2/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use CM_DISABLE_COPYDaniel Pfeifer2017-04-241-5/+3
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* IWYU: use pragma exportDaniel Pfeifer2017-03-231-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-3/+1
* make sure to include cmConfigure.h before cmStandardIncludes.hDaniel Pfeifer2016-09-031-0/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-2/+1
* Rename header guards to not start with double underscoreSean McBride2014-12-111-2/+2
* Remove extra semicolons from C++ code.Stephen Kelly2014-04-031-2/+2
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: Removed compiled-in CMAKE_SHARED_MODULE_PREFIX and CMAKE_SHARED_MODULE_S...Brad King2006-03-161-8/+0
* ENH: Cleanup DynamicLoader so that the symbols have more consistent names, st...Andy Cedilnik2006-03-161-44/+9
* 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 copyrigh...Brad King2002-10-231-3/+3
* Add accessor for Flushing cacheAndy Cedilnik2002-09-241-0/+4
* ENH: Pointer-to-function to pointer-to-data casts are not even allowed in str...Brad King2002-09-111-10/+2
* ERR: Cast from pointer-to-data to pointer-to-function is not allowed in C++. ...Brad King2002-09-101-1/+12
* added plugin supportKen Martin2002-08-211-0/+80