Commit Verlauf

Autor SHA1 Nachricht Datum
  Brad King 5303fbf09e Speedup find_* commands (#11412) vor 15 Jahren
  Alex Neundorf 0367245f0c Replace the two vector<string,string> with one vector<struct{string,string}> vor 15 Jahren
  Alex Neundorf dfe9c95129 Record all considered Config files and their versions. vor 15 Jahren
  Todd Gamblin 1221581aa8 Teach find_* commands to ignore some paths vor 15 Jahren
  Brad King 71910b3fd4 Fix find_package() when <pkg>_DIR is wrong vor 16 Jahren
  Brad King 96afb12087 Convert CMake to OSI-approved BSD License vor 16 Jahren
  Brad King ed0650f6ae Teach find_package to search a "package registry" vor 16 Jahren
  Brad King c332e0bf3c ENH: Isolate policy changes in included scripts vor 17 Jahren
  Alexander Neundorf ef3e48c3d5 ENH: when trying to find a FooConfig.cmake file, if in the directory pointed vor 17 Jahren
  Brad King ae28ec9f24 ENH: Preserve <pkg>_FIND_XXX vars in find_package vor 17 Jahren
  Brad King 994262e5cc ENH: Improve find_package version numbering vor 17 Jahren
  Alexander Neundorf c2cc883430 COMP: fix compile warning/error (non-void function returning void) vor 17 Jahren
  Alexander Neundorf 8903f88b36 ENH: provide the xxx_FIND_QUIETLY, xxx_FIND_REQUIRED and xxx_FIND_VERSION_ variables vor 17 Jahren
  Brad King 2b96e0edab ENH: Teach find_package about lib64 paths vor 17 Jahren
  Brad King 5b406c9044 ENH: Add HINTS option to find_* commands. vor 17 Jahren
  Brad King 789c167b6f ENH: Refactor cmFindCommon, cmFindBase, and cmFindPackageCommand vor 17 Jahren
  Brad King 41c2895b75 ENH: Added version support to Config mode of find_package command. vor 18 Jahren
  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 vor 18 Jahren
  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. vor 18 Jahren
  Brad King b424df917d ENH: Major improvements to the FIND_PACKAGE command. See bug #3659. vor 18 Jahren
  Brad King 994c88559a STYLE: Removed trailing whitespace. vor 18 Jahren
  Ken Martin 8d32d229a3 ENH: make commands lower case by default vor 18 Jahren
  Alexander Neundorf 2f06857635 vor 18 Jahren
  Alexander Neundorf 8c77fe55dc vor 18 Jahren
  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. vor 19 Jahren
  Brad King 9f625beab6 ENH: Added optional component list to the REQUIRED option of the FIND_PACKAGE command. This addresses bug#2771. vor 20 Jahren
  Andy Cedilnik 02b961f29c ENH: Make commands scriptable vor 20 Jahren
  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 vor 20 Jahren
  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. vor 21 Jahren
  Ken Martin 072db6ad70 removed redundent includes vor 22 Jahren