summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* rhbz#908674: Adapt rtl::Allocator::construct to C++11Stephan Bergmann2013-02-151-0/+8
* OSQLParser::RuleIDToRule should not silently change s_aReverseRuleIDLookupLionel Elie Mamane2013-01-251-0/+1
* fdo#58415: Don't ignore osl_getFileURLFromSystemPath failureStephan Bergmann2013-01-161-5/+15
* don't use shared empty string if extra space is to be allocatedLuboš Luňák2012-12-191-1/+1
* Do not fail for unset OSL_DEBUG_LEVEL (as happens in SDK)Stephan Bergmann2012-12-101-0/+4
* OUStringBuffer::remove( int ) -> truncate( int )Luboš Luňák2012-12-061-2/+2
* 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
* 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
* implement a new iscii (devangari) <-> unicode converterCaolán McNamara2012-11-277-43/+611
* get textencoding tests working againCaolán McNamara2012-11-264-1251/+1135
* fix unicode to dingbats conversionCaolán McNamara2012-11-261-5/+5
* removal of ISCII code left a bogus hole in tableCaolán McNamara2012-11-261-0/+8
* Add an $APP_DATA_DIR predefiend thingie in bootstrap ("rc") files for AndroidTor Lillqvist2012-11-221-0/+12
* Add lo_get_app_data_dir()Tor Lillqvist2012-11-222-0/+9
* create SAL_DEPRECATED_INTERNAL for annotating APIMichael Meeks2012-11-221-0/+15
* Fail fastStephan Bergmann2012-11-221-4/+2
* Clean up remains of NativeActivity-based Android app supportTor Lillqvist2012-11-219-971/+20