summaryrefslogtreecommitdiffstats
path: root/Modules/Platform
Commit message (Expand)AuthorAgeFilesLines
* BinUtils: Find linker and librarian for Intel compilers on WindowsBrad King2021-05-271-4/+0
* Modules: Fix typos and spelling in commentsJosef Angstenberger2021-05-071-1/+1
* Merge topic 'clang-ipo-support'Brad King2021-05-051-2/+2
|\
| * Windows-Clang: Support duplicate object names in LTO archivesBrad King2021-05-031-2/+2
* | Windows-GNU: Support duplicate object names when linking shared librariesBrad King2021-05-031-1/+1
|/
* MSYS: Add support for running under MSYS runtime environmentOrgad Shaneh2021-04-2610-2/+14
* Merge topic 'ios-rpath-linker-flag'Brad King2021-04-071-5/+1
|\
| * Apple: Set CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG on non-macOS tooCraig Scott2021-04-061-5/+1
* | Merge topic 'nvhpc-lib-arch'Brad King2021-04-061-1/+0
|\ \
| * | CMakeDetermineCompilerABI: Revert "Parse library arch from versioned paths"Robert Maynard2021-04-051-1/+0
* | | Merge topic 'fujitsu-compiler-4.0-support'Brad King2021-04-013-0/+19
|\ \ \
| * | | FujitsuClang: Add support for the Fujitsu compiler in Clang modeChuck Atkins2021-03-312-8/+2
| * | | Fujitsu: Add support for the Fujitsu compiler in Trad modeChuck Atkins2021-03-302-0/+25
* | | | Merge topic 'android-binutils'Brad King2021-03-312-50/+50
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Android: Fix search for binutilsHaibo Huang2021-03-302-50/+50
| |/
* | Per-language Win32/Console flagsRaul Tambre2021-03-179-17/+24
* | Merge topic 'android-r22'Brad King2021-03-031-0/+39
|\ \ | |/
| * Android: Detect NDK version numberHaibo Huang2021-03-031-0/+39
* | Platform/Windows-NVIDIA-CUDA: Remove duplicated codeRaul Tambre2021-02-141-9/+1
* | CUDA: Fix spelling __IMPLICT_ -> __IMPLICIT_Raul Tambre2021-02-142-22/+22
|/
* Merge topic 'clang-imsvc'Brad King2021-02-101-0/+1
|\
| * Clang: Use -imsvc for system include only with MSVC-like front-endBrad King2021-02-091-0/+1
* | CMakeDetermineCompilerABI: Parse library arch from versioned pathsRobert Maynard2021-02-041-0/+1
* | IntelLLVM: Add support for Intel LLVM-based compilersWilliam R. Dieter2021-01-2813-0/+162
* | NVHPC: Add support for NVIDIA HPC SDK compilers based on PGITin Huynh2021-01-274-0/+21
* | Merge topic 'intel-fortran-nofor-main'Brad King2021-01-251-1/+1
|\ \ | |/
| * Intel: Replace deprecated Fortran flag -nofor_main with -nofor-mainBrad King2021-01-221-1/+1
* | Merge topic 'msvc-arm64ec-platform-support'Brad King2021-01-221-3/+15
|\ \
| * | MSVC: Add support for targeting ARM64ECMoyo Okeremi 😊2021-01-211-3/+15
* | | Clang: Support WIN32_EXECUTABLERaul Tambre2020-12-231-0/+3
|/ /
* | Merge topic 'macos-homebrew-apple-silicon'Brad King2020-12-141-0/+7
|\ \ | |/
| * macOS: Add /opt/homebrew to CMAKE_SYSTEM_PREFIX_PATH on Apple SiliconBrad King2020-12-111-0/+7
* | Merge topic 'apple-silicon-host-arch'Brad King2020-12-111-4/+13
|\ \ | |/
| * macOS: Offer control over host architecture on Apple Silicon hostsBrad King2020-12-101-4/+13
* | Merge topic 'explicit-LANGUAGE-flag'Brad King2020-12-041-4/+4
|\ \
| * | Embarcadero: Simplify addition of -P flag for C++Brad King2020-12-021-4/+4
* | | Merge topic 'llvm-rc-preprocess-as-c'Brad King2020-12-031-5/+5
|\ \ \
| * \ \ Merge branch 'master' into llvm-rc-preprocess-as-cBrad King2020-12-0222-94/+323
| |\ \ \ | | |_|/ | |/| |
| * | | llvm-rc: Force C language for the clang gnu frontendThomas Bernard2020-12-021-5/+5
* | | | Merge topic 'ninja-deps-updates'Brad King2020-12-024-7/+52
|\ \ \ \ | |_|/ / |/| | |
| * | | Ninja Generators: Homogenize configuration with MakefilesMarc Chevrier2020-12-014-7/+52
| | |/ | |/|
* | | Merge topic 'windows-clang-LINKER-prefix'Brad King2020-12-011-0/+3
|\ \ \ | |/ / |/| / | |/
| * Clang on Windows: 'LINKER:' prefix must be honoredMarc Chevrier2020-11-301-0/+3
* | Makefiles Generators: use compiler for dependencies generationMarc Chevrier2020-11-297-0/+67
* | Refactoring: Introduce place-holder for dependency target.Marc Chevrier2020-11-283-4/+4
* | MSVC: Do not add /GR to CMAKE_CXX_FLAGS by defaultBrad King2020-11-131-1/+7
* | MSVC: Factor out initialization of /GR flagBrad King2020-11-131-4/+8
* | Android: load ABI information from abis.cmakeHaibo Huang2020-11-121-61/+76
* | Merge topic 'android-abi'Brad King2020-11-111-4/+13
|\ \ | |/
| * Android: Use NDK_KNOWN_DEVICE_ABI{32,64}S instead of NDK_DEFAULT_ABISHaibo Huang2020-11-101-4/+13