| Commit message (Expand) | Author | Age | Files | Lines |
* | find_program: Find programs that are executable but not readable | Vladimir Menshakov | 2020-04-09 | 1 | -1/+1 |
|
|
* | cmMakefile::AddCacheDefinition: Add overload that accepts std::string value | Vitaly Stakhovsky | 2020-03-11 | 1 | -2/+2 |
|
|
* | find_*: Add support for REQUIRED keyword | Sylvain Joubert | 2020-03-06 | 1 | -0/+8 |
|
|
* | find_*: Use debug logging infrastructure | Robert Maynard | 2019-12-19 | 1 | -5/+14 |
|
|
* | cmFind*: Port away from cmCommand | Regina Pfeifer | 2019-09-10 | 1 | -3/+9 |
|
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -2/+1 |
|
|
* | Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}With | Sebastian Holtermann | 2019-08-01 | 1 | -1/+2 |
|
|
* | find_program: Restore leading double slash on Windows network path | Brad King | 2019-03-14 | 1 | -1/+1 |
|
|
* | find_program: Consider CWD only for paths with separator | Sam Yates | 2018-06-14 | 1 | -8/+26 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -1/+1 |
|
|
* | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -1/+1 |
|
|
* | Replace empty-string comparisons with checking against `empty()`. | Pavel Solodovnikov | 2017-09-21 | 1 | -2/+2 |
|
|
* | Use C++11 nullptr (cont.) | Matthias Maennich | 2017-09-19 | 1 | -1/+1 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -23/+15 |
|
|
* | Pass large types by const&, small types by value | Daniel Pfeifer | 2017-06-03 | 1 | -1/+2 |
|
|
* | clang-tidy: apply readability-redundant-string-init fixes | Daniel Pfeifer | 2016-12-12 | 1 | -2/+2 |
|
|
* | Include necessary headers in commands | Daniel Pfeifer | 2016-10-26 | 1 | -1/+3 |
|
|
* | Separate compilation for commands included in cmBootstrapCommands1 | Daniel Pfeifer | 2016-10-21 | 1 | -0/+2 |
|
|
* | cmState: Move CacheEntryType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -3/+3 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | Avoid else after return | Daniel Pfeifer | 2016-09-16 | 1 | -2/+1 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -114/+77 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -4/+0 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | find_program: Fix regression in finding an already-known path | Brad King | 2015-10-30 | 1 | -0/+13 |
|
|
* | find_program: Optionally consider all names in each directory | Brad King | 2015-09-02 | 1 | -0/+41 |
|
|
* | cmFindProgramCommand: Re-implement search using more flexible approach | Brad King | 2015-09-02 | 1 | -1/+96 |
|
|
* | cmFindProgramCommand: Use Names member instead of passing it | Brad King | 2015-09-02 | 1 | -9/+8 |
|
|
* | cmState: Move CacheEntryType enum from cmCacheManager. | Stephen Kelly | 2015-04-13 | 1 | -4/+3 |
|
|
* | Remove some unneeded c_str calls. | Stephen Kelly | 2014-11-23 | 1 | -1/+1 |
|
|
* | strings: Remove redundant calls to std::string::c_str() | Nils Gladitz | 2014-10-15 | 1 | -1/+1 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -3/+3 |
|
|
* | Drop builtin command documentation | Brad King | 2013-10-16 | 1 | -31/+0 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -20/+20 |
|
|
* | Fix crash if app bundle executeable couldn't be found | Bjoern Ricks | 2012-02-25 | 1 | -1/+2 |
|
|
* | Teach find_(library|package) about Linux multiarch (#12037) | Brad King | 2011-06-08 | 1 | -0/+2 |
|
|
* | Speedup find_* commands (#11412) | Brad King | 2010-11-12 | 1 | -5/+6 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: Refactor find_* command framework/appbundle search order impl. | Brad King | 2008-06-09 | 1 | -2/+5 |
|
|
* | ENH: add return and break support to cmake, also change basic command invocat... | Ken Martin | 2008-01-23 | 1 | -1/+2 |
|
|
* | ENH: Major improvements to the FIND_PACKAGE command. See bug #3659. | Brad King | 2008-01-17 | 1 | -0/+6 |
|
|
* | ENH: add support for CMAKE_FIND_PREFIX_PATH as discussed with Brad. | Alexander Neundorf | 2007-10-26 | 1 | -0/+2 |
|
|
* | ENH: make commands lower case by default | Ken Martin | 2007-10-10 | 1 | -1/+1 |
|
|
* | ENH: add cmExternalMakefileProjectGenerator, which should make it easier to | Alexander Neundorf | 2007-06-08 | 1 | -0/+3 |
|
|
* | BUG: If the user specifies a cache entry on the command line without a type, ... | Brad King | 2006-07-18 | 1 | -0/+9 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-10 | 1 | -7/+14 |
|
|
* | ENH: fix warning | Bill Hoffman | 2006-04-14 | 1 | -1/+1 |
|
|
* | ENH: add patch for finding applications on OSX | Bill Hoffman | 2006-04-13 | 1 | -2/+94 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -5/+5 |
|
|
* | ENH: make sure system path is not added unless asked for | Bill Hoffman | 2006-03-08 | 1 | -1/+1 |
|
|