summaryrefslogtreecommitdiff
path: root/sal/inc/sal/types.h
AgeCommit message (Expand)AuthorFilesLines
2013-04-24move URE headers to include/David Tardon1-566/+0
2013-04-08Check for the C++11 "final" specifier and introduce SAL_FINALTor Lillqvist1-0/+12
2013-03-22For convenience, include config_global.h in sal/config.hStephan Bergmann1-4/+0
2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák1-2/+2
2013-02-27sal: use typesizes.h in MSVC build tooMichael Stahl1-17/+1
2013-01-30Introduce SAL_OVERRIDEMiklos Vajna1-0/+13
2013-01-30make SAL_WNODEPRECATED_DECLARATIONS_PUSH work also with ClangLuboš Luňák1-1/+1
2013-01-19Use default visibility for exception types even when DISABLE_DYNLOADINGTor Lillqvist1-4/+8
2013-01-14Remove obsolete typesconfigStephan Bergmann1-1/+0
2012-12-11SAL_DELETE -> SAL_DELETED_FUNCTION, for a more descriptive nameLuboš Luňák1-2/+2
2012-12-11Introduce SAL_DELETEStephan Bergmann1-0/+18
2012-12-04mac gcc 4.0.1 does not support __attribute((warn_unused_result)) very wellNorbert Thiebaud1-1/+1
2012-11-30Find a more sensible place for cssStephan Bergmann1-12/+11
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-0/+8
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist1-1/+1
2012-11-22create SAL_DEPRECATED_INTERNAL for annotating APIMichael Meeks1-0/+15
2012-11-21re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-20sal, cppuhelper, udkapi, offapi: s/@since 3.7/@since 4.0/Michael Stahl1-1/+1
2012-11-09Introdude SAL_JNI_EXPORT and use that instead of JNIEXPORTTor Lillqvist1-0/+6
2012-11-09When DISABLE_DYNLOADING there is no need to export much any symbols at allTor Lillqvist1-4/+11
2012-10-09compiler check for unused variablesLuboš Luňák1-0/+20
2012-09-15Include saldllapi.h explicitly where neededStephan Bergmann1-2/+0
2012-09-15Revert "saldllapi.h is really not included outside of sal itself"Stephan Bergmann1-5/+1
2012-09-14saldllapi.h is really not included outside of sal itselfNorbert Thiebaud1-1/+5
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold1-10/+0
2012-04-03SAL_REINTERPRET_CAST returns, for API stability (for 3rd-party extensions)Tor Lillqvist1-0/+1
2012-04-03Simplify SAL_CONST_CAST and SAL_STATIC_CAST defns, mention they are obsoleteTor Lillqvist1-12/+2
2012-03-22MinGW apparently needs to be forced into __cdeclStephan Bergmann1-5/+0
2012-03-12SAL_DLLPUBLIC_TEMPLATELuboš Luňák1-0/+5
2012-03-10SAL_DLLPUBLIC_IMPORT with gcc should not be emptyLuboš Luňák1-1/+1
2012-02-16-WundefStephan Bergmann1-1/+1
2012-02-13EasyHack: Removed gcc conditionalsAlexander Bergmann1-2/+2
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann1-1/+1
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-0/+31
2012-01-20kill some doxygen warningsNorbert Thiebaud1-1/+1
2011-12-19sal: add visibility symbolsMatúš Kukan1-0/+2
2011-09-22bah, >= 4.6 thenCaolán McNamara1-1/+1
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-1/+18
2011-09-22should be > 4, not > 5Caolán McNamara1-1/+1
2011-09-19Add a clarifying comment (MinGW special case).Jan Holesovsky1-0/+4
2011-09-11Simplified SAL_DEPRECATED, does not need to abstract over func.Stephan Bergmann1-5/+5
2011-09-07introduce SAL_DEPRECATED macroBjoern Michaelsen1-0/+16
2011-07-21use SAL_WARN_UNUSED_RESULTCaolán McNamara1-1/+1
2011-07-21add a _attribute__((warn_unused_result)) based macroCaolán McNamara1-0/+12
2011-06-2816-bit Windows is no moreFrancois Tigeot1-2/+0
2011-04-18Remove OS/2 support.Francois Tigeot1-13/+4
2011-03-08Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud1-1/+1
2011-02-16Remove HPUX supportThomas Arnhold1-1/+1
2011-02-15dragonfly stuffFrancois Tigeot1-1/+1
2011-01-22Define SAL_TYPES_SIZEOFPOINTER for x64 WindowsTor Lillqvist1-2/+6