summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2012-12-06int vs oslInterlockedCount ambiguityLuboš Luňák
2012-12-06unittest for fast string operator+ not allowing unwanted combinationsLuboš Luňák
2012-12-06use rtl_(u)string_alloc where the contents clearly don't need to be clearedLuboš Luňák
2012-12-06mvoe rtl_(u)string_alloc to salLuboš Luňák
2012-12-06acquire on the shared empty string does nothingLuboš Luňák
2012-12-06pass string by reference instead of by valueLuboš Luňák
2012-12-06support for fast string operator+ in operator+=/appendLuboš Luňák
2012-12-06rtl_(u)String_ensureCapacityLuboš Luňák
2012-12-06add doxygen tags to the internal fast string stuffLuboš Luňák
2012-12-06remove needless friend declarationLuboš Luňák
2012-12-06ostream/OString operator<< no longer neededLuboš Luňák
2012-12-06reduce a bit the rtl vs rtlunittest mess in string headersLuboš Luňák
2012-12-06committed by mistakeLuboš Luňák
2012-12-06API CHANGE: drop obsolete rtl/oustringostreaminserter.hxxStephan Bergmann
2012-12-06Put stubs for removed functionality into compat.cxxStephan Bergmann
2012-12-04LIBO_UDK_3.7 -> LIBO_UDK_4.0Luboš Luňák
2012-12-04replace #pragma weak with __attribute__((weak))Luboš Luňák
2012-12-04remove unused variables and codeLuboš Luňák
2012-12-04sal: warning C4267: return: conversion from 'size_t' to 'int'...Michael Stahl
2012-12-04Fixup: putting back dummy methods for removed semaphoreThorsten Behrens
2012-12-04API CHANGE: remove long-deprecated Semaphore & related stuff.Thorsten Behrens
2012-12-04fix non-fast string operator+ debug buildLuboš Luňák
2012-12-04Fix fast concat of empty stringsStephan Bergmann
2012-12-04mac gcc 4.0.1 does not support __attribute((warn_unused_result)) very wellNorbert Thiebaud
2012-12-03fix capacity in stringbuffersLuboš Luňák
2012-12-03avoid unused warning in non-debug modeLuboš Luňák
2012-12-03assert on strange lengths of string literalsLuboš Luňák
2012-12-03make sure fast string operator+ is used only by LO codeLuboš Luňák
2012-12-03fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák
2012-12-03support for fast O(U)String concatenation using operator+Luboš Luňák
2012-12-03Improve English commentsNaser Sharifi
2012-12-03VS2012 knows that std::abort() does what it says on the tin (WaE: unreachable...Tor Lillqvist
2012-12-01Remove useless getpid implementation on Linux.Arnaud Versini
2012-12-01unused variablesLuboš Luňák
2012-12-01but back a unittest check about invalid char[] -> OUString(Buffer) conversionLuboš Luňák
2012-12-01OUStringBuffer constructor from OUStringBuffer should use const argNorbert Thiebaud
2012-11-30eradicate all traces of OLocale and rtl/locale.hxxMichael Stahl
2012-11-30ditched rtl::OLocaleEike Rathke
2012-11-30Find a more sensible place for cssStephan Bergmann
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist
2012-11-28add SAL_WARN_UNUSED_RESULT in OString and OUString where appropriateNorbert Thiebaud
2012-11-28Clean up previous rtl::OUStringBuffer changesStephan Bergmann
2012-11-28Fix rtl::OUString::compareToIgnoreAsciiCaseStephan Bergmann
2012-11-27OUString has a matchIgnoreAsciiCase but no compareTo version of itNorbert Thiebaud
2012-11-27add API to OUStringBuffer to make assignment/copy more versatileNorbert Thiebaud
2012-11-27android folds libsal_textenc into libsalCaolán McNamara
2012-11-27add dependency on sal_textenc dlopened libCaolán McNamara
2012-11-27warning C4309: '=' : truncation of constant valueStephan Bergmann
2012-11-27Make python3 work with custom VALGRIND_CFLAGSStephan Bergmann