summaryrefslogtreecommitdiffstats
path: root/config_host/config_global.h.in
Commit message (Expand)AuthorAgeFilesLines
* Adapt o3tl::span to P1872R0Stephan Bergmann2021-04-091-0/+3
* HAVE_CPP_ATTRIBUTE_NODISCARD is always true nowStephan Bergmann2018-12-081-3/+0
* HAVE_CXX_CWG1579_FIX is always true nowStephan Bergmann2018-12-071-4/+0
* HAVE_CPP_INLINE_VARIABLES is always true nowStephan Bergmann2018-12-071-3/+0
* HAVE_CPP_ATTRIBUTE_FALLTHROUGH is always true nowStephan Bergmann2018-12-071-3/+0
* HAVE_CXX14_CONSTEXPR is always true nowStephan Bergmann2018-12-071-1/+0
* HAVE_BROKEN_CONST_ITERATORS is always false nowStephan Bergmann2018-12-071-1/+0
* Use [[fallthrough]] also with MSVCStephan Bergmann2018-09-111-0/+3
* Use [[nodiscard]] in SAL_WARN_UNUSED_RESULT where availableStephan Bergmann2018-09-111-0/+3
* GCC only supports inline variables since GCC 7Stephan Bergmann2018-08-311-0/+3
* Silence bogus -Werror=redundant-move (GCC 9)Stephan Bergmann2018-08-301-0/+4
* -Werror=redundant-move (GCC 9), take twoStephan Bergmann2018-08-291-0/+4
* Make brittle SortedAutoCompleteStrings ownership handling more explicitStephan Bergmann2018-07-041-0/+3
* Drop HAVE_GCC_ATTRIBUTE_WARN_UNUSED_STLStephan Bergmann2017-11-081-2/+0
* tdf#113211: fix calculations with big integersMike Kaganski2017-10-191-0/+1
* Remove HAVE_CXX11_REF_QUALIFIER, always true nowStephan Bergmann2017-06-161-1/+0
* HAVE_THREADSAFE_STATICS sould always be trueStephan Bergmann2017-06-011-1/+0
* Remove HAVE_CXX11_UTF16_STRING_LITERAL, always true nowStephan Bergmann2017-03-021-1/+0
* Remove HAVE_CXX11_CONSTEXPR, always true nowStephan Bergmann2017-03-021-1/+0
* Phase out support for HAVE_BROKEN_STATIC_INITIALIZER_LISTStephan Bergmann2016-12-151-1/+0
* [API CHANGE] Remove salcpprt static libraryStephan Bergmann2016-12-121-1/+0
* Support ConstCharArrayDetector also for UTF-16 arraysStephan Bergmann2016-08-291-0/+1
* 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