| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ |
|
* | Dart,FindDart: Add policy to remove these modules | Brad King | 2023-02-28 | 1 | -0/+1 |
|
|
* | find_package: Use <PACKAGENAME>_ROOT variables as search prefixes | Brad King | 2023-02-23 | 1 | -0/+43 |
|
|
* | cmFindPackageCommand: Refactor CMP0074 logic to de-duplicate lookups | Brad King | 2023-02-23 | 1 | -8/+22 |
|
|
* | cmFindPackageCommand: Factor out methods for package root stack management | Brad King | 2023-02-23 | 1 | -31/+38 |
|
|
* | cmValue: Use operator* explicitly to convert to std::string; avoid extra call | Vitaly Stakhovsky | 2023-01-16 | 1 | -1/+1 |
|
|
* | 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 |
|
|