Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Merge topic 'binutils-var-private' into release-3.20 | Brad King | 2021-04-07 | 1 | -10/+10 | |
| |\ \ | ||||||
| * \ \ | Merge topic 'ios-rpath-linker-flag' into release-3.20 | Brad King | 2021-04-07 | 1 | -5/+1 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge topic 'nvhpc-lib-arch' into release-3.20 | Brad King | 2021-04-06 | 4 | -18/+52 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge topic 'UseSWIG-policies' into release-3.20 | Brad King | 2021-04-06 | 1 | -15/+10 | |
| |\ \ \ \ \ | ||||||
* | \ \ \ \ \ | Merge topic 'binutils-var-private' | Brad King | 2021-04-07 | 1 | -10/+10 | |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | BinUtils: Avoid clobbering a variable named without a private prefix | Brad King | 2021-04-07 | 1 | -10/+10 | |
* | | | | | | | Merge topic 'ios-rpath-linker-flag' | Brad King | 2021-04-07 | 1 | -5/+1 | |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | Apple: Set CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG on non-macOS too | Craig Scott | 2021-04-06 | 1 | -5/+1 | |
| |/ / / / / | ||||||
* | | | | | | FindHDF5: add compiler-specific module search paths | Ben Boeckel | 2021-04-06 | 1 | -2/+17 | |
* | | | | | | FindHDF5: track the "main" library for each language | Ben Boeckel | 2021-04-06 | 1 | -0/+14 | |
* | | | | | | FindHDF5: find include directories after the library | Ben Boeckel | 2021-04-06 | 1 | -20/+20 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | Merge topic 'nvhpc-lib-arch' | Brad King | 2021-04-06 | 4 | -18/+52 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | ||||||
| * | | | | CMakeDetermineCompilerABI: Extract lib arch from implicit object file paths | Robert Maynard | 2021-04-05 | 3 | -11/+57 | |
| * | | | | CMakeDetermineCompilerABI: Revert "Parse library arch from versioned paths" | Robert Maynard | 2021-04-05 | 2 | -12/+0 | |
* | | | | | Merge topic 'UseSWIG-policies' | Brad King | 2021-04-06 | 1 | -0/+2 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'backport-UseSWIG-policies' into UseSWIG-policies | Brad King | 2021-04-05 | 1 | -0/+2 | |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | ||||||
| | * | | | | UseSWIG: Transform swig depfile to match Ninja generator paths | Brad King | 2021-04-05 | 1 | -0/+2 | |
| | * | | | | UseSWIG: Run using policy settings from includer | Marc Chevrier | 2021-04-05 | 1 | -15/+8 | |
| | | |/ / | | |/| | | ||||||
* | | | | | Merge topic 'FindHDF5-new-fortran-library-name' | Brad King | 2021-04-06 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | | ||||||
| * | | | FindHDF5: search for the new Fortran HL library name | Ben Boeckel | 2021-04-05 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | Merge topic 'cpack-rpm-add-scriplets-tags-only-if-needed' | Brad King | 2021-04-05 | 1 | -36/+67 | |
|\ \ \ | ||||||
| * | | | CPackRPM: add scriplets tags only if scripts exist | Domen Vrankar | 2021-04-01 | 1 | -36/+67 | |
* | | | | Merge topic 'FindMPI-host_link' | Brad King | 2021-04-02 | 1 | -3/+4 | |
|\ \ \ \ | |/ / / |/| / / | |/ / | ||||||
| * | | FindMPI: avoid host link options to be propagated to device link step | Marc Chevrier | 2021-04-01 | 1 | -3/+4 | |
* | | | Merge topic 'fujitsu-compiler-4.0-support' | Brad King | 2021-04-01 | 22 | -42/+369 | |
|\ \ \ | ||||||
| * | | | FindBLAS/LAPACK: Add support for the Fujitsu SSL2 library | Chuck Atkins | 2021-03-31 | 2 | -36/+122 | |
| * | | | FindOpenMP: Add support for Fujitsu compilers | Chuck Atkins | 2021-03-31 | 1 | -0/+2 | |
| * | | | FindMPI: Add support for the Fujitsu compiler wrappers | Chuck Atkins | 2021-03-31 | 1 | -1/+6 | |
| * | | | FujitsuClang: Add support for the Fujitsu compiler in Clang mode | Chuck Atkins | 2021-03-31 | 9 | -9/+38 | |
| * | | | Fujitsu: Add support for the Fujitsu compiler in Trad mode | Chuck Atkins | 2021-03-30 | 12 | -5/+210 | |
* | | | | Merge topic 'cpackrpm-debuginfo-single-package-install-erase-scripts' | Brad King | 2021-04-01 | 1 | -0/+19 | |
|\ \ \ \ | ||||||
| * | | | | CPackRPM: handle scripts in debuginfo single package mode | Domen Vrankar | 2021-03-30 | 1 | -0/+19 | |
* | | | | | Merge topic 'cray-version-patch' | Brad King | 2021-03-31 | 1 | -0/+3 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| * | | | | Cray: Detect Fortran compiler version patch level if available | Justin LaPolla | 2021-03-31 | 1 | -0/+3 | |
* | | | | | Merge topic 'cpackrpm-single-package-handling-empty-dir' | Brad King | 2021-03-31 | 1 | -2/+8 | |
|\ \ \ \ \ | ||||||
| * | | | | | CPackRPM: correctly handle empty dir in single package mode | Domen Vrankar | 2021-03-28 | 1 | -2/+8 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge topic 'android-binutils' | Brad King | 2021-03-31 | 3 | -50/+52 | |
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | | | ||||||
| * | | | Android: Fix search for binutils | Haibo Huang | 2021-03-30 | 3 | -50/+52 | |
| * | | | Merge topic 'GNUInstallDirs-doc' into release-3.20 | Brad King | 2021-03-30 | 1 | -1/+4 | |
| |\ \ \ | ||||||
| * | | | | FindIntl: Fix detection of intl built in to C library | Brad King | 2021-03-26 | 1 | -39/+53 | |
* | | | | | Merge topic 'ifw-depends-name-version-parsing' | Brad King | 2021-03-30 | 1 | -0/+10 | |
|\ \ \ \ \ | ||||||
| * | | | | | CPackIFW: Fix parsing of name and version in component DEPENDS | Craig Scott | 2021-03-26 | 1 | -0/+10 | |
* | | | | | | Merge topic 'GNUInstallDirs-doc' | Brad King | 2021-03-30 | 1 | -1/+4 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| * | | | | | GNUInstallDirs: Clarify that CMAKE_INSTALL_<dir> may be absolute | Brad King | 2021-03-29 | 1 | -1/+4 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge topic 'SWIG' | Brad King | 2021-03-29 | 1 | -1/+18 | |
|\ \ \ \ \ | ||||||
| * | | | | | UseSWIG: Use standard library name conventions for csharp language | Marc Chevrier | 2021-03-26 | 1 | -1/+18 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge topic 'FindDoxygen-clarify-cmake-variable-naming' | Brad King | 2021-03-29 | 1 | -1/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | FindDoxygen: clarify the CMake variable naming scheme | Ben Boeckel | 2021-03-25 | 1 | -1/+2 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | FindIntl: Fix detection of intl built in to C library | Brad King | 2021-03-26 | 1 | -44/+57 | |
* | | | | | Merge branch 'backport-FindIntl-builtin' into FindIntl-builtin | Brad King | 2021-03-26 | 1 | -3/+0 | |
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| | |