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
/
cmFindPackageCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
LCC: Update -Wunused-variable warning number as of LCC 1.26.16
makise-homura
2022-12-08
1
-0/+7
*
cmFindPackageCommand: Suppress LCC false-positive warning
Brad King
2022-10-13
1
-0/+7
*
cmFindPackageCommand: Protect overrides of `cmDirectoryListGenerator`
Alex Turbov
2022-08-04
1
-0/+2
*
cmFindPackageCommand: Add one more search path
Alex Turbov
2022-08-04
1
-4/+10
*
cmFindPackageCommand: Optimize the last calls to `TryGeneratedPaths`
Alex Turbov
2022-08-02
1
-18/+6
*
cmFindPackageCommand: Path generators are actually reusable
Alex Turbov
2022-08-02
1
-76/+40
*
cmFindPackageCommand: Better names for template parameters
Alex Turbov
2022-08-02
1
-14/+17
*
cmFindPackageCommand: Rename some generators
Alex Turbov
2022-08-02
1
-72/+77
*
cmFindPackageCommand: Deduplicate directory listing code
Alex Turbov
2022-08-02
1
-65/+58
*
cmFindPackageCommand: Compile-time path generator expressions
Alex Turbov
2022-08-02
1
-496/+434
*
cmFindPackageCommand: Avoid friendship between command class and generator
Alex Turbov
2022-07-11
1
-21/+34
*
cmFindPackageCommand: Drop dead code
Alex Turbov
2022-07-11
1
-8/+2
*
cmFindPackageCommand: Move methods implementation into the class definition
Alex Turbov
2022-07-11
1
-25/+18
*
cmFindPackageCommand: Drop redundant `std::ostream::operator<<` calls
Alex Turbov
2022-07-11
1
-9/+8
*
cmFindPackageCommand: Use `vector` instead of `set` to store arg indices
Alex Turbov
2022-07-11
1
-18/+18
*
cmFindPackageCommand: Move comment inside the `else if` block
Alex Turbov
2022-07-11
1
-4/+3
*
cmFindPackageCommand: Named lambda w/o capture to normal function
Alex Turbov
2022-07-11
1
-12/+12
*
cmFindPackageCommand: Constness
Alex Turbov
2022-07-11
1
-62/+66
*
cmFindPackageCommand: Enclose file list generators into anonymous ns
Alex Turbov
2022-07-11
1
-22/+27
*
cmFindPackageCommand: Move `cmFindPackageCommandHoldFile` to anonymous ns
Alex Turbov
2022-07-11
1
-29/+35
*
cmFindPackageCommand: Move `collectPathsForDebug()` to anonymous namespace
Alex Turbov
2022-07-11
1
-15/+15
*
cmFindPackageCommand: Deduplicate version string comparator code
Alex Turbov
2022-07-11
1
-18/+15
*
cmFindPackageCommand: Replace empty string literal w/ default `std::string{}`
Alex Turbov
2022-07-11
1
-1/+1
*
cmFindPackageCommand: Simplify if-return-else-return into single return stmt
Alex Turbov
2022-07-11
1
-7/+1
*
cmFindPackageCommand: Replace `strcmp` with array subscription
Alex Turbov
2022-07-11
1
-2/+3
*
cmFindPackageCommand: Deduplicate code to exclude `.` and `..` dir entries
Alex Turbov
2022-07-11
1
-3/+10
*
cmFindPackageCommand: Replace single-char string literals with char literals
Alex Turbov
2022-07-11
1
-3/+3
*
cmFindPackageCommand: Use `std::any_of` instead of "manual" `for` loops
Alex Turbov
2022-07-11
1
-24/+16
*
Source: Replace uses of sprintf with safer snprintf
Sean McBride
2022-06-22
1
-4/+4
*
cmSystemTools: Fix 'ErrorOccurred' spelling
FeRD (Frank Dana)
2022-06-13
1
-1/+1
*
Dependency providers: Add find_package and FetchContent support
Craig Scott
2022-05-24
1
-1/+48
*
cmFindPackageCommand: Handle Makefile variable definitions more robustly
Craig Scott
2022-05-17
1
-10/+16
*
Merge topic 'FetchContent_find_package_integration'
Craig Scott
2022-05-06
1
-7/+91
|
\
|
*
Packages: Integrate FetchContent and find_package()
Craig Scott
2022-05-03
1
-7/+91
*
|
find_* commands: add control over Windows registry views
Marc Chevrier
2022-04-29
1
-0/+21
|
/
*
Find: Support per call disabling of CMAKE_INSTALL_PREFIX
Robert Maynard
2022-04-15
1
-1/+51
*
find_package: Add support for default GLOBAL imported targets
John Parent
2022-03-10
1
-0/+14
*
find_package: Improve --debug-find-pkg= when using a find module
Brad King
2022-02-10
1
-3/+2
*
find_package: Avoid printing debug output header multiple times
Brad King
2022-02-10
1
-11/+4
*
find_package: Mention package name in Config mode debug output
Brad King
2022-02-10
1
-1/+2
*
find_package: Fix find module name in --debug-find output
Brad King
2022-02-10
1
-5/+4
*
find_package: Improve formatting of --debug-find output
Brad King
2022-02-10
1
-15/+15
*
cmFindPackageCommand: Drop ComputeIfDebugModeWanted overload
Brad King
2022-02-10
1
-7/+2
*
find_*(): Add CMAKE_IGNORE_PREFIX_PATH variable
Kyle Edwards
2022-02-02
1
-1/+12
*
Refactor: Keep track of prefixes in cmSearchPath
Kyle Edwards
2022-02-02
1
-1/+1
*
find_package(): Refactor CMAKE_[SYSTEM_]IGNORE_PATH
Kyle Edwards
2022-01-31
1
-1/+10
*
cmake: Add filtered debug-find options
John Parent
2021-12-17
1
-3/+11
*
Source: Replace most calls to sprintf with snprintf
Sean McBride
2021-10-25
1
-1/+1
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-11/+11
*
find_package: Add variable to make package REQUIRED
Eugene Shalygin
2021-07-08
1
-3/+21
[next]