Commit History

Author SHA1 Message Date
  Oleksandr Koval 209daa20b2 Code style: add missed explicit 'this->' 4 years ago
  Cengizhan Pasaoglu bd705788f6 Constify some code as suggested by clang-tidy 5 years ago
  Vitaly Stakhovsky 11425041f0 cmMakefile::GetDefinition: return cmProp 5 years ago
  Vitaly Stakhovsky f37c14e930 Source: use cmNonempty() 5 years ago
  Vitaly Stakhovsky 7ed8c9ebe3 cmMakefile: add GetDefExpandList() that splits value into std::vector 5 years ago
  Kyle Edwards 61960fa466 Merge topic 'add_find_call_debugging' 5 years ago
  Robert Maynard a7ea20649d find_*: Add debug logging infrastructure 6 years ago
  Marc Chevrier f7d12609f0 Refactoring: use append functions from cmext/algorithm 5 years ago
  Regina Pfeifer f30523d090 clang-tidy: modernize-deprecated-headers 6 years ago
  Regina Pfeifer 8a18bb7cdf cmFind*: Port away from cmCommand 6 years ago
  Sebastian Holtermann 9b334397f5 Source sweep: Use cmStrCat for string concatenation 6 years ago
  Sebastian Holtermann 20e580be01 Source sweep: Use cmIsOn instead of cmSystemTools::IsOn 6 years ago
  Sebastian Holtermann f4f3c68926 Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument 6 years ago
  Robert Maynard 704e3a2ca8 Find: Correct spelling and layout issues in CMAKE_FIND_USE_ docs 6 years ago
  Robert Maynard 02f527c66a Find: Provide global controls for the `NO_[]_PATH` call options 6 years ago
  Sebastian Holtermann 006229278b Use cmAppend to append ranges to std::vector instances 6 years ago
  Artur Ryt f3534386b5 Prefer front/back/data over dereferencing begin/rbegin iter 6 years ago
  Regina Pfeifer 55671b41d2 clang-tidy: Use `= default` 6 years ago
  Regina Pfeifer ef61997b1b clang-tidy: Use emplace 6 years ago
  Cengizhan Pasaoglu c67ab22cdc Using front() and back() instead of calculations 7 years ago
  luz.paz be28106880 Fix misc. typos 7 years ago
  Brad King eb35d8884b find_package: Use PackageName_ROOT variables as search prefixes 7 years ago
  Pavel Solodovnikov c85bb007df Reduce allocation of temporary values on heap. 7 years ago
  luzpaz 777e87ae00 Fix trivial typos in text 8 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
  Brad King 578d95f87d find_*: Disable the PACKAGE_ROOT search path group for CMake 3.9 8 years ago
  Brad King 1ae1b880a8 cmFindCommon: Drop unused FilterPaths method 8 years ago
  Brad King cca8454ee5 cmFindCommon: Fix typo in PackageName_ROOT path label 8 years ago
  Pavel Solodovnikov db2d46e2dd Remove second arg: npos in substr usages 8 years ago