summaryrefslogtreecommitdiffstats
path: root/config_host/config_global.h.in
Commit message (Expand)AuthorAgeFilesLines
* Typo in HAVE_BROKEN_STATIC_INITILIZER_LISTStephan Bergmann2016-03-311-1/+1
* Prevent += called on temporary O[U]String instancesStephan Bergmann2015-11-091-0/+1
* HAVE_CXX11_PERFECT_FORWARDING is required on all supported toolchainsStephan Bergmann2015-10-121-1/+0
* HAVE_CXX11_FINAL is required on all supported toolchainsStephan Bergmann2015-10-121-1/+0
* HAVE_CXX11_OVERRIDE is required on all supported toolchainsStephan Bergmann2015-10-121-1/+0
* HAVE_CXX11_DELETE is required on all supported toolchainsStephan Bergmann2015-10-121-1/+0
* Avoid unhelpful -Wunused-variableStephan Bergmann2015-09-301-0/+2
* Fix check for broken standard libraryStephan Bergmann2015-06-191-0/+1
* Properly check for Clang with static initializer_list bugStephan Bergmann2015-02-101-0/+1
* Make OUStringLiteral more usefulStephan Bergmann2015-02-061-0/+1
* remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macroMichael Stahl2014-10-021-1/+0
* remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl2014-10-021-1/+0
* (Rudimentary) C++11 support is a hard requirement nowStephan Bergmann2014-09-111-2/+0
* do not base feature checks on gcc versionLuboš Luňák2013-08-051-0/+3
* adjust for upstreaming of warn_unused attributeLuboš Luňák2013-07-231-0/+4
* rename HAVE_CXX0X->HAVE_CXX11 and clean up to #define in a config headerLuboš Luňák2013-06-131-0/+2
* Check for the C++11 "final" specifier and introduce SAL_FINALTor Lillqvist2013-04-081-0/+1
* remove HAVE_SFINAE_ANONYMOUS_BROKENLuboš Luňák2013-04-041-1/+0
* autoconf can actually handle #define HAVE_FOO 0 as the defaultLuboš Luňák2013-03-261-28/+0
* Introduce HAVE_GCC_PRAGMA_DIAGNOSTIC_{MODIFY,SCOPE}Stephan Bergmann2013-03-251-0/+3
* use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák2013-03-201-0/+27
* rhbz#908674: Adapt rtl::Allocator::construct to C++11Stephan Bergmann2013-02-141-0/+1
* Use separate config_*.h files for BUILD and HOST when cross-compilingTor Lillqvist2013-01-311-0/+22