| Commit message (Expand) | Author | Age | Files | Lines |
* | Modernize memory management | Marc Chevrier | 2020-02-27 | 1 | -12/+10 |
|
|
* | clang-tidy: modernize-use-auto | Regina Pfeifer | 2019-09-10 | 1 | -4/+2 |
|
|
* | clang-tidy: Use `= default` | Regina Pfeifer | 2019-01-25 | 1 | -3/+1 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -4/+2 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -2/+2 |
|
|
* | Pass large types by const&, small types by value | Daniel Pfeifer | 2017-06-03 | 1 | -4/+3 |
|
|
* | Use CM_DISABLE_COPY | Daniel Pfeifer | 2017-04-24 | 1 | -2/+0 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | IWYU: use pragma export | Daniel Pfeifer | 2017-03-23 | 1 | -1/+0 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -0/+7 |
|
|
* | Make sure unnused parameters are /*named*/ | Daniel Pfeifer | 2016-08-16 | 1 | -2/+4 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -2/+2 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -31/+23 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -4/+4 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | BUG: Removed compiled-in CMAKE_SHARED_MODULE_PREFIX and CMAKE_SHARED_MODULE_S... | Brad King | 2006-03-16 | 1 | -13/+0 |
|
|
* | ENH: Cleanup DynamicLoader so that the symbols have more consistent names, st... | Andy Cedilnik | 2006-03-16 | 1 | -240/+26 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -9/+9 |
|
|
* | ENH: fix for bug 2808, use dlopen on new OSX versions | Bill Hoffman | 2006-02-16 | 1 | -11/+9 |
|
|
* | ENH: fix compile error bug# 2020 on mac | Bill Hoffman | 2005-07-15 | 1 | -1/+1 |
|
|
* | ENH: shorten the symbols a bit and remove maps of std::string for map of cmSt... | Bill Hoffman | 2004-09-29 | 1 | -4/+4 |
|
|
* | bug fix for 986 | Bill Hoffman | 2004-07-19 | 1 | -3/+3 |
|
|
* | BUG: don't crash when loading a module that does not exist | Bill Hoffman | 2004-02-17 | 1 | -4/+11 |
|
|
* | ENH: use cmake variables for cmDynamicLoader to figure out library prefix and... | Bill Hoffman | 2004-02-16 | 1 | -46/+13 |
|
|
* | BUG: fix mingw module load tests | Bill Hoffman | 2004-02-16 | 1 | -0/+4 |
|
|
* | ENH: add the unix makefile generator as an option from the windows GUI, this ... | Bill Hoffman | 2003-08-21 | 1 | -1/+1 |
|
|
* | Remove some borland 6 warnings | Bill Hoffman | 2003-05-28 | 1 | -7/+6 |
|
|
* | fix one warning | Ken Martin | 2003-04-17 | 1 | -0/+3 |
|
|
* | fix one warning | Ken Martin | 2003-04-16 | 1 | -1/+1 |
|
|
* | Attempt to make unloading work on OSX | Andy Cedilnik | 2003-04-16 | 1 | -0/+1 |
|
|
* | BUG: fixes for hp | Bill Hoffman | 2003-03-11 | 1 | -1/+1 |
|
|
* | fix free before use | Bill Hoffman | 2002-12-05 | 1 | -2/+3 |
|
|
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh... | Brad King | 2002-10-23 | 1 | -3/+3 |
|
|
* | Remove memory leak caused by cmDynamicLoader not being deleted properly | Ken Martin | 2002-10-09 | 1 | -3/+2 |
|
|
* | BUG: fix load command stuff for cygwin and cleanup at exit | Bill Hoffman | 2002-09-30 | 1 | -3/+5 |
|
|
* | Add accessor for Flushing cache | Andy Cedilnik | 2002-09-24 | 1 | -0/+5 |
|
|
* | fix for cygwin and nmake that does not define WIN32 | Bill Hoffman | 2002-09-24 | 1 | -0/+4 |
|
|
* | Fix cache for non void* types | Andy Cedilnik | 2002-09-23 | 1 | -4/+4 |
|
|
* | Keep track of libraries so that you can load them as many times as you want... | Andy Cedilnik | 2002-09-23 | 1 | -9/+116 |
|
|
* | Fix extension and suffix for modules on mac | Andy Cedilnik | 2002-09-23 | 1 | -2/+2 |
|
|
* | ENH: Pointer-to-function to pointer-to-data casts are not even allowed in str... | Brad King | 2002-09-11 | 1 | -14/+56 |
|
|
* | ERR: Cast from pointer-to-data to pointer-to-function is not allowed in C++. ... | Brad King | 2002-09-10 | 1 | -42/+14 |
|
|
* | removed some couts | Ken Martin | 2002-09-05 | 1 | -10/+9 |
|
|
* | added plugin support | Ken Martin | 2002-08-21 | 1 | -0/+234 |
|
|