summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove unused variables and codeLuboš Luňák2012-12-042-25/+3
* sal: warning C4267: return: conversion from 'size_t' to 'int'...Michael Stahl2012-12-045-8/+14
* Fixup: putting back dummy methods for removed semaphoreThorsten Behrens2012-12-043-0/+49
* API CHANGE: remove long-deprecated Semaphore & related stuff.Thorsten Behrens2012-12-0412-550/+0
* fix non-fast string operator+ debug buildLuboš Luňák2012-12-044-0/+4
* Fix fast concat of empty stringsStephan Bergmann2012-12-044-5/+13
* 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-038-9/+54
* 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-0310-0/+632
* 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
* Remove useless getpid implementation on Linux.Arnaud Versini2012-12-011-34/+0
* unused variablesLuboš Luňák2012-12-011-2/+0
* but back a unittest check about invalid char[] -> OUString(Buffer) conversionLuboš Luňák2012-12-011-0/+2
* OUStringBuffer constructor from OUStringBuffer should use const argNorbert Thiebaud2012-12-012-2/+1
* eradicate all traces of OLocale and rtl/locale.hxxMichael Stahl2012-11-301-13/+0
* ditched rtl::OLocaleEike Rathke2012-11-304-283/+30
* 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
* We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist2012-11-286-20/+6
* add SAL_WARN_UNUSED_RESULT in OString and OUString where appropriateNorbert Thiebaud2012-11-282-18/+18
* Clean up previous rtl::OUStringBuffer changesStephan Bergmann2012-11-281-9/+4
* Fix rtl::OUString::compareToIgnoreAsciiCaseStephan Bergmann2012-11-282-6/+19
* OUString has a matchIgnoreAsciiCase but no compareTo version of itNorbert Thiebaud2012-11-271-0/+24
* add API to OUStringBuffer to make assignment/copy more versatileNorbert Thiebaud2012-11-271-1/+29
* android folds libsal_textenc into libsalCaolán McNamara2012-11-271-0/+1
* add dependency on sal_textenc dlopened libCaolán McNamara2012-11-271-0/+7
* warning C4309: '=' : truncation of constant valueStephan Bergmann2012-11-271-19/+19
* Make python3 work with custom VALGRIND_CFLAGSStephan Bergmann2012-11-273-8/+8