Commit History

Author SHA1 Message Date
  Regina Pfeifer d25a5a7ec9 clang-tidy: modernize-use-auto 6 years ago
  Regina Pfeifer 55671b41d2 clang-tidy: Use `= default` 6 years ago
  Pavel Solodovnikov 7d5095796a Meta: modernize old-fashioned loops to range-based `for`. 8 years ago
  Daniel Pfeifer 5962db4389 Use C++11 nullptr 8 years ago
  Daniel Pfeifer b1ec5deaf1 Pass large types by const&, small types by value 8 years ago
  Daniel Pfeifer d6f0006c0b Use CM_DISABLE_COPY 8 years ago
  Daniel Pfeifer 1d829c862c Use quotes for non-system includes 8 years ago
  Daniel Pfeifer 41ec352832 IWYU: use pragma export 8 years ago
  Brad King 86578eccf2 Simplify CMake per-source license notices 9 years ago
  Daniel Pfeifer efed6468ed fix a load of include-what-you-use violations 9 years ago
  Daniel Pfeifer e7b842e189 Make sure unnused parameters are /*named*/ 9 years ago
  Daniel Pfeifer 1d6909a287 use CM_NULLPTR 9 years ago
  Kitware Robot d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
  Ben Boeckel 270eb96df0 strings: Remove cmStdString references 11 years ago
  Brad King 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
  Brad King 1d38a3e09e BUG: Removed compiled-in CMAKE_SHARED_MODULE_PREFIX and CMAKE_SHARED_MODULE_SUFFIX for loaded commands in favor of using the settings from the platform files. 19 years ago
  Andy Cedilnik f483e48d2a ENH: Cleanup DynamicLoader so that the symbols have more consistent names, start using dynamic loader from kwsys in CMake 19 years ago
  Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup 19 years ago
  Bill Hoffman 4c1ae1b5af ENH: fix for bug 2808, use dlopen on new OSX versions 20 years ago
  Bill Hoffman 2a8f981bee ENH: fix compile error bug# 2020 on mac 20 years ago
  Bill Hoffman 5bf55d1590 ENH: shorten the symbols a bit and remove maps of std::string for map of cmStdString 21 years ago
  Bill Hoffman c5be64081a bug fix for 986 21 years ago
  Bill Hoffman 8f565bdc74 BUG: don't crash when loading a module that does not exist 22 years ago
  Bill Hoffman c60f2fabc4 ENH: use cmake variables for cmDynamicLoader to figure out library prefix and extensions 22 years ago
  Bill Hoffman 07b4d8bbca BUG: fix mingw module load tests 22 years ago
  Bill Hoffman a413160fec ENH: add the unix makefile generator as an option from the windows GUI, this builds with mingw, cygwin, and combinations of make cl, bcc32 22 years ago
  Bill Hoffman 8cb6645ad8 Remove some borland 6 warnings 22 years ago
  Ken Martin 03bba128f3 fix one warning 22 years ago
  Ken Martin 0431b126b2 fix one warning 22 years ago
  Andy Cedilnik 304582d208 Attempt to make unloading work on OSX 22 years ago