summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ci: Hard-code XCTest deployment target to 10.15Brad King2020-12-091-0/+5
* Tests: Remove outdated exclusion of tests on OS X 10.3Brad King2020-12-091-12/+1
* Tests: Add cache entry to control XCTest deployment targetBrad King2020-12-091-5/+16
* Merge topic 'update_cmp112' into release-3.19Brad King2020-12-082-0/+4
|\
| * Document CMP0112 covers $<TARGET_FILE_NAME,tgt>Robert Maynard2020-12-072-0/+4
* | Merge topic 'FindPython-python2-soabi-suffix-fix' into release-3.19Brad King2020-12-081-2/+10
|\ \
| * | FindPython2: avoid doubling the extension in CPython2 SOABIBen Boeckel2020-12-041-2/+10
* | | Merge topic 'correct_ispc_path_computation' into release-3.19Brad King2020-12-085-15/+32
|\ \ \
| * | | ISPC: Handle OBJECT sources in different directoriesRobert Maynard2020-12-074-9/+23
| * | | ISPC: Ninja properly compute ISPC_HEADER_DIRECTORY locationRobert Maynard2020-12-071-6/+9
| | |/ | |/|
* | | Merge topic 'remove-partial-intel-compiler-support' into release-3.19Brad King2020-12-084-18/+0
|\ \ \
| * | | Revert "Intel: Add Intel DPC++ compiler identification"Brad King2020-12-073-9/+0
| * | | Revert "Intel: Add Intel Clang compiler identification"Brad King2020-12-073-9/+0
|/ / /
* | | Merge topic 'asm_arch' into release-3.19Brad King2020-12-071-1/+1
|\ \ \
| * | | macOS: Add architecture flags only for native ASM dialectRaul Tambre2020-12-041-1/+1
|/ / /
* | | Merge topic 'compiler-id-extra-text' into release-3.19Brad King2020-12-041-7/+16
|\ \ \
| * | | CMakeDetermineCompilerId: Tolerate stray text around INFO stringsBrad King2020-12-031-0/+4
| * | | CMakeDetermineCompilerId: Add whitespace to clarify logicBrad King2020-12-031-1/+5
| * | | CMakeDetermineCompilerId: Filter IAR-AVR format INFO strings earlierBrad King2020-12-031-6/+7
* | | | Merge topic 'test-vs-windows-hosts' into release-3.19Brad King2020-12-041-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Tests: Look for Visual Studio only on Windows hostsBrad King2020-12-031-1/+1
|/ / /
* | | Merge topic 'llvm-rc-preprocess-as-c' into release-3.19Brad King2020-12-031-5/+5
|\ \ \
| * | | llvm-rc: Force C language for the clang gnu frontendThomas Bernard2020-12-021-5/+5
* | | | Merge topic 'FindHDF5-hdf5hl_fortran-variable' into release-3.19Brad King2020-12-021-2/+6
|\ \ \ \
| * | | | FindHDF5: support the hdf5hl_fortran-based variable namesBen Boeckel2020-12-011-0/+4
| * | | | FindHDF5: improve error messages when a location variable isn't knownBen Boeckel2020-12-011-2/+2
| |/ / /
* | | | Merge topic 'ti-c-only-standard' into release-3.19Brad King2020-12-021-3/+3
|\ \ \ \
| * | | | Compiler/TI: Fix C standard flags in C-only projectAdam Weisi2020-12-011-3/+3
| |/ / /
* | | | Merge topic 'cray-compiler-detection' into release-3.19Brad King2020-12-023-5/+5
|\ \ \ \
| * | | | Cray: Fix Cray compiler detection on new platformsJustin LaPolla2020-12-013-5/+5
| |/ / /
* | | | Merge topic 'export-namelink' into release-3.19Brad King2020-12-028-8/+56
|\ \ \ \ | |/ / / |/| | |
| * | | export: Do not fail generation for separate namelink only caseDeniz Bahadir2020-12-018-8/+56
* | | | Merge topic 'windows-clang-LINKER-prefix' into release-3.19Brad King2020-12-011-0/+3
|\ \ \ \
| * | | | Clang on Windows: 'LINKER:' prefix must be honoredMarc Chevrier2020-11-301-0/+3
* | | | | Merge topic 'ninja-regen-metadata' into release-3.19Brad King2020-12-014-7/+16
|\ \ \ \ \
| * | | | | ci: update to use ninja 1.10.2Brad King2020-11-302-5/+5
| * | | | | Ninja: Clean metadata after regen during build on Windows with 1.10.2+Brad King2020-11-302-2/+11
| | |/ / / | |/| | |
* | | | | Merge topic 'pch-ios-multi-arch-nmc' into release-3.19Brad King2020-12-011-2/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | PCH: Fix compiler errors on iOS multi-arch using Ninja Multi-ConfigCristian Adam2020-11-301-2/+4
|/ / / /
* | | | Merge topic 'correct_check_compiler_flag_regression' into release-3.19Brad King2020-11-303-7/+8
|\ \ \ \
| * | | | Modules: Rename Internal/CMake{CheckCompiler => TryCompilerOrLinker}FlagRobert Maynard2020-11-253-7/+8
* | | | | Merge topic 'enable-extensions-on-qnx' into release-3.19Brad King2020-11-301-3/+6
|\ \ \ \ \
| * | | | | QNX: Do not disable compiler extensions for CMake itselfStephen Kelly2020-11-251-3/+6
| |/ / / /
* | | | | Merge topic 'check-lang-conditions' into release-3.19Brad King2020-11-3022-23/+62
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Check*: Tolerate variables set with names of languagesBrad King2020-11-2521-20/+56
| * | | | Tests: Fix RunCMake.Check* conditions for enabling FortranBrad King2020-11-251-3/+6
| |/ / /
* | | | Merge topic 'presets-docs-bug' into release-3.19Craig Scott2020-11-291-1/+1
|\ \ \ \
| * | | | Help: Fix presets typo (longDescription to displayName)Sam Freed2020-11-281-1/+1
| |/ / /
* | | | Merge topic 'FPHSA-usable-outside-find_package' into release-3.19Marc Chevrier2020-11-281-2/+7
|\ \ \ \ | |/ / / |/| | |
| * | | FPHSA: ensure it can be used outside 'find_package'Marc Chevrier2020-11-251-2/+7