index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmFindProgramCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'backport-3.31-apple-CoreFoundation-headers'
Brad King
2025-04-08
1
-1/+3
|
\
|
*
Source: Include specific CoreFoundation headers instead of umbrella header
Sergey Fedorov
2025-04-08
1
-1/+3
*
|
LICENSE: Replace references to Copyright.txt with LICENSE.rst
Kitware Robot
2025-03-03
1
-1/+1
*
|
Revise C++ coding style using clang-format with "east const"
Kitware Robot
2025-01-23
1
-1/+1
*
|
cmPolicies: Remove now-unused REQUIRED_IF_USED and REQUIRED_ALWAYS states
Brad King
2024-11-13
1
-2/+0
*
|
find_*: Explicitly normalize found paths as they exist on disk
Brad King
2024-10-22
1
-0/+2
*
|
cmFind*Command: Simplify file validation code paths
Brad King
2024-10-22
1
-8/+9
*
|
cmFind*Command: Store candidate paths as local variables
Brad King
2024-10-22
1
-13/+7
*
|
cmFindProgramCommand: Remove stray cut-n-paste comment
Brad King
2024-10-22
1
-2/+0
|
/
*
Source: Avoid comparing pointers to nullptr
Vitaly Stakhovsky
2024-08-27
1
-1/+1
*
find_(program,library,file,path): add validation function
Marc Chevrier
2022-06-14
1
-6/+6
*
find_* commands: add control over Windows registry views
Marc Chevrier
2022-04-29
1
-0/+14
*
cmake: Add filtered debug-find options
John Parent
2021-12-17
1
-1/+2
*
find_program: Explicitly skip WindowsApps/python*.exe app installer links
Brad King
2021-11-01
1
-0/+20
*
find_*: Add support for option NO_CACHE
Marc Chevrier
2021-06-02
1
-1/+1
*
find_*: refactor cache variable handling
Marc Chevrier
2021-05-11
1
-32/+13
*
clang-tidy: fix `readability-use-anyofallof` warnings
Ben Boeckel
2021-01-27
1
-32/+33
*
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
1
-4/+4
*
find_program: Find programs that are executable but not readable
Brad King
2020-06-15
1
-1/+47
*
Merge topic 'bundle-exe-space-in-name'
Brad King
2020-06-15
1
-7/+6
|
\
|
*
find_program: Properly decode URL for bundle exe name with spaces
Craig Scott
2020-06-14
1
-7/+6
*
|
find_program: Revert "Find programs that are executable but not readable"
Brad King
2020-06-12
1
-1/+1
|
/
*
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
[next]