summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2012-12-25Get rid of (most uses of) GUITor Lillqvist12-42/+37
2012-12-20Add ability to send SAL_* messages to syslogRiccardo Magliocchetti2-3/+47
2012-12-19don't use shared empty string if extra space is to be allocatedLuboš Luňák1-1/+1
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-19Fix for making absolute the registry arguments of the uno executableStephan Bergmann1-1/+11
2012-12-18fdo#58473 - fix transliteration crasher caused by writing const string.Michael Meeks3-4/+7
2012-12-18update PCH headers using the current pch scriptLuboš Luňák3-43/+0
2012-12-17Revert part of 34e79c19babc0e6cc281025b40635b91dca444f3.Arnaud Versini1-5/+1
2012-12-17API CHANGE: Remove useless deprecated rtl/memory.hArnaud Versini5-110/+32
2012-12-17add script to regenerate pch filesPeter Foley1-1/+5
2012-12-17OUString::reverseCompareTo() string literal overload to match the AsciiL oneLuboš Luňák2-0/+14
2012-12-13NOMINMAX on Windows is defined globallyLuboš Luňák1-3/+0
2012-12-12Remove xml2cmp leftoversStephan Bergmann1-58/+0
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-10no longer necessary to add include path for PCH headerLuboš Luňák1-1/+0
2012-12-10rename to gb_Library_set_precompiled_headerLuboš Luňák1-1/+1
2012-12-10#define _BSD_SOURCE to 1 (that's what compilers set it to, at least)Luboš Luňák1-1/+1
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ňák3-0/+40
2012-12-10-Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann1-6/+4
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-06int vs oslInterlockedCount ambiguityLuboš Luňák2-16/+16
2012-12-06unittest for fast string operator+ not allowing unwanted combinationsLuboš Luňák3-0/+84
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ňák4-0/+62
2012-12-06acquire on the shared empty string does nothingLuboš Luňák1-1/+0
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ňák6-6/+106
2012-12-06rtl_(u)String_ensureCapacityLuboš Luňák6-0/+150
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-06ostream/OString operator<< no longer neededLuboš Luňák1-12/+0
2012-12-06reduce a bit the rtl vs rtlunittest mess in string headersLuboš Luňák2-37/+17
2012-12-06committed by mistakeLuboš Luňák1-1/+0
2012-12-06API CHANGE: drop obsolete rtl/oustringostreaminserter.hxxStephan Bergmann2-22/+0
2012-12-06Put stubs for removed functionality into compat.cxxStephan Bergmann2-21/+20
2012-12-04LIBO_UDK_3.7 -> LIBO_UDK_4.0Luboš Luňák1-1/+1
2012-12-04replace #pragma weak with __attribute__((weak))Luboš Luňák1-6/+3