Age | Commit message (Expand) | Author |
2020-09-02 | Turn OStringLiteral into a consteval'ed, static-refcound rtl_String | Stephan Bergmann |
2020-04-17 | No need for HAVE_GCC_DEPRECATED_MESSAGE | Stephan Bergmann |
2020-04-17 | No need for HAVE_GCC_PRAGMA_OPERATOR | Stephan Bergmann |
2020-04-17 | HAVE_CPP_GUARANTEED_COPY_ELISION should always be true now | Stephan Bergmann |
2020-04-17 | Just use __builtin_ffs on GCC and Clang | Stephan Bergmann |
2020-01-28 | HAVE_GCC_ATTRIBUTE_WARN_UNUSED should always be true now for Clang/GCC | Stephan Bergmann |
2019-12-14 | Rename HAVE_GCC_BUG_87150 to HAVE_P1155R3 | Stephan Bergmann |
2019-12-07 | Adapt o3tl::span to P1872R0 | Stephan Bergmann |
2019-09-25 | constinit, here we come | Stephan Bergmann |
2018-12-08 | HAVE_CPP_ATTRIBUTE_NODISCARD is always true now | Stephan Bergmann |
2018-12-07 | HAVE_CXX_CWG1579_FIX is always true now | Stephan Bergmann |
2018-12-07 | HAVE_CPP_INLINE_VARIABLES is always true now | Stephan Bergmann |
2018-12-07 | HAVE_CPP_ATTRIBUTE_FALLTHROUGH is always true now | Stephan Bergmann |
2018-12-07 | HAVE_CXX14_CONSTEXPR is always true now | Stephan Bergmann |
2018-12-07 | HAVE_BROKEN_CONST_ITERATORS is always false now | Stephan Bergmann |
2018-09-11 | Use [[fallthrough]] also with MSVC | Stephan Bergmann |
2018-09-11 | Use [[nodiscard]] in SAL_WARN_UNUSED_RESULT where available | Stephan Bergmann |
2018-08-31 | GCC only supports inline variables since GCC 7 | Stephan Bergmann |
2018-08-30 | Silence bogus -Werror=redundant-move (GCC 9) | Stephan Bergmann |
2018-08-29 | -Werror=redundant-move (GCC 9), take two | Stephan Bergmann |
2018-07-04 | Make brittle SortedAutoCompleteStrings ownership handling more explicit | Stephan Bergmann |
2017-11-08 | Drop HAVE_GCC_ATTRIBUTE_WARN_UNUSED_STL | Stephan Bergmann |
2017-10-19 | tdf#113211: fix calculations with big integers | Mike Kaganski |
2017-06-16 | Remove HAVE_CXX11_REF_QUALIFIER, always true now | Stephan Bergmann |
2017-06-01 | HAVE_THREADSAFE_STATICS sould always be true | Stephan Bergmann |
2017-03-02 | Remove HAVE_CXX11_UTF16_STRING_LITERAL, always true now | Stephan Bergmann |
2017-03-02 | Remove HAVE_CXX11_CONSTEXPR, always true now | Stephan Bergmann |
2016-12-15 | Phase out support for HAVE_BROKEN_STATIC_INITIALIZER_LIST | Stephan Bergmann |
2016-12-12 | [API CHANGE] Remove salcpprt static library | Stephan Bergmann |
2016-08-29 | Support ConstCharArrayDetector also for UTF-16 arrays | Stephan Bergmann |
2016-03-31 | Typo in HAVE_BROKEN_STATIC_INITILIZER_LIST | Stephan Bergmann |
2015-11-09 | Prevent += called on temporary O[U]String instances | Stephan Bergmann |
2015-10-12 | HAVE_CXX11_PERFECT_FORWARDING is required on all supported toolchains | Stephan Bergmann |
2015-10-12 | HAVE_CXX11_FINAL is required on all supported toolchains | Stephan Bergmann |
2015-10-12 | HAVE_CXX11_OVERRIDE is required on all supported toolchains | Stephan Bergmann |
2015-10-12 | HAVE_CXX11_DELETE is required on all supported toolchains | Stephan Bergmann |
2015-09-30 | Avoid unhelpful -Wunused-variable | Stephan Bergmann |
2015-06-19 | Fix check for broken standard library | Stephan Bergmann |
2015-02-10 | Properly check for Clang with static initializer_list bug | Stephan Bergmann |
2015-02-06 | Make OUStringLiteral more useful | Stephan Bergmann |
2014-10-02 | remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macro | Michael Stahl |
2014-10-02 | remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macro | Michael Stahl |
2014-09-11 | (Rudimentary) C++11 support is a hard requirement now | Stephan Bergmann |
2013-08-05 | do not base feature checks on gcc version | Luboš Luňák |
2013-07-23 | adjust for upstreaming of warn_unused attribute | Luboš Luňák |
2013-06-13 | rename HAVE_CXX0X->HAVE_CXX11 and clean up to #define in a config header | Luboš Luňák |
2013-04-08 | Check for the C++11 "final" specifier and introduce SAL_FINAL | Tor Lillqvist |
2013-04-04 | remove HAVE_SFINAE_ANONYMOUS_BROKEN | Luboš Luňák |
2013-03-26 | autoconf can actually handle #define HAVE_FOO 0 as the default | Luboš Luňák |
2013-03-25 | Introduce HAVE_GCC_PRAGMA_DIAGNOSTIC_{MODIFY,SCOPE} | Stephan Bergmann |