summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-01-16 16:07:14 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-01-16 16:07:14 (GMT)
commit8b7db43bc694c2b89b1309fc875bbdb907a90ceb (patch)
tree48b7e19dfb1937184f41aebd883b9a7eb52b8ca1 /Help/release
parentba7227a0affed01c67f7a8994bd9373b212314ea (diff)
parent770ba876997d1038acdc1d54419152abd0970312 (diff)
downloadCMake-8b7db43bc694c2b89b1309fc875bbdb907a90ceb.zip
CMake-8b7db43bc694c2b89b1309fc875bbdb907a90ceb.tar.gz
CMake-8b7db43bc694c2b89b1309fc875bbdb907a90ceb.tar.bz2
Merge topic 'GNU-4.6-compile-features'
770ba876 Help: Add notes for topic 'GNU-4.6-compile-features' b15c008f Features: Record for GNU 4.6. f13a2eb1 Features: Adjust the RunCMake test to use more-common features. 1f19ac4d Features: Adjust cxx_variadic_templates unit test for GNU < 4.7. 0798d1e5 Features: Extend the generalized_initializers test for GNU < 4.7. 938bd94e Features: Test __GXX_EXPERIMENTAL_CXX0X__ macro for GNU < 4.7 compatibility. 462c630b Features: Don't test __cplusplus value for CXX98 on GNU. 222ec86f Features: Test an old value of __STDC_VERSION__ for GNU < 4.7 compatibility. 6e909035 Features: Record C/CXX dialect flags for GNU 4.6. bfc995cc Features: Remove wrong content from else() condition. 1532b921 Features: Make cxx_noexcept available from GNU 4.6. 1f4649e6 Features: Update the default_dialect test for old GNU-like compilers. a60027a6 Features: Ensure appropriate return value from feature test macros.
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/GNU-4.6-compile-features.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/GNU-4.6-compile-features.rst b/Help/release/dev/GNU-4.6-compile-features.rst
new file mode 100644
index 0000000..059a075
--- /dev/null
+++ b/Help/release/dev/GNU-4.6-compile-features.rst
@@ -0,0 +1,5 @@
+GNU-4.6-compile-features
+------------------------
+
+* The :manual:`Compile Features <cmake-compile-features(7)>` functionality
+ is now aware of features supported by GNU 4.6 compilers.