Commit History

Author SHA1 Message Date
  Brad King cc3611023d Merge topic 'use-algorithms' 10 years ago
  Stephen Kelly 416df93aa9 Convert some raw loops to cmWrap. 10 years ago
  Stephen Kelly a281809384 Use cmJoin where possible. 10 years ago
  Brad King ffc06c1239 Teach find_(library|file|path) to get prefixes from PATH (#15370) 10 years ago
  Stephen Kelly 0ea719326e cmFindBase: Replace loop with cmJoin on range. 11 years ago
  Stephen Kelly 930bd47816 Replace 'foo.size() == 0' pattern with foo.empty(). 11 years ago
  Stephen Kelly 238dd2fbab Use insert instead of a loop in some cases. 11 years ago
  Chuck Atkins 1abd7cd930 Use containers of labeled search paths instead of individual members 11 years ago
  Chuck Atkins 2a9ac4bd83 Encapsulate search path manipulation functions into a seperate class. 11 years ago
  Chuck Atkins 32922840e7 Refactor and seperate search path construction for find commands 11 years ago
  Stephen Kelly 21c573f682 Remove some c_str() calls. 11 years ago
  Ben Boeckel 3742bb0d32 stringapi: Use strings for variable names 12 years ago
  Brad King 7d47c69365 Drop compatibility with CMake < 2.4 12 years ago
  Brad King e33d8d2d77 Drop builtin command documentation 12 years ago
  Brad King b96f6fc2aa Teach find_(path|file) about Linux multiarch (#13742) 13 years ago
  Brad King 66759eea5e find_library: Optionally consider all names in each directory 13 years ago
  Kitware Robot 7bbaa4283d Remove trailing whitespace from most CMake and C/C++ code 13 years ago
  Yury G. Kudryashov 737c49a357 Add 'const' qualifier to some cmCommand members 13 years ago
  Brad King b0cd630521 Refactor find_* command final path list computation 14 years ago
  Brad King b41ad3b399 Teach find_(library|package) about Linux multiarch (#12037) 14 years ago
  Brad King 183d261b11 Fix find_* argument parsing crash (#11513) 15 years ago
  Brad King 5303fbf09e Speedup find_* commands (#11412) 15 years ago
  Todd Gamblin 1221581aa8 Teach find_* commands to ignore some paths 15 years ago
  Brad King 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
  Brad King 9b8d30081c ENH: Clarify PATH_SUFFIXES documentation 17 years ago
  Brad King c1075aef7b BUG: Fix find_* search order with path suffixes 17 years ago
  Brad King 4543a3ea05 BUG: In find_* commands support NO_* options in short-hand 17 years ago
  Brad King d50785e26e ENH: Make find_* command search order more intuitive. 17 years ago
  Brad King 5b406c9044 ENH: Add HINTS option to find_* commands. 17 years ago
  Brad King 6706f84cd9 ENH: Refactor find_* command framework/appbundle search order impl. 17 years ago