summaryrefslogtreecommitdiff
path: root/sal/inc
AgeCommit message (Expand)AuthorFilesLines
2013-01-21Revert "avoid -Wsign-promo warnings"Stephan Bergmann2-48/+0
2013-01-19Use default visibility for exception types even when DISABLE_DYNLOADINGTor Lillqvist1-4/+8
2013-01-19microoptimization for "" OUString ctorLuboš Luňák2-4/+16
2013-01-18avoid warning about a comparison being always trueLuboš Luňák2-0/+4
2013-01-18avoid -Wsign-promo warningsLuboš Luňák2-0/+48
2013-01-18long and long long can be the same size (and thus also sal_Int64)Luboš Luňák2-0/+2
2013-01-18Create OUString and OString number(*) methods.Noel Grandin2-12/+264
2013-01-14Remove obsolete typesconfigStephan Bergmann1-1/+0
2013-01-02sw: fix loplugin warningsMiklos Vajna1-0/+1
2013-01-02sal: missing jvmfwk in log-areasMiklos Vajna1-0/+1
2012-12-27Check for __GNUC__ instead of GCC in sourcesTor Lillqvist1-1/+1
2012-12-26PCH for Library_salLubos Lunak2-0/+43
2012-12-19Revert "fix crash for fdo#58306 when appending to OUStringBuffer initialised ...Luboš Luňák1-1/+1
2012-12-19fix crash for fdo#58306 when appending to OUStringBuffer initialised with ""Noel Power1-1/+1
2012-12-18fdo#58473 - fix transliteration crasher caused by writing const string.Michael Meeks2-2/+5
2012-12-18update PCH headers using the current pch scriptLuboš Luňák2-41/+0
2012-12-17API CHANGE: Remove useless deprecated rtl/memory.hArnaud Versini1-53/+0
2012-12-17OUString::reverseCompareTo() string literal overload to match the AsciiL oneLuboš Luňák1-0/+13
2012-12-11SAL_DELETE -> SAL_DELETED_FUNCTION, for a more descriptive nameLuboš Luňák2-3/+3
2012-12-11Introduce SAL_DELETEStephan Bergmann2-3/+20
2012-12-11use SAL_WARN_UNUSED_RESULT for OUString::replaceAllIvan Timofeev1-3/+5
2012-12-10operator+ for stringbufferLuboš Luňák2-0/+30
2012-12-10No config_global.h in SDKStephan Bergmann2-0/+4
2012-12-10Do not fail for unset OSL_DEBUG_LEVEL (as happens in SDK)Stephan Bergmann1-0/+4
2012-12-10remove unneeded PCH stuffLuboš Luňák1-10/+0
2012-12-10include guards for precompiled_xxx.hxx filesLuboš Luňák1-0/+6
2012-12-10more headers to be precompiled for salLuboš Luňák1-0/+8
2012-12-10testing PCH support in salLuboš Luňák2-0/+37
2012-12-10Avoid "deleted function definitions are a C++11 extension" in a better wayTor Lillqvist1-7/+0
2012-12-09WaE: deleted function definitions are a C++11 extensionTor Lillqvist1-0/+7
2012-12-07add rtl::OUStringBuffer::append(bool)Luboš Luňák2-1/+62
2012-12-07use config_xxx.h files instead of -DHAVE_XXX on the command lineLuboš Luňák2-0/+4
2012-12-06OUStringBuffer::remove( int ) -> truncate( int )Luboš Luňák1-2/+2
2012-12-06unittest for fast string operator+ not allowing unwanted combinationsLuboš Luňák1-0/+17
2012-12-06use rtl_(u)string_alloc where the contents clearly don't need to be clearedLuboš Luňák4-22/+16
2012-12-06mvoe rtl_(u)string_alloc to salLuboš Luňák2-0/+49
2012-12-06pass string by reference instead of by valueLuboš Luňák2-2/+2
2012-12-06support for fast string operator+ in operator+=/appendLuboš Luňák4-0/+75
2012-12-06rtl_(u)String_ensureCapacityLuboš Luňák2-0/+36
2012-12-06add doxygen tags to the internal fast string stuffLuboš Luňák4-0/+40
2012-12-06remove needless friend declarationLuboš Luňák1-3/+0
2012-12-06reduce a bit the rtl vs rtlunittest mess in string headersLuboš Luňák2-37/+17
2012-12-06API CHANGE: drop obsolete rtl/oustringostreaminserter.hxxStephan Bergmann1-21/+0
2012-12-04sal: warning C4267: return: conversion from 'size_t' to 'int'...Michael Stahl5-8/+14
2012-12-04API CHANGE: remove long-deprecated Semaphore & related stuff.Thorsten Behrens2-211/+0
2012-12-04fix non-fast string operator+ debug buildLuboš Luňák4-0/+4
2012-12-04Fix fast concat of empty stringsStephan Bergmann2-5/+11
2012-12-04mac gcc 4.0.1 does not support __attribute((warn_unused_result)) very wellNorbert Thiebaud1-1/+1
2012-12-03fix capacity in stringbuffersLuboš Luňák2-4/+6
2012-12-03avoid unused warning in non-debug modeLuboš Luňák1-1/+1