summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* Get rid of (most uses of) GUITor Lillqvist2012-12-2512-42/+37
* Add ability to send SAL_* messages to syslogRiccardo Magliocchetti2012-12-202-3/+47
* don't use shared empty string if extra space is to be allocatedLuboš Luňák2012-12-191-1/+1
* Revert "fix crash for fdo#58306 when appending to OUStringBuffer initialised ...Luboš Luňák2012-12-191-1/+1
* fix crash for fdo#58306 when appending to OUStringBuffer initialised with ""Noel Power2012-12-191-1/+1
* Fix for making absolute the registry arguments of the uno executableStephan Bergmann2012-12-191-1/+11
* fdo#58473 - fix transliteration crasher caused by writing const string.Michael Meeks2012-12-183-4/+7
* update PCH headers using the current pch scriptLuboš Luňák2012-12-183-43/+0
* Revert part of 34e79c19babc0e6cc281025b40635b91dca444f3.Arnaud Versini2012-12-171-5/+1
* API CHANGE: Remove useless deprecated rtl/memory.hArnaud Versini2012-12-175-110/+32
* add script to regenerate pch filesPeter Foley2012-12-171-1/+5
* OUString::reverseCompareTo() string literal overload to match the AsciiL oneLuboš Luňák2012-12-172-0/+14
* NOMINMAX on Windows is defined globallyLuboš Luňák2012-12-131-3/+0
* Remove xml2cmp leftoversStephan Bergmann2012-12-121-58/+0
* SAL_DELETE -> SAL_DELETED_FUNCTION, for a more descriptive nameLuboš Luňák2012-12-112-3/+3
* Introduce SAL_DELETEStephan Bergmann2012-12-112-3/+20
* use SAL_WARN_UNUSED_RESULT for OUString::replaceAllIvan Timofeev2012-12-111-3/+5
* operator+ for stringbufferLuboš Luňák2012-12-102-0/+30
* No config_global.h in SDKStephan Bergmann2012-12-102-0/+4
* Do not fail for unset OSL_DEBUG_LEVEL (as happens in SDK)Stephan Bergmann2012-12-101-0/+4
* remove unneeded PCH stuffLuboš Luňák2012-12-101-10/+0
* no longer necessary to add include path for PCH headerLuboš Luňák2012-12-101-1/+0
* rename to gb_Library_set_precompiled_headerLuboš Luňák2012-12-101-1/+1
* #define _BSD_SOURCE to 1 (that's what compilers set it to, at least)Luboš Luňák2012-12-101-1/+1
* include guards for precompiled_xxx.hxx filesLuboš Luňák2012-12-101-0/+6
* more headers to be precompiled for salLuboš Luňák2012-12-101-0/+8
* testing PCH support in salLuboš Luňák2012-12-103-0/+40
* -Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann2012-12-101-6/+4
* Avoid "deleted function definitions are a C++11 extension" in a better wayTor Lillqvist2012-12-101-7/+0
* WaE: deleted function definitions are a C++11 extensionTor Lillqvist2012-12-091-0/+7
* add rtl::OUStringBuffer::append(bool)Luboš Luňák2012-12-072-1/+62
* use config_xxx.h files instead of -DHAVE_XXX on the command lineLuboš Luňák2012-12-072-0/+4
* OUStringBuffer::remove( int ) -> truncate( int )Luboš Luňák2012-12-061-2/+2
* int vs oslInterlockedCount ambiguityLuboš Luňák2012-12-062-16/+16
* unittest for fast string operator+ not allowing unwanted combinationsLuboš Luňák2012-12-063-0/+84
* use rtl_(u)string_alloc where the contents clearly don't need to be clearedLuboš Luňák2012-12-064-22/+16
* mvoe rtl_(u)string_alloc to salLuboš Luňák2012-12-064-0/+62
* acquire on the shared empty string does nothingLuboš Luňák2012-12-061-1/+0
* pass string by reference instead of by valueLuboš Luňák2012-12-062-2/+2
* support for fast string operator+ in operator+=/appendLuboš Luňák2012-12-066-6/+106
* rtl_(u)String_ensureCapacityLuboš Luňák2012-12-066-0/+150
* add doxygen tags to the internal fast string stuffLuboš Luňák2012-12-064-0/+40
* remove needless friend declarationLuboš Luňák2012-12-061-3/+0
* ostream/OString operator<< no longer neededLuboš Luňák2012-12-061-12/+0
* reduce a bit the rtl vs rtlunittest mess in string headersLuboš Luňák2012-12-062-37/+17
* committed by mistakeLuboš Luňák2012-12-061-1/+0
* API CHANGE: drop obsolete rtl/oustringostreaminserter.hxxStephan Bergmann2012-12-062-22/+0
* Put stubs for removed functionality into compat.cxxStephan Bergmann2012-12-062-21/+20
* LIBO_UDK_3.7 -> LIBO_UDK_4.0Luboš Luňák2012-12-041-1/+1
* replace #pragma weak with __attribute__((weak))Luboš Luňák2012-12-041-6/+3