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
*
find_package: CPS component requirements != CMake components
Matthew Woehlke
2025-03-05
1
-9/+35
*
LICENSE: Replace references to Copyright.txt with LICENSE.rst
Kitware Robot
2025-03-03
1
-1/+1
*
Merge topic 'find-cps-version' into release-4.0
Brad King
2025-02-13
1
-25/+82
|
\
|
*
find_package: Honor version requests when finding CPS packages
Matthew Woehlke
2025-02-12
1
-6/+51
|
*
find_package: Fix CPS version parsing
Matthew Woehlke
2025-02-12
1
-17/+26
|
*
find_package: Fix reporting of rejected CPS files' version
Matthew Woehlke
2025-02-07
1
-3/+6
*
|
cmFindPackageCommand: Simplify cmStrCat
Matthew Woehlke
2025-02-11
1
-1/+1
|
/
*
find_package: Find CPS components
Matthew Woehlke
2025-02-01
1
-36/+101
*
find_package: Fix reporting of transitive dependency errors
Matthew Woehlke
2025-02-01
1
-0/+2
*
Revise C++ coding style using clang-format with "east const"
Kitware Robot
2025-01-23
1
-63/+63
*
CMP0011: Remove support for OLD behavior
Brad King
2025-01-17
1
-2/+2
*
find_package: Find CPS dependencies
Matthew Woehlke
2025-01-13
1
-42/+162
*
cmFindPackageCommand: Fix searching a root path as a prefix
Brad King
2024-12-19
1
-35/+18
*
find_package: Add experimental gate for CPS support
Matthew Woehlke
2024-12-13
1
-1/+4
*
find_package: Actually import .cps files
Matthew Woehlke
2024-12-13
1
-2/+63
*
find_package: Actually find .cps files
Matthew Woehlke
2024-12-13
1
-18/+59
*
find_package: Start implementing CPS search
Matthew Woehlke
2024-12-13
1
-53/+207
*
cmFindPackageCommand: Avoid temporarily saving non-existent result
Brad King
2024-12-12
1
-2/+4
*
find_package: Explicitly normalize CONFIG file path as it exists on disk
Brad King
2024-12-12
1
-2/+2
*
Merge topic 'refactor-find_package'
Brad King
2024-12-09
1
-47/+44
|
\
|
*
find_package: Refactor in support of recursion
Matthew Woehlke
2024-12-03
1
-39/+40
|
*
find_package: Use map::emplace instead of make_pair
Matthew Woehlke
2024-11-29
1
-8/+4
*
|
find_package: Fix sign-cast warning
Matthew Woehlke
2024-12-03
1
-4/+5
|
/
*
find_*: Improve error message quoting consistency
Alex Turbov
2024-11-27
1
-2/+2
*
cmFindPackageCommand.cxx: Optimize `cmStrCat()` calls
Alex Turbov
2024-11-27
1
-18/+16
*
find_package: Allow cmDirectoryListGenerator::Names to be nullptr
Matthew Woehlke
2024-11-25
1
-15/+13
*
cmPolicies: Remove now-unused REQUIRED_IF_USED and REQUIRED_ALWAYS states
Brad King
2024-11-13
1
-14/+0
*
find_package: Don't test <name>_DIR against ignored paths
Matthew Woehlke
2024-10-29
1
-5/+6
*
find_package: Also sort Framework matches
Matthew Woehlke
2024-10-24
1
-39/+11
*
find_package: Don't glob certain macOS paths
Matthew Woehlke
2024-10-24
1
-17/+29
*
find_*: Explicitly normalize found paths as they exist on disk
Brad King
2024-10-22
1
-3/+3
*
cmSystemTools: Add SplitEnvPathNormalized to split paths from environment
Brad King
2024-10-22
1
-2/+4
*
clang-tidy: fix `readability-redundant-*` warnings
Daniel Pfeifer
2024-10-11
1
-5/+1
*
Source: Avoid comparing pointers to nullptr
Vitaly Stakhovsky
2024-08-27
1
-1/+1
*
find_package(): Debug re-rooting behavior
Kyle Edwards
2024-08-02
1
-1/+1
*
FindBoost: Add policy to remove this module
Brad King
2024-05-03
1
-0/+1
*
Merge topic 'save-restore-PACKAGE_PREFIX_DIR'
Brad King
2024-04-22
1
-0/+30
|
\
|
*
find_package: Save/restore PACKAGE_PREFIX_DIR
Craig Scott
2024-04-19
1
-0/+30
*
|
Source: Use cmValue::IsOn and IsOff
Vitaly Stakhovsky
2024-03-17
1
-4/+4
|
/
*
install(EXPORT): Export find_dependency() calls
Kyle Edwards
2023-11-13
1
-0/+2
*
IWYU: Update for Debian 12 CI job
Brad King
2023-07-28
1
-1/+0
*
AddCacheEntry: Suppress raw pointer usage
Marc Chevrier
2023-05-30
1
-1/+1
*
SetProperty: suppress raw pointer usage
Marc Chevrier
2023-05-26
1
-5/+5
*
CMake code rely on cmList class for CMake lists management (part. 2)
Marc Chevrier
2023-04-29
1
-21/+12
*
CMake code rely on cmList class for CMake lists management (part. 1)
Marc Chevrier
2023-04-24
1
-1/+2
*
FindPython{Interp,Libs}: Add policy to remove these modules
Brad King
2023-03-30
1
-0/+2
*
find_package: Ensure root path stack and module vars are restored
Craig Scott
2023-03-17
1
-12/+50
*
Merge topic 'recursion-limit'
Brad King
2023-03-14
1
-0/+15
|
\
|
*
find_package: Enforce maximum nesting depth below maximum recursion depth
Brad King
2023-03-13
1
-0/+15
*
|
FindCUDA: Add policy to remove this module
Brad King
2023-03-09
1
-0/+1
|
/
[next]