summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2014-02-20Stick to a single O[U]String hash functionStephan Bergmann
2014-02-18String cleanups.Muthu Subramanian
2014-02-13Move string hash function into String class.Muthu Subramanian
2013-12-12Add append(bool) to OStringBuffer.Muthu Subramanian
2013-04-25Use InterlockedIncrement() and InterlockedDecrement() unconditionallyTor Lillqvist
2013-02-15rhbz#908674: Adapt rtl::Allocator::construct to C++11Stephan Bergmann
2013-01-25OSQLParser::RuleIDToRule should not silently change s_aReverseRuleIDLookupLionel Elie Mamane
2013-01-16fdo#58415: Don't ignore osl_getFileURLFromSystemPath failureStephan Bergmann
2012-12-19don't use shared empty string if extra space is to be allocatedLuboš Luňák
2012-12-10Do not fail for unset OSL_DEBUG_LEVEL (as happens in SDK)Stephan Bergmann
2012-12-06OUStringBuffer::remove( int ) -> truncate( int )Luboš 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-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
2012-11-27implement a new iscii (devangari) <-> unicode converterCaolán McNamara
2012-11-26get textencoding tests working againCaolán McNamara
2012-11-26fix unicode to dingbats conversionCaolán McNamara
2012-11-26removal of ISCII code left a bogus hole in tableCaolán McNamara