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
/
Source
/
Checks
Commit message (
Expand
)
Author
Age
Files
Lines
*
Source: Enhance check for C++17 filesystem support
Michael Hirsch
2023-12-05
1
-2/+9
*
Merge topic 'RH-gcc-toolset-10-bug-check'
Brad King
2023-12-05
1
-0/+28
|
\
|
*
cmCMakePath: do not use std::filesystem::path with RH gcc-toolset-10
Marc Chevrier
2023-12-04
1
-0/+28
*
|
Source: Fix clang -Wstrict-prototypes warnings
Sean McBride
2023-10-26
1
-1/+1
*
|
Configure CMake itself with policies through CMake 3.27
Brad King
2023-10-03
1
-1/+1
|
/
*
Merge topic 'cxx-atomic'
Brad King
2023-08-25
1
-1/+1
|
\
|
*
Source: Link libatomic when needed on any Linux architecture
Brad King
2023-08-24
1
-1/+1
*
|
Merge topic 'cxx-atomic'
Brad King
2023-07-28
4
-0/+19
|
\
\
|
|
/
|
*
Source: Link libatomic when needed on Linux 32-bit ARM
Brad King
2023-07-27
4
-0/+19
*
|
Configure CMake itself with policies through CMake 3.26
Brad King
2023-06-07
1
-1/+1
|
/
*
cm_cxx_features: Ignore MSVC command-line warnings (Dxxxx)
Roffild
2023-03-02
1
-0/+2
*
ccmake: Update minimum required version of CMake for curses check
Brad King
2023-03-01
1
-4/+1
*
Merge topic 'filesystem-path-c++03-abi'
Brad King
2022-10-21
2
-3/+12
|
\
|
*
cm/filesystem: Fix crash with pre-C++11 std::string GNU ABI in C++17
Brad King
2022-10-20
2
-3/+12
*
|
cm_cxx_features: filter out warnings from Xcode 14
Gregor Jasny
2022-06-21
1
-1/+1
*
|
cm_cxx_filesystem.cxx: revert erroneous change
Marc Chevrier
2022-03-15
1
-2/+0
*
|
Genex-LINK_GROUP: Add possibility to group libraries at link step
Marc Chevrier
2022-02-28
1
-0/+2
|
/
*
LCC: Add dedicated support for MCST LCC compiler
makise-homura
2021-10-15
3
-3/+3
*
MSYS: Add support for running under MSYS runtime environment
Orgad Shaneh
2021-04-26
1
-1/+3
*
Restore support for cross-compiling CMake itself
Marc Chevrier
2021-01-18
1
-1/+7
*
cm_cxx_features: Filter out MSBXXXX warnings
Anonymous Maarten
2020-10-08
1
-0/+2
*
cmake_path command: path management
Marc Chevrier
2020-09-06
2
-8/+40
*
STL Support: Add cm::filesystem::path in <cm/filesystem>
Marc Chevrier
2020-07-09
2
-0/+15
*
Merge topic 'cm_cxx_features-icpc-10121'
Brad King
2020-05-01
1
-0/+2
|
\
|
*
cm_cxx_features: Filter out 'icpc: command line warning #10121'
Jennifer Kathleen Green
2020-04-30
1
-0/+2
*
|
Merge topic 'cm_cxx_features-libhugetlbfs'
Brad King
2020-04-30
1
-0/+2
|
\
\
|
|
/
|
*
cm_cxx_features: Filter out libhugetlbfs warnings
Jennifer Green
2020-04-29
1
-0/+2
*
|
cm_cxx_features: Remove CUDA installation warning filtering
Raul Tambre
2020-04-01
1
-2/+0
|
/
*
cm_cxx_features: Filter out CUDA installation warnings
Raul Tambre
2020-03-09
1
-0/+2
*
Merge topic 'cmext-memory'
Brad King
2019-12-04
3
-2/+12
|
\
|
*
Memory management: cast functions for managed pointers
Marc Chevrier
2019-11-27
3
-2/+12
*
|
C++ feature checks: Ignore linker warnings
Marcus Calhoun-Lopez
2019-11-25
1
-0/+2
|
/
*
Refactor: Use added message types in various modules
Alex Turbov
2019-11-02
6
-15/+47
*
Extend C++17 feature checks to require std::optional
Brad King
2019-08-23
1
-1/+4
*
Merge topic 'cxx-checks-warning-match'
Brad King
2019-03-08
1
-1/+1
|
\
|
*
C++ feature checks: Match warnings more strictly
Brad King
2019-03-07
1
-1/+1
|
*
Extend C++17/C++14 feature checks to cover more standard library APIs
Mathieu Garaud
2019-02-27
2
-2/+18
*
|
Extend C++17/C++14 feature checks to cover more standard library APIs
Mathieu Garaud
2019-02-27
2
-2/+18
*
|
Avoid compiling CMake itself as C++17 with Clang's MSVC ABI
Zsolt Parragi
2019-02-11
1
-0/+13
|
/
*
C++ feature checks: Filter out libstdc++ sprintf warnings
Brad King
2018-11-20
1
-0/+2
*
Extend C++17/C++14 feature checks to require unique_ptr
Brad King
2018-08-01
4
-4/+9
*
C++ feature checks: Ignore Xcode warnings
Gregor Jasny
2018-06-19
1
-0/+2
*
Fix misc. typos
luz.paz
2018-06-04
1
-1/+1
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-4/+4
*
Merge topic 'cxx-checks-tolerate-more-warnings'
Brad King
2018-04-30
1
-0/+3
|
\
|
*
C++ feature checks: Filter out warnings caused by local configuration
Brad King
2018-04-30
1
-0/+3
*
|
ccmake: Check for curses more robustly before enabling
Brad King
2018-03-21
3
-0/+81
|
/
*
Compile CMake as C++17 if supported by the compiler
Brad King
2017-12-22
2
-0/+43
*
Generalize check for C++14 constructs
Brad King
2017-12-22
3
-33/+36
*
Simplify CM_FALLTHROUGH implementation
Brad King
2017-11-30
4
-40/+0
[next]