summaryrefslogtreecommitdiff
path: root/include/sal/types.h
AgeCommit message (Expand)AuthorFilesLines
2018-09-20[API CHANGE] Remove unused SAL_FINALStephan Bergmann1-12/+0
2018-09-19Make compilers combine sUNO_* vars across TUsStephan Bergmann1-0/+14
2018-09-11Use [[fallthrough]] also with MSVCStephan Bergmann1-3/+5
2018-09-11Use [[nodiscard]] in SAL_WARN_UNUSED_RESULT where availableStephan Bergmann1-1/+3
2018-02-05sal: remove unnecessary comments in types.hChris Sherlock1-10/+0
2018-01-19Remove include of config_global.h from sal/config.hStephan Bergmann1-0/+4
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann1-3/+3
2017-12-13[API CHANGE] Remove SAL_CALL_ELLIPSEStephan Bergmann1-2/+0
2017-11-08Remove obsolete "lo_warn_unused" workaroundStephan Bergmann1-2/+0
2017-10-23loplugin:includeform: UNO API include filesStephan Bergmann1-3/+3
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-15/+0
2017-08-09SAL_RETURNS_NONNULL: handle old clang not understanding returns_nonnull attrMiklos Vajna1-1/+5
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara1-0/+10
2017-05-30and fix my previous commitNoel Grandin1-3/+1
2017-05-30define SAL_RETURNS_NONNULL as LIBO_INTERNAL_ONLYNoel Grandin1-3/+6
2017-05-26create SAL_RETURNS_NONNULL annotationNoel Grandin1-0/+16
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann1-5/+19
2017-03-25Fix typosAndrea Gelmini1-2/+2
2017-03-24Better check for 'defined LIBO_INTERNAL_ONLY'Stephan Bergmann1-1/+1
2017-03-03[API CHANGE] Remove SAL_CONSTEXPR againStephan Bergmann1-10/+0
2017-03-02Remove HAVE_CXX11_CONSTEXPR, always true nowStephan Bergmann1-1/+1
2017-02-11Remove comment that is no longer accurate/relevantStephan Bergmann1-2/+0
2017-02-10Remove MinGW supportStephan Bergmann1-18/+3
2017-01-27GCC 7 supports [[fallthrough]]Stephan Bergmann1-0/+2
2016-09-20[API CHANGE] Remove HAVE_GCC_VISIBILITY_FEATURE, always trueStephan Bergmann1-1/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-0/+8
2016-05-08Updated file path.Andrea Gelmini1-1/+1
2016-05-03Trivially improve sal/types.h code indentationStephan Bergmann1-2/+2
2016-04-27Improve documentationStephan Bergmann1-7/+9
2016-03-04clang-cl: Enable more warnings etc. (like in the Clang/GCC case)Stephan Bergmann1-4/+6
2016-02-05Fix typosAndrea Gelmini1-2/+2
2016-01-06Get parenthesisation rightStephan Bergmann1-2/+2
2016-01-06sal: don't use reserved identifiers, much less in public APIMichael Stahl1-11/+11
2016-01-06tdf#39631 - branch hints: comment, and tweak variously, also use.Michael Meeks1-18/+72
2016-01-06tdf#39631: Add optimisation helpersSheikha AL-Hinai1-0/+20
2015-11-18Use C++11 char16_t for sal_UnicodeStephan Bergmann1-0/+4
2015-10-12HAVE_CXX11_FINAL is required on all supported toolchainsStephan Bergmann1-2/+2
2015-10-12HAVE_CXX11_OVERRIDE is required on all supported toolchainsStephan Bergmann1-2/+2
2015-10-12HAVE_CXX11_DELETE is required on all supported toolchainsStephan Bergmann1-2/+2
2015-05-04sal: match the defintions of SAL_MAX_SIZE and sal_SizeMichael Stahl1-2/+2
2015-04-10Update @since tags LO 4.5 -> 5.0Stephan Bergmann1-1/+1
2015-03-18'#if defined(SAL_W32) || defined(SAL_UNX)' matches all our platforms.Tor Lillqvist1-3/+1
2015-02-13Ah, Clang has some "type_visiblity" well-kept secretStephan Bergmann1-1/+5
2015-02-06Make OUStringLiteral more usefulStephan Bergmann1-0/+10
2015-01-22SAL_DLLPUBLIC_RTTI for proper RTTI visibility for LLVMStephan Bergmann1-0/+8
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macroMichael Stahl1-1/+1
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl1-1/+1
2014-08-14WaE: C4722: destructor never returns, potential memory leakTor Lillqvist1-1/+2
2014-06-05remove the definition of SAL_THROW macroNoel Grandin1-18/+0
2014-05-22Avoid undef use of null ptr, use offsetof insteadStephan Bergmann1-2/+4