summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* IRSL: Add support for IntelLLVMWilliam R. Dieter2021-01-281-7/+7
* cmake: Reduce default recursion depth when compiling with IntelLLVMBrad King2021-01-281-0/+2
* Utilities: Suppress warnings in third-party code when using IntelLLVMBrad King2021-01-2812-12/+12
* IntelLLVM: Add support for Intel LLVM-based compilersWilliam R. Dieter2021-01-2829-12/+497
* GenerateExportHeader: Recognize Intel < 12 more strictlyWilliam R. Dieter2021-01-281-1/+1
* Tests: Cleanup CPack message when files are expected and none are foundWilliam R. Dieter2021-01-281-0/+5
* Tests: Update RunCMake.DependencyGraph to canonicalize paths when comparingWilliam R. Dieter2021-01-281-1/+2
* Tests: Make GCOV test more robust to symbolic links in pathsWilliam R. Dieter2021-01-281-0/+19
* Tests: Fix Fortran test C function prototypesWilliam R. Dieter2021-01-281-2/+2
* Tests: Use the CVS :local: access method for local directoriesWilliam R. Dieter2021-01-282-17/+7
* Tests: Fix CMP0115 warnings in CompileFeatures testBrad King2021-01-281-1/+4
* Merge topic 'nvhpc-compiler'Brad King2021-01-2821-11/+92
|\
| * Tests: Update tests for NVHPC compilerTin Huynh2021-01-275-8/+8
| * FindOpenMP: Add support for NVHPC compilerTin Huynh2021-01-271-0/+1
| * FindOpenACC: Add support for NVHPC compilerTin Huynh2021-01-271-1/+4
| * GenerateExportHeader: Add support for NVHPC compilerBrad King2021-01-271-2/+2
| * NVHPC: Add support for NVIDIA HPC SDK compilers based on PGITin Huynh2021-01-2713-0/+77
* | Merge topic 'ci-aarch64'Brad King2021-01-2814-89/+296
|\ \
| * | gitlab-ci: add test:debian10-aarch64-ninja jobBrad King2021-01-275-0/+176
| * | gitlab-ci: add build:centos7-aarch64 jobBrad King2021-01-271-0/+10
| * | gitlab-ci: add rules infrastructure to allow non-MR jobsBrad King2021-01-271-0/+6
| * | gitlab-ci: rename build:centos6-{release => x86_64}Brad King2021-01-271-7/+7
| * | gitlab-ci: consolidate release and package job infrastructureBrad King2021-01-274-61/+27
| * | ci: download cmake on aarch64Brad King2021-01-271-0/+5
| * | ci: download ninja on aarch64Brad King2021-01-271-0/+7
| * | ci: generalize ninja download script to support non-upstream buildsBrad King2021-01-271-9/+8
| * | ci: add docker spec to build ninja for linux-aarch64Brad King2021-01-273-0/+38
| * | ci: update to use CMake 3.19.3Brad King2021-01-272-12/+12
| |/
* | CMake Nightly Date StampKitware Robot2021-01-281-1/+1
|/
* Merge topic 'clang-tidy-fixes'Brad King2021-01-27117-481/+426
|\
| * clang-tidy: fix `readability-use-anyofallof` warningsBen Boeckel2021-01-2714-189/+161
| * clang-tidy: fix `readability-simplify-boolean-expr` warningsBen Boeckel2021-01-272-3/+2
| * clang-tidy: fix `readability-redundant-string-init` warningsBen Boeckel2021-01-273-3/+0
| * clang-tidy: fix `readability-redundant-access-specifiers` warningsBen Boeckel2021-01-2725-42/+0
| * clang-tidy: fix `readability-qualified-auto` warningsBen Boeckel2021-01-2736-80/+85
| * clang-tidy: fix `readability-make-member-function-const` warningsBen Boeckel2021-01-2737-91/+108
| * clang-tidy: fix `performance-trivially-destructible` warningsBen Boeckel2021-01-2710-19/+7
| * clang-tidy: fix `performance-no-automatic-move` warningsBen Boeckel2021-01-273-3/+2
| * clang-tidy: fix `bugprone-suspicious-include` warningsBen Boeckel2021-01-273-1/+3
| * clang-tidy: fix `bugprone-signed-char-misuse` warningsBen Boeckel2021-01-272-3/+1
| * clang-tidy: fix `bugprone-reserved-identifier` warningsBen Boeckel2021-01-2713-50/+60
* | Merge topic 'rel-package-names'Brad King2021-01-2710-12/+22
|\ \
| * | Utilities/Release: Rename Windows packages to 'windows-$arch'Brad King2021-01-263-2/+6
| * | Utilities/Release: Rename Linux packages to 'linux-$arch'Brad King2021-01-258-10/+16
* | | Merge topic 'update-bison-parser'Brad King2021-01-2719-3693/+3998
|\ \ \
| * | | LexerParser: Suppress -Wused-but-marked-unused warning in cmExprParserBrad King2021-01-262-52/+62
| * | | LexerParser: Clean up includes following include-what-you-useChristoph Grüninger2021-01-259-115/+115
| * | | LexerParser: Regenerate parser files with GNU Bison 3.7.4Christoph Grüninger2021-01-2514-3666/+3977
| * | | LexerParser: Manual removing code from Bison is no longer neededChristoph Grüninger2021-01-255-16/+0
| * | | LexerParser: Do not use GNU Bison's yacc mode, we use Bison extensionsChristoph Grüninger2021-01-255-5/+5
| |/ /