summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Merge branch 'swift-xcode-14.3' into release-3.23Brad King2023-04-031-4/+8
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
* | | | | | | | | | | Merge topic 'swift-xcode-14.3'Brad King2023-04-041-4/+8
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Xcode: Fix detection of Swift compiler location for Xcode 14.3Brad King2023-04-031-4/+8
| |/ / / / / / / / /
* | | | | | | | | | CMake Nightly Date StampKitware Robot2023-04-041-1/+1
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Merge topic 'doc-lang-flags'Brad King2023-04-036-12/+55
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Help: Clarify that {add,target}_compile_options are not used for linkingBrad King2023-03-316-3/+31
| * | | | | | | | | Help: Clarify that CMAKE_<LANG>_FLAGS are used when driving linkingBrad King2023-03-312-12/+23
| * | | | | | | | | Help: Link to COMPILE_LANGUAGE genex from add_compile_optionsBrad King2023-03-311-0/+4
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'release-3.26'Brad King2023-04-030-0/+0
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'release-3.25' into release-3.26Brad King2023-04-030-0/+0
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
* | | | | | | | | Merge branch 'release-3.25'Brad King2023-04-030-0/+0
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'vs-fortran-try_compile' into release-3.25Brad King2023-03-311-1/+0
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge branch 'release-3.26'Brad King2023-04-030-0/+0
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge topic 'vs-fortran-try_compile' into release-3.26Brad King2023-04-031-1/+0
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
* | | | | | | | | | Merge topic 'vs-fortran-try_compile'Brad King2023-04-031-1/+0
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | / | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | VS: Remove extra try_compile argument in Intel Fortran checkBrad King2023-03-311-1/+0
| | |/ / / / / / | |/| | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2023-04-031-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2023-04-021-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2023-04-011-1/+1
| |_|/ / / |/| | | |
* | | | | Merge topic 'automoc-cxx-standard'Brad King2023-03-3111-26/+142
|\ \ \ \ \
| * | | | | Autogen: Add target's C++ standard to moc_predef.hOrkun Tokdemir2023-03-307-1/+130
| * | | | | Autogen: Split creation and setup of custom targets into separate stepsOrkun Tokdemir2023-03-244-25/+12
* | | | | | Merge topic 'remove-FindPythonInterp-FindPythonLibs'Brad King2023-03-3138-0/+228
|\ \ \ \ \ \
| * | | | | | FindPython{Interp,Libs}: Add policy to remove these modulesBrad King2023-03-3038-0/+228
* | | | | | | Merge topic 'ci-FindHDF5'Brad King2023-03-317-1/+89
|\ \ \ \ \ \ \
| * | | | | | | Tests: Extend FindHDF5 tests to link and run executablesBrad King2023-03-305-0/+83
| * | | | | | | ci: Patch HDF5 Fortran compiler wrappers in Fedora jobsBrad King2023-03-302-1/+6
| |/ / / / / /
* | | | | | | Merge topic 'cuda-arch-nvcc-options-file'Brad King2023-03-311-2/+2
|\ \ \ \ \ \ \
| * | | | | | | CUDA: Fix CUDA architecture flags for nvcc response filesBrad King2023-03-301-2/+2
| |/ / / / / /
* | | | | | | Merge topic 'presets-add-trace'Brad King2023-03-3128-46/+455
|\ \ \ \ \ \ \
| * | | | | | | presets: Add trace options to configure presetsArtin Alavi2023-03-3028-46/+455
| |/ / / / / /
* | | | | | | Merge topic 'strip-macos'Brad King2023-03-314-9/+51
|\ \ \ \ \ \ \
| * | | | | | | macOS: Do not pass Apple-specific flags to llvm-stripBrad King2023-03-294-9/+51
* | | | | | | | Merge topic 'binutils-strip-macos'Brad King2023-03-311-1/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | BinUtils: Avoid llvm-strip on Apple platformsBrad King2023-03-301-1/+9
| |/ / / / / / /
* | | | | | | | CMake Nightly Date StampKitware Robot2023-03-311-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Merge topic 'presets-json-errors'Brad King2023-03-30114-1213/+1930
|\ \ \ \ \ \ \
| * | | | | | | presets: Improve JSON parser and error messagesMartin Duffy2023-03-29114-1213/+1930
* | | | | | | | Merge topic 'ci-FindHDF5'Brad King2023-03-3013-23/+234
|\ \ \ \ \ \ \ \
| * | | | | | | | ci: Enable FindHDF5 tests on Linux buildsBrad King2023-03-293-0/+44
| * | | | | | | | ci: Add HDF5 to Debian and Fedora base imagesBrad King2023-03-294-3/+12
| * | | | | | | | Tests: Add cases covering FindHDF5 variables and imported targetsBrad King2023-03-293-0/+143
| * | | | | | | | Tests: Add FindMPI test environment modification optionBrad King2023-03-293-1/+4
| * | | | | | | | FindHDF5: Record compiler wrapper checks to configure logBrad King2023-03-291-9/+21
| * | | | | | | | FindHDF5: Fix compiler wrapper checks with spaces in pathBrad King2023-03-291-10/+10
* | | | | | | | | Merge topic 'clang-tidy-module-gitignore'Brad King2023-03-301-0/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | clang-tidy module: copy .gitignore from top levelKyle Edwards2023-03-291-0/+8
| |/ / / / / / / /
* | | | | | | | | Merge topic 'codespellrc-no-count'Brad King2023-03-301-1/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ci: remove "count =" from .codespellrcKyle Edwards2023-03-291-1/+0
| |/ / / / / / / /
* | | | | | | | | Merge topic 'ninja-performance'Brad King2023-03-304-34/+22
|\ \ \ \ \ \ \ \ \