Commit History

Author SHA1 Message Date
  Kyle Edwards 0f5c1b404b find_package(): Add policy to remove the FindQt module 7 years ago
  Cengizhan Pasaoglu c67ab22cdc Using front() and back() instead of calculations 7 years ago
  Jean-Christophe Fillion-Robin 30d08bdce9 doc: Consistently use <PackageName> for describing the name of a package 7 years ago
  Vitaly Stakhovsky 69ca85cc7f Remove unnecessary c_str() in RegularExpression::find calls 7 years ago
  Kitware Robot d7204e649e Revise C++ coding style using clang-format-6.0 7 years ago
  Ruslan Baratov 4eb5d851d5 Help: Add 'lib32|libx32|lib64' paths to find_package prefixes 7 years ago
  Brad King eb35d8884b find_package: Use PackageName_ROOT variables as search prefixes 7 years ago
  Pavel Solodovnikov 653b894683 Reduce raw string pointers usage. 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
  Matthias Maennich f0489856e3 Retire std::auto_ptr and its macro CM_AUTO_PTR 8 years ago
  Brad King 0b33aee48b Use C++11 override instead of CM_OVERRIDE 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
  Chuck Atkins c5d2b99c02 find_package: Add missing PACKAGE_ROOT_PATH search path implementation. 8 years ago
  Brad King e7730d78b4 find_package: Restore longer message when config files were considered 8 years ago
  Daniel Pfeifer 8d7b3ef5d4 Provide and use CM_FALLTHROUGH 8 years ago
  Pavel Solodovnikov 8b6f439ef2 Access string npos without instance 8 years ago
  Brad King f8642f953d Merge topic 'reduce-string-copying' 8 years ago
  Pavel Solodovnikov 86dc86dd6c Add const-reference qualifications 8 years ago
  Brad King a9b11235a8 Merge topic 'find_package-shorter-message' 8 years ago
  Christoph Grüninger d0b9d1cceb find_package: shorten output for missing package in config mode 8 years ago
  Christoph Grüninger d9df805f6a cmFindPackageCommand: Split condition to improve readability 8 years ago
  Chuck Atkins ef3d360a3d find_*: Add a new PackageRoot search path group 8 years ago
  Daniel Pfeifer 1d829c862c Use quotes for non-system includes 8 years ago
  Daniel Pfeifer 4b49c9a245 fix include order of windows.h 8 years ago
  Steven Newbury 462cf25427 Add support for x32-abi 8 years ago
  Daniel Pfeifer e81c323da9 Include necessary headers in commands 9 years ago
  Daniel Pfeifer 569509f4bf Fix newly discovered clang-tidy issues 9 years ago