32 Commits (e4e9ce7cbe9b41dd535d5246153900cb9657c6ba)

Author SHA1 Message Date
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 2e620f0b38 Fix several include-what-you-use findings 9 years ago
Daniel Pfeifer 9855ebf11a Make cmCommand not inherit from cmObject 9 years ago
Brad King 86578eccf2 Simplify CMake per-source license notices 9 years ago
Kitware Robot d9fd2f5402 Revise C++ coding style using clang-format 9 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
Ben Boeckel 270eb96df0 strings: Remove cmStdString references 12 years ago
Ben Boeckel 3742bb0d32 stringapi: Use strings for variable names 12 years ago
Brad King e33d8d2d77 Drop builtin command documentation 12 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 14 years ago
Brad King 5303fbf09e Speedup find_* commands (#11412) 15 years ago
Bill Hoffman f9687e328f Merge in changes to CMake-2-8 RC 2 16 years ago
Brad King 96afb12087 Convert CMake to OSI-approved BSD License 16 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
Brad King 789c167b6f ENH: Refactor cmFindCommon, cmFindBase, and cmFindPackageCommand 17 years ago
Brad King b424df917d ENH: Major improvements to the FIND_PACKAGE command. See bug #3659. 18 years ago
Alexander Neundorf 0398d8ad38 ENH: add support for CMAKE_FIND_PREFIX_PATH as discussed with Brad. 18 years ago
Alexander Neundorf aee311a89d STYLE: fix line lengths 18 years ago
Alexander Neundorf 61d3444f93 ENH: merge CMake-CrossCompileBasic to HEAD 18 years ago
Bill Hoffman 255a4b966e BUG: fix problem with path suffix and mac frameworks and find stuff, showed up in FindPythonLibs.cmake 19 years ago
Brad King ec637248da BUG: If the user specifies a cache entry on the command line without a type, the FIND_* commands should add the type and docstring to the given value and put it back in the cache. 19 years ago
Bill Hoffman cae4e6b37a ENH: add patch for finding applications on OSX 20 years ago
Bill Hoffman 3cf3fc510f ENH: make sure framework search order is correct 20 years ago
Brad King 3731dff127 ENH: Added NO_CMAKE_ENVIRONMENT_PATH, NO_CMAKE_PATH, NO_SYSTEM_ENVIRONMENT_PATH, and NO_CMAKE_SYSTEM_PATH options back to allow more granularity than NO_DEFAULT_PATH. 20 years ago
Bill Hoffman 0fa30e1a69 ENH: clean up find stuff so that NO_SYSTEM_PATH is backwards compatible and you get put system env variables in the find commands 20 years ago
Bill Hoffman 89e5fc63fe STYLE: fix line lengths 20 years ago
Bill Hoffman a5825cd11a ENH: check in new find stuff 20 years ago
Bill Hoffman 4650f78dd5 ENH: add new find stuff 20 years ago