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
*
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
*
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
[next]