Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | export: Refactor obtaining export information | Matthew Woehlke | 2024-07-25 | 6 | -37/+40 |
* | Merge topic 'export-refactor-for-cps' | Brad King | 2024-07-25 | 30 | -2517/+3161 |
|\ | |||||
| * | export: Use std::all_of to collect exports | Matthew Woehlke | 2024-07-23 | 2 | -15/+20 |
| * | export: Factor out CMake-specific export generation (2/2) | Matthew Woehlke | 2024-07-23 | 30 | -4477/+1066 |
| * | export: Fix const placement | Matthew Woehlke | 2024-07-18 | 20 | -237/+237 |
| * | export: Factor out CMake-specific export generation (*/2) | Matthew Woehlke | 2024-07-18 | 8 | -0/+3887 |
| * | export: Factor out CMake-specific export generation (1/2) | Matthew Woehlke | 2024-07-18 | 13 | -82/+242 |
| * | export: Immediately report actual version required | Matthew Woehlke | 2024-07-18 | 1 | -1/+4 |
* | | Merge topic 'test-labels' | Brad King | 2024-07-25 | 6 | -12/+20 |
|\ \ | |||||
| * | | Tests: Removed unused LABELS on CMake's own tests | Brad King | 2024-07-24 | 3 | -7/+0 |
| * | | Tests: Move ctest --print-labels case into RunCMake.CTestCommandLine | Brad King | 2024-07-24 | 3 | -5/+20 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2024-07-25 | 1 | -1/+1 |
|/ / | |||||
* | | Merge topic 'system-include-cache' | Brad King | 2024-07-24 | 4 | -93/+114 |
|\ \ | |||||
| * | | GeneratorTarget: Fix missing system include cache key | Orkun Tokdemir | 2024-07-23 | 3 | -52/+63 |
| * | | GeneratorTarget: Factor out AddSystemIncludeCacheKey() | Orkun Tokdemir | 2024-07-22 | 2 | -41/+51 |
* | | | Merge topic 'lfortran' | Brad King | 2024-07-24 | 25 | -8/+129 |
|\ \ \ | |||||
| * | | | ci: Add nightly jobs for LFortran on Fedora | Brad King | 2024-07-23 | 8 | -0/+49 |
| * | | | ci: Add lfortran to Fedora base image | Brad King | 2024-07-23 | 2 | -1/+2 |
| * | | | LFortran: Add support for this compiler | Christoph Junghans | 2024-07-22 | 13 | -3/+61 |
| * | | | Tests/RunCMake: Pass Fortran compiler id into more tests | Brad King | 2024-07-22 | 3 | -5/+17 |
| * | | | Tests/RunCMake/DependencyGraph: Specify Fortran function return type | Brad King | 2024-07-22 | 1 | -0/+1 |
* | | | | Merge topic 'cmake-list-cached-variables' | Brad King | 2024-07-24 | 9 | -5/+98 |
|\ \ \ \ | |||||
| * | | | | cmake: Add flag to list cache entries matching a regex | Min Hsu | 2024-07-23 | 9 | -5/+98 |
* | | | | | Merge topic 'refactor-lexer' | Brad King | 2024-07-24 | 1 | -123/+124 |
|\ \ \ \ \ | |||||
| * | | | | | cmListFileCache: use cmStrCat instead of string stream | Alex Turbov | 2024-07-23 | 1 | -30/+30 |
| * | | | | | cmListFileParser: use unique_ptr to own cmListFileLexer instance | Alex Turbov | 2024-07-23 | 1 | -20/+16 |
| * | | | | | cmListFileCache: convert cmListFileParser from struct to class | Alex Turbov | 2024-07-23 | 1 | -9/+16 |
| * | | | | | cmListFileCache: avoid redundant operator<< calls | Alex Turbov | 2024-07-23 | 1 | -18/+14 |
| * | | | | | cmListFileCache: move cmListFileParser into an anonymous namespace | Alex Turbov | 2024-07-23 | 1 | -56/+58 |
| | |/ / / | |/| | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2024-07-24 | 1 | -1/+1 |
* | | | | | Merge topic 'linker-configuration' | Brad King | 2024-07-23 | 292 | -257/+2335 |
|\ \ \ \ \ | |||||
| * | | | | | WHOLE_ARCHIVE link feature: rely now on linker configuration | Marc Chevrier | 2024-07-22 | 26 | -183/+157 |
| * | | | | | Linker configuration: introduce a new architecture | Marc Chevrier | 2024-07-20 | 281 | -80/+2184 |
* | | | | | | Merge branch 'release-3.30' | Brad King | 2024-07-23 | 0 | -0/+0 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge topic 'ep-svn-user-pass' into release-3.30 | Brad King | 2024-07-23 | 1 | -2/+2 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge topic 'ep-svn-user-pass' | Brad King | 2024-07-23 | 1 | -46/+29 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | ExternalProject: Reduce number of local variables for svn logic | Craig Scott | 2024-07-20 | 1 | -45/+28 |
| | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | ExternalProject: Don't add SVN auth args if not set | Craig Scott | 2024-07-20 | 1 | -2/+2 |
* | | | | | | | | Merge branch 'release-3.30' | Brad King | 2024-07-23 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | Merge topic 'bootstrap-no-pkg-config' into release-3.30 | Brad King | 2024-07-23 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge topic 'bootstrap-no-pkg-config' | Brad King | 2024-07-23 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | bootstrap: Restore support for system jsoncpp and uv without pkg-config | ojab ojab | 2024-07-22 | 1 | -2/+2 |
* | | | | | | | | | Merge branch 'release-3.30' | Brad King | 2024-07-23 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | Merge topic 'cpack-external-partial-json' into release-3.30 | Brad King | 2024-07-23 | 1 | -8/+11 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge topic 'cpack-external-partial-json' | Brad King | 2024-07-23 | 1 | -8/+11 |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | cmCPackExternalGenerator: ensure JSON is written before running the script | Ben Boeckel | 2024-07-18 | 1 | -8/+11 |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2024-07-23 | 1 | -1/+1 |
| |_|_|_|/ / / / |/| | | | | | | | |||||
* | | | | | | | | Merge branch 'release-3.30' | Brad King | 2024-07-22 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | Merge topic 'macos-check-archs' into release-3.30 | Brad King | 2024-07-22 | 4 | -1/+8 |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'macos-check-archs' | Brad King | 2024-07-22 | 4 | -1/+8 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | |