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
/
Compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'fix-C-standard-features'
Brad King
2015-02-05
10
-13/+26
|
\
|
*
Features: Fix C90 feature detection.
Stephen Kelly
2015-02-04
3
-3/+3
|
*
Features: Populate CMAKE_<LANG>_STANDARD_DEFAULT only for supported compilers.
Stephen Kelly
2015-02-04
7
-8/+21
|
*
AppleClang: Remove redundant UNIX condition.
Stephen Kelly
2015-02-04
2
-2/+2
*
|
Features: Update GNU 5.0 C++14 features.
Stephen Kelly
2015-01-31
1
-0/+2
|
/
*
Features: Record for MSVC 2010-2015
Robert Maynard
2015-01-30
2
-0/+112
*
Merge topic 'GNU-4.4-compile-features'
Brad King
2015-01-22
1
-3/+10
|
\
|
*
Features: Fix GNU 4.4 and 4.5 C standard level flags
Brad King
2015-01-21
1
-3/+10
*
|
Merge topic 'GNU-4.4-compile-features'
Brad King
2015-01-19
4
-14/+11
|
\
\
|
|
/
|
*
Features: Record for GNU 4.4.
Stephen Kelly
2015-01-18
4
-13/+11
|
*
Features: Remove outdated comment.
Stephen Kelly
2015-01-17
1
-1/+0
*
|
Features: Record for SolarisStudio 12.4.
Stephen Kelly
2015-01-17
2
-0/+73
|
/
*
Features: Record for GNU 4.6.
Stephen Kelly
2015-01-15
4
-6/+6
*
Features: Test __GXX_EXPERIMENTAL_CXX0X__ macro for GNU < 4.7 compatibility.
Stephen Kelly
2015-01-15
1
-7/+12
*
Features: Don't test __cplusplus value for CXX98 on GNU.
Stephen Kelly
2015-01-15
1
-1/+1
*
Features: Test an old value of __STDC_VERSION__ for GNU < 4.7 compatibility.
Stephen Kelly
2015-01-15
1
-1/+6
*
Features: Record C/CXX dialect flags for GNU 4.6.
Stephen Kelly
2015-01-15
2
-2/+10
*
Features: Remove wrong content from else() condition.
Stephen Kelly
2015-01-15
1
-1/+1
*
Features: Make cxx_noexcept available from GNU 4.6.
Stephen Kelly
2015-01-15
1
-1/+1
*
Features: Ensure appropriate return value from feature test macros.
Stephen Kelly
2015-01-15
6
-12/+5
*
Merge topic 'Xcode-clang-compile-features'
Brad King
2015-01-15
4
-17/+44
|
\
|
*
Features: Record for historical Xcode clang versions.
Stephen Kelly
2015-01-11
4
-15/+39
|
*
Features: Record dialect flags for AppleClang 4.0+.
Stephen Kelly
2015-01-11
2
-2/+5
*
|
Merge topic 'revert-feature_record_msvc'
Brad King
2015-01-15
2
-120/+0
|
\
\
|
*
|
Revert topic 'feature_record_msvc'
Brad King
2015-01-14
2
-120/+0
*
|
|
Record compile features for GNU on Apple.
Stephen Kelly
2015-01-11
2
-3/+3
*
|
|
Merge topic 'feature_record_msvc'
Brad King
2015-01-11
2
-0/+120
|
\
\
\
|
|
/
/
|
*
|
Features: Record for MSVC C++ 2015 and MSVC C 2010-2015.
Robert Maynard
2015-01-11
2
-16/+71
|
*
|
Features: Record for MSVC 2010-2013.
Stephen Kelly
2015-01-11
1
-0/+65
|
|
/
*
|
Features: Record cxx_variable_templates for GNU 5.0.
Stephen Kelly
2015-01-01
1
-0/+7
|
/
*
Oracle/Sun: Fix Fortran preprocessor rule generation
Brad King
2014-12-23
1
-1/+1
*
Features: Record for AppleClang 5.1
Stephen Kelly
2014-12-22
4
-0/+104
*
Merge topic 'C-features-Wundef'
Brad King
2014-11-26
2
-4/+4
|
\
|
*
WCDH: Make the header -Wundef safe for the C language.
Stephen Kelly
2014-11-25
2
-4/+4
*
|
Merge topic 'fix-GNU-CXX-dialect-versions'
Brad King
2014-11-25
1
-4/+3
|
\
\
|
*
|
Features: Record C++11 dialect switch only for GNU 4.7 and later.
Stephen Kelly
2014-11-19
1
-4/+3
|
|
/
*
|
Merge branch 'default-lang-dialect' into step2
Stephen Kelly
2014-11-20
2
-5/+12
|
\
\
|
*
|
Features: Fix the default C dialect for Clang and GNU.
Stephen Kelly
2014-11-20
2
-3/+10
|
*
|
Features: Fix references to CXX compiler version in Clang-C.cmake.
Stephen Kelly
2014-11-18
1
-2/+2
|
|
/
*
|
Avoid if() quoted auto-dereference when checking for "MSVC"
Fraser Hutchison
2014-11-19
3
-4/+4
*
|
Merge topic 'no-AppleClang-C-features'
Brad King
2014-11-13
1
-1/+2
|
\
\
|
|
/
|
*
Features: Don't record for AppleClang
Stephen Kelly
2014-11-12
1
-1/+2
*
|
Features: Run GNU feature tests with std=c++14 when available.
Stephen Kelly
2014-11-12
1
-1/+4
*
|
Features: Use the correct dialect flag when recording features.
Stephen Kelly
2014-11-12
4
-16/+16
*
|
Features: Reorder the GNU C dialect feature tests
Stephen Kelly
2014-11-12
1
-2/+2
*
|
Features: Split the Clang testable features to a separate file.
Stephen Kelly
2014-11-11
2
-53/+55
*
|
Makefile: Add assembly and preprocessed targets for Fortran
Tim Gallagher
2014-11-10
6
-11/+10
|
/
*
Clang: Enable c++14 dialect flag with Clang 3.5.
Stephen Kelly
2014-09-17
1
-1/+4
*
Clang: Don't overwrite c++11 compile option value with c++14 flag.
Stephen Kelly
2014-09-17
1
-2/+2
*
Add Fujitsu compiler detection
Erik Lindahl
2014-08-11
1
-0/+2
[next]