summaryrefslogtreecommitdiff
path: root/include/sal/types.h
AgeCommit message (Expand)Author
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