Commit History

Author SHA1 Message Date
  Brad King 5303fbf09e Speedup find_* commands (#11412) 15 years ago
  Alex Neundorf 0367245f0c Replace the two vector<string,string> with one vector<struct{string,string}> 15 years ago
  Alex Neundorf dfe9c95129 Record all considered Config files and their versions. 15 years ago
  Todd Gamblin 1221581aa8 Teach find_* commands to ignore some paths 15 years ago
  Brad King 71910b3fd4 Fix find_package() when <pkg>_DIR is wrong 16 years ago
  Brad King 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
  Brad King ed0650f6ae Teach find_package to search a "package registry" 16 years ago
  Brad King c332e0bf3c ENH: Isolate policy changes in included scripts 17 years ago
  Alexander Neundorf ef3e48c3d5 ENH: when trying to find a FooConfig.cmake file, if in the directory pointed 17 years ago
  Brad King ae28ec9f24 ENH: Preserve <pkg>_FIND_XXX vars in find_package 17 years ago
  Brad King 994262e5cc ENH: Improve find_package version numbering 17 years ago
  Alexander Neundorf c2cc883430 COMP: fix compile warning/error (non-void function returning void) 17 years ago
  Alexander Neundorf 8903f88b36 ENH: provide the xxx_FIND_QUIETLY, xxx_FIND_REQUIRED and xxx_FIND_VERSION_ variables 17 years ago
  Brad King 2b96e0edab ENH: Teach find_package about lib64 paths 17 years ago
  Brad King 5b406c9044 ENH: Add HINTS option to find_* commands. 17 years ago
  Brad King 789c167b6f ENH: Refactor cmFindCommon, cmFindBase, and cmFindPackageCommand 17 years ago
  Brad King 41c2895b75 ENH: Added version support to Config mode of find_package command. 18 years ago
  Ken Martin 0e69d38004 ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class 18 years ago
  Brad King f41b1e8e91 ENH: Implement version support in the find_package command module mode. Version numbers provided to the command are converted to variable settings to tell the FindXXX.cmake module what version is requested. This addresses issue #1645. 18 years ago
  Brad King b424df917d ENH: Major improvements to the FIND_PACKAGE command. See bug #3659. 18 years ago
  Brad King 994c88559a STYLE: Removed trailing whitespace. 18 years ago
  Ken Martin 8d32d229a3 ENH: make commands lower case by default 18 years ago
  Alexander Neundorf 2f06857635 18 years ago
  Alexander Neundorf 8c77fe55dc 18 years ago
  Brad King d9f1d4d71a ENH: Added NO_MODULE and COMPONENTS options to improve flexibility of the command. Re-implemented argument parsing to be simpler and more robust. 19 years ago
  Brad King 9f625beab6 ENH: Added optional component list to the REQUIRED option of the FIND_PACKAGE command. This addresses bug#2771. 20 years ago
  Andy Cedilnik 02b961f29c ENH: Make commands scriptable 20 years ago
  Ken Martin 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
  Brad King d4214bc565 ENH#696: Adding REQUIRED option to FIND_PACKAGE command. It will terminate the cmake configure step if the package is not found. 21 years ago
  Ken Martin 072db6ad70 removed redundent includes 22 years ago