summaryrefslogtreecommitdiff
path: root/include/sal/types.h
AgeCommit message (Expand)Author
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
2015-10-12HAVE_CXX11_DELETE is required on all supported toolchainsStephan Bergmann
2015-05-04sal: match the defintions of SAL_MAX_SIZE and sal_SizeMichael Stahl
2015-04-10Update @since tags LO 4.5 -> 5.0Stephan Bergmann
2015-03-18'#if defined(SAL_W32) || defined(SAL_UNX)' matches all our platforms.Tor Lillqvist
2015-02-13Ah, Clang has some "type_visiblity" well-kept secretStephan Bergmann
2015-02-06Make OUStringLiteral more usefulStephan Bergmann
2015-01-22SAL_DLLPUBLIC_RTTI for proper RTTI visibility for LLVMStephan Bergmann
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macroMichael Stahl
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl
2014-08-14WaE: C4722: destructor never returns, potential memory leakTor Lillqvist
2014-06-05remove the definition of SAL_THROW macroNoel Grandin
2014-05-22Avoid undef use of null ptr, use offsetof insteadStephan Bergmann
2014-05-18fix include guard for sal/types.hThomas Arnhold
2014-02-06Typo: formating -> formattingJulien Nabet
2013-12-16remove SGI compiler checksMichael Stahl
2013-12-16fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa
2013-11-28Declare SAL_THROW as documentation-only and deprecatedStephan Bergmann
2013-11-27Mark sal_Char, sal_sChar, sal_uChar as deprecatedStephan Bergmann
2013-09-04Add SAL_WNOUNREACHABLE_CODE_PUSH and _POP macrosTor Lillqvist
2013-08-05do not base feature checks on gcc versionLuboš Luňák
2013-07-23Revert "WaE: "HAVE_GCC_ATTRIBUTE_WARN_UNUSED" is not defined"Tor Lillqvist
2013-07-23WaE: "HAVE_GCC_ATTRIBUTE_WARN_UNUSED" is not definedDavid Tardon
2013-07-23adjust for upstreaming of warn_unused attributeLuboš Luňák
2013-06-10mingw64: force C99 formating strings for consistencyFridrich Štrba
2013-04-24move URE headers to include/David Tardon