index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
FindOpenMP.cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
FindOpenMP: Handle non-Apple clang on macOS
Keno Fischer
2023-09-24
1
-2/+3
*
FindOpenMP: Keep flags together in imported target usage requirements
Brad King
2023-06-01
1
-4/+2
*
FindOpenMP: Use OpenMP_<lang>_INCLUDE_DIR
Andrey Alekseenko
2023-01-23
1
-1/+5
*
Modules: Record system inspection steps in the configure log
Brad King
2023-01-18
1
-4/+4
*
Modules: Drop redundant check logging to CMakeOutput.log and CMakeError.log
Brad King
2023-01-18
1
-13/+6
*
Modules: Use new SOURCES_FROM_* try_compile (2/2)
Matthew Woehlke
2022-09-27
1
-21/+20
*
Modules: Use new keyword-dispatched try_compile signature
Matthew Woehlke
2022-09-14
1
-5/+10
*
Merge topic 'implicit-link-info-msvc'
Brad King
2022-09-06
1
-0/+1
|
\
|
*
CMakeParseImplicitLinkInfo: Better detection of msvc
Robert Maynard
2022-09-02
1
-0/+1
*
|
Merge topic 'enable-intel-llvm-ipo-3'
Brad King
2022-08-04
1
-1/+2
|
\
\
|
*
|
Propagate OpenMP compiler flags to linker for IntelLLVM
William R. Dieter
2022-08-01
1
-1/+2
|
|
/
*
|
FindOpenMP: Restore searching system paths
Sprite
2022-08-01
1
-1/+3
|
/
*
FindOpenMP: Do not overwrite user-set FLAGS, LIB_NAMES
Balthasar Reuter
2022-07-20
1
-13/+24
*
LCC: for OpenMP, collectly determine implicit link dirs
makise-homura
2022-06-30
1
-0/+17
*
LCC: Add dedicated support for MCST LCC compiler
makise-homura
2021-10-15
1
-0/+1
*
FindOpenMP: Link with OpenMP flags on Fujitsu
Eisuke Kawashima
2021-06-24
1
-0/+4
*
FindOpenMP: Add support for Fujitsu compilers
Chuck Atkins
2021-03-31
1
-0/+2
*
FindOpenMP: Use -Qiopenmp instead of -fiopenmp for IntelLLVM on Windows
William R. Dieter
2021-03-15
1
-1/+6
*
FindOpenMP: Add support for IntelLLVM
William R. Dieter
2021-01-28
1
-0/+1
*
FindOpenMP: Add support for NVHPC compiler
Tin Huynh
2021-01-27
1
-0/+1
*
Help: Add `.. versionadded` directives to module docs
Nikita Nemkin
2020-12-02
1
-2/+8
*
FindOpenMP: Set version variables every time CMake runs
Brad King
2020-07-09
1
-1/+1
*
FindOpenMP: Add support for Clang on Windows
Tim Hutton
2020-02-10
1
-1/+20
*
FindOpenMP: Save flags/libs in cache entries each time they are detected
Tim Hutton
2020-02-10
1
-6/+5
*
FPHSA: acknowledge the name mismatches in CMake-owned modules
Ben Boeckel
2020-01-14
1
-0/+1
*
Merge topic 'FindOpenMP-include-dir'
Brad King
2019-10-21
1
-1/+42
|
\
|
*
FindOpenMP: Allow try_compile() to find omp.h for AppleClang
Craig Scott
2019-10-17
1
-1/+42
*
|
FindOpenMP: Add support for HIP clang device pass
Konstantin Pyzhov
2019-10-12
1
-0/+2
|
/
*
FindOpenMP: Add 5.0 and VS19 spec dates
Christian Pfeiffer
2019-05-24
1
-0/+4
*
Help: Improve description of modules
Bartosz Kosiorek
2019-04-23
1
-1/+1
*
Remove now-unused code once used for MIPSpro on IRIX
Brad King
2019-02-21
1
-1/+0
*
Merge topic 'FindOpenMP-log-errors'
Brad King
2018-11-07
1
-3/+10
|
\
|
*
FindOpenMP: Log error output
Ivan Pozdeev
2018-11-07
1
-1/+8
|
*
FindOpenMP: Fix warnings with -Wstrict-prototypes
Ivan Pozdeev
2018-11-07
1
-2/+2
*
|
Help: Convert remaining modules to block-style comments
Kitware Robot
2018-10-22
1
-72/+73
|
/
*
FindOpenMP: Avoid warning in check code
Brad King
2018-06-27
1
-1/+1
*
Merge topic 'FindOpenMP-Intel-Windows'
Brad King
2018-04-17
1
-13/+4
|
\
|
*
FindOpenMP: Fix support for Intel on Windows
Roland Schulz
2018-04-16
1
-13/+4
*
|
FindOpenMP: Add support for AppleClang compiler
Henry Fredrick Schreiner
2018-03-07
1
-0/+23
*
|
FindOpenMP: Verify in test source that OMP library is linked
Henry Fredrick Schreiner
2018-03-07
1
-0/+1
*
|
FindOpenMP: Improve inclusion of helper modules
Henry Fredrick Schreiner
2018-03-07
1
-3/+3
|
/
*
FindOpenMP: Employ genex where possible
Christian Pfeiffer
2018-01-19
1
-1/+1
*
Merge topic 'fomp-cmp0012'
Christian Pfeiffer
2017-11-17
1
-0/+1
|
\
|
*
FindOpenMP: Enable policy CMP0012
Christian Pfeiffer
2017-11-16
1
-0/+1
*
|
FindOpenMP: Use NO_DEFAULT_PATH where appropriate
Christian Pfeiffer
2017-11-15
1
-0/+3
|
/
*
Merge topic 'omp-oacc-werror-return-type'
Brad King
2017-10-25
1
-1/+4
|
\
|
*
Find{OpenMP,OpenACC}: Fix detection with -Werror=return-type
Christian Pfeiffer
2017-10-24
1
-1/+4
*
|
Merge topic 'findopenmp-lib-paths'
Brad King
2017-10-18
1
-7/+21
|
\
\
|
*
|
FindOpenMP: Improve OMP libraries search
Christian Pfeiffer
2017-10-17
1
-7/+21
*
|
|
Merge topic 'findopenmp-fix-verbose'
Brad King
2017-10-06
1
-2/+13
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
[next]