summaryrefslogtreecommitdiffstats
path: root/sal/inc
Commit message (Expand)AuthorAgeFilesLines
* Check for __GNUC__ instead of GCC in sourcesTor Lillqvist2012-12-271-1/+1
* PCH for Library_salLubos Lunak2012-12-262-0/+43
* 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
* fdo#58473 - fix transliteration crasher caused by writing const string.Michael Meeks2012-12-182-2/+5
* update PCH headers using the current pch scriptLuboš Luňák2012-12-182-41/+0
* API CHANGE: Remove useless deprecated rtl/memory.hArnaud Versini2012-12-171-53/+0
* OUString::reverseCompareTo() string literal overload to match the AsciiL oneLuboš Luňák2012-12-171-0/+13
* 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
* 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-102-0/+37
* 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
* unittest for fast string operator+ not allowing unwanted combinationsLuboš Luňák2012-12-061-0/+17
* 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-062-0/+49
* 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-064-0/+75
* rtl_(u)String_ensureCapacityLuboš Luňák2012-12-062-0/+36
* 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
* reduce a bit the rtl vs rtlunittest mess in string headersLuboš Luňák2012-12-062-37/+17
* API CHANGE: drop obsolete rtl/oustringostreaminserter.hxxStephan Bergmann2012-12-061-21/+0
* sal: warning C4267: return: conversion from 'size_t' to 'int'...Michael Stahl2012-12-045-8/+14
* API CHANGE: remove long-deprecated Semaphore & related stuff.Thorsten Behrens2012-12-042-211/+0
* fix non-fast string operator+ debug buildLuboš Luňák2012-12-044-0/+4
* Fix fast concat of empty stringsStephan Bergmann2012-12-042-5/+11
* mac gcc 4.0.1 does not support __attribute((warn_unused_result)) very wellNorbert Thiebaud2012-12-041-1/+1
* fix capacity in stringbuffersLuboš Luňák2012-12-032-4/+6
* avoid unused warning in non-debug modeLuboš Luňák2012-12-031-1/+1
* assert on strange lengths of string literalsLuboš Luňák2012-12-036-4/+46
* make sure fast string operator+ is used only by LO codeLuboš Luňák2012-12-031-1/+3
* fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák2012-12-031-0/+1
* support for fast O(U)String concatenation using operator+Luboš Luňák2012-12-036-0/+482
* Improve English commentsNaser Sharifi2012-12-031-62/+61
* VS2012 knows that std::abort() does what it says on the tin (WaE: unreachable...Tor Lillqvist2012-12-031-4/+4
* OUStringBuffer constructor from OUStringBuffer should use const argNorbert Thiebaud2012-12-011-1/+1
* ditched rtl::OLocaleEike Rathke2012-11-301-250/+0
* Find a more sensible place for cssStephan Bergmann2012-11-301-12/+11
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-301-0/+8