summaryrefslogtreecommitdiff
path: root/include/sal/types.h
AgeCommit message (Expand)Author
2021-02-02tdf#130978 Added comment to all published APImsrijita18
2020-12-23Make functions in rtl/character.hxx constexpr for internal useMike Kaganski
2020-09-16[API CHANGE] Remove unused and deprecated sal_Char/sal_sChar/sal_uCharJulien Nabet
2020-04-17No need for HAVE_GCC_DEPRECATED_MESSAGEStephan Bergmann
2020-04-17No need for HAVE_GCC_PRAGMA_OPERATORStephan Bergmann
2020-01-28HAVE_GCC_ATTRIBUTE_WARN_UNUSED should always be true now for Clang/GCCStephan Bergmann
2019-07-19Fix typoAndrea Gelmini
2018-12-08HAVE_CPP_ATTRIBUTE_NODISCARD is always true nowStephan Bergmann
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-07HAVE_CPP_INLINE_VARIABLES is always true nowStephan Bergmann
2018-12-07HAVE_CPP_ATTRIBUTE_FALLTHROUGH is always true nowStephan Bergmann
2018-12-06Remove obsolete GCC version checksStephan Bergmann
2018-09-20[API CHANGE] Remove unused SAL_FINALStephan Bergmann
2018-09-19Make compilers combine sUNO_* vars across TUsStephan Bergmann
2018-09-11Use [[fallthrough]] also with MSVCStephan Bergmann
2018-09-11Use [[nodiscard]] in SAL_WARN_UNUSED_RESULT where availableStephan Bergmann
2018-02-05sal: remove unnecessary comments in types.hChris Sherlock
2018-01-19Remove include of config_global.h from sal/config.hStephan Bergmann
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann
2017-12-13[API CHANGE] Remove SAL_CALL_ELLIPSEStephan Bergmann
2017-11-08Remove obsolete "lo_warn_unused" workaroundStephan Bergmann
2017-10-23loplugin:includeform: UNO API include filesStephan Bergmann
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-08-09SAL_RETURNS_NONNULL: handle old clang not understanding returns_nonnull attrMiklos Vajna
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara
2017-05-30and fix my previous commitNoel Grandin
2017-05-30define SAL_RETURNS_NONNULL as LIBO_INTERNAL_ONLYNoel Grandin
2017-05-26create SAL_RETURNS_NONNULL annotationNoel Grandin
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann
2017-03-25Fix typosAndrea Gelmini
2017-03-24Better check for 'defined LIBO_INTERNAL_ONLY'Stephan Bergmann
2017-03-03[API CHANGE] Remove SAL_CONSTEXPR againStephan Bergmann
2017-03-02Remove HAVE_CXX11_CONSTEXPR, always true nowStephan Bergmann
2017-02-11Remove comment that is no longer accurate/relevantStephan Bergmann
2017-02-10Remove MinGW supportStephan Bergmann
2017-01-27GCC 7 supports [[fallthrough]]Stephan Bergmann
2016-09-20[API CHANGE] Remove HAVE_GCC_VISIBILITY_FEATURE, always trueStephan Bergmann
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-08Updated file path.Andrea Gelmini
2016-05-03Trivially improve sal/types.h code indentationStephan Bergmann
2016-04-27Improve documentationStephan Bergmann
2016-03-04clang-cl: Enable more warnings etc. (like in the Clang/GCC case)Stephan Bergmann
2016-02-05Fix typosAndrea Gelmini
2016-01-06Get parenthesisation rightStephan Bergmann
2016-01-06sal: don't use reserved identifiers, much less in public APIMichael Stahl
2016-01-06tdf#39631 - branch hints: comment, and tweak variously, also use.Michael Meeks
2016-01-06tdf#39631: Add optimisation helpersSheikha AL-Hinai
2015-11-18Use C++11 char16_t for sal_UnicodeStephan Bergmann
2015-10-12HAVE_CXX11_FINAL is required on all supported toolchainsStephan Bergmann
2015-10-12HAVE_CXX11_OVERRIDE is required on all supported toolchainsStephan Bergmann