summaryrefslogtreecommitdiff
path: root/config_host/config_global.h.in
AgeCommit message (Expand)AuthorFilesLines
2016-03-31Typo in HAVE_BROKEN_STATIC_INITILIZER_LISTStephan Bergmann1-1/+1
2015-11-09Prevent += called on temporary O[U]String instancesStephan Bergmann1-0/+1
2015-10-12HAVE_CXX11_PERFECT_FORWARDING is required on all supported toolchainsStephan Bergmann1-1/+0
2015-10-12HAVE_CXX11_FINAL is required on all supported toolchainsStephan Bergmann1-1/+0
2015-10-12HAVE_CXX11_OVERRIDE is required on all supported toolchainsStephan Bergmann1-1/+0
2015-10-12HAVE_CXX11_DELETE is required on all supported toolchainsStephan Bergmann1-1/+0
2015-09-30Avoid unhelpful -Wunused-variableStephan Bergmann1-0/+2
2015-06-19Fix check for broken standard libraryStephan Bergmann1-0/+1
2015-02-10Properly check for Clang with static initializer_list bugStephan Bergmann1-0/+1
2015-02-06Make OUStringLiteral more usefulStephan Bergmann1-0/+1
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macroMichael Stahl1-1/+0
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl1-1/+0
2014-09-11(Rudimentary) C++11 support is a hard requirement nowStephan Bergmann1-2/+0
2013-08-05do not base feature checks on gcc versionLuboš Luňák1-0/+3
2013-07-23adjust for upstreaming of warn_unused attributeLuboš Luňák1-0/+4
2013-06-13rename HAVE_CXX0X->HAVE_CXX11 and clean up to #define in a config headerLuboš Luňák1-0/+2
2013-04-08Check for the C++11 "final" specifier and introduce SAL_FINALTor Lillqvist1-0/+1
2013-04-04remove HAVE_SFINAE_ANONYMOUS_BROKENLuboš Luňák1-1/+0
2013-03-26autoconf can actually handle #define HAVE_FOO 0 as the defaultLuboš Luňák1-28/+0
2013-03-25Introduce HAVE_GCC_PRAGMA_DIAGNOSTIC_{MODIFY,SCOPE}Stephan Bergmann1-0/+3
2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák1-0/+27
2013-02-14rhbz#908674: Adapt rtl::Allocator::construct to C++11Stephan Bergmann1-0/+1
2013-01-31Use separate config_*.h files for BUILD and HOST when cross-compilingTor Lillqvist1-0/+22