CMake/Help
Stephen Kelly 998e9c1094 WCDH: Add feature portability for thread_local.
AppleClang does not support the cxx_thread_local feature, even
though it is based on a Clang version which does support the
feature.

 http://stackoverflow.com/a/23850891/2428389

A possible reason for that is that thread_local might be used as
a variable in existing Apple SDK headers.

Extend the WriteCompilerDetectionHeader module to generate a define
for that feature with portability fallbacks.  For the avoidance of
making it easy to write code which looks correct but which has odd
runtime behavior, don't set the define symbol at all if no
equivalent keyword is known.
2015-01-01 18:20:10 +01:00
..
command Help: Document MAIN_DEPENDENCY limitation in add_custom_command 2014-12-16 10:38:43 -05:00
generator Help: Clarify MinGW v. MSYS Makefiles generators (#15319) 2014-12-19 09:07:25 -05:00
include Help: Warn that paths should not be used in INTERFACE_ build properties. 2014-11-25 10:00:35 -05:00
manual Merge topic 'add-FindGSL' 2014-12-23 08:53:45 -05:00
module FindGSL: Add module to find the GNU Scientific Library 2014-12-17 10:59:48 -05:00
policy Merge topic 'doc-CMP0054-example' 2014-12-12 11:15:59 -05:00
prop_cache Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
prop_dir Help: Clarify add_compile_options documentation (#15225) 2014-10-29 09:18:56 -04:00
prop_gbl Help: Fix typo in CMAKE_CXX_KNOWN_FEATURES docs 2014-12-03 09:12:17 -05:00
prop_inst Help: Clarify formatting of CPACK_WIX_ACL documentation 2014-10-22 16:41:22 -04:00
prop_sf VS: Add source file property to specify Windows App deployment location 2014-12-03 09:31:59 -05:00
prop_test allow to mark a test as "Not Run" with a specific return code (#8466) 2014-01-14 23:57:40 +01:00
prop_tgt Merge topic 'vs-nsight-tegra-min-api' 2014-12-18 10:16:40 -05:00
release WCDH: Add feature portability for thread_local. 2015-01-01 18:20:10 +01:00
variable Add 'ANDROID_API_MIN' target property to set Android Target MIN API 2014-12-17 11:17:28 -05:00
index.rst Help: Add a manual for compiler feature control. 2014-05-27 09:35:00 -04:00