summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2012-12-10No config_global.h in SDKStephan Bergmann2-0/+4
2012-12-10Do not fail for unset OSL_DEBUG_LEVEL (as happens in SDK)Stephan Bergmann1-0/+4
2012-12-10remove unneeded PCH stuffLuboš Luňák1-10/+0
2012-12-10no longer necessary to add include path for PCH headerLuboš Luňák1-1/+0
2012-12-10rename to gb_Library_set_precompiled_headerLuboš Luňák1-1/+1
2012-12-10#define _BSD_SOURCE to 1 (that's what compilers set it to, at least)Luboš Luňák1-1/+1
2012-12-10include guards for precompiled_xxx.hxx filesLuboš Luňák1-0/+6
2012-12-10more headers to be precompiled for salLuboš Luňák1-0/+8
2012-12-10testing PCH support in salLuboš Luňák3-0/+40
2012-12-10-Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann1-6/+4
2012-12-10Avoid "deleted function definitions are a C++11 extension" in a better wayTor Lillqvist1-7/+0
2012-12-09WaE: deleted function definitions are a C++11 extensionTor Lillqvist1-0/+7
2012-12-07add rtl::OUStringBuffer::append(bool)Luboš Luňák2-1/+62
2012-12-07use config_xxx.h files instead of -DHAVE_XXX on the command lineLuboš Luňák2-0/+4
2012-12-06OUStringBuffer::remove( int ) -> truncate( int )Luboš Luňák1-2/+2
2012-12-06int vs oslInterlockedCount ambiguityLuboš Luňák2-16/+16
2012-12-06unittest for fast string operator+ not allowing unwanted combinationsLuboš Luňák3-0/+84
2012-12-06use rtl_(u)string_alloc where the contents clearly don't need to be clearedLuboš Luňák4-22/+16
2012-12-06mvoe rtl_(u)string_alloc to salLuboš Luňák4-0/+62
2012-12-06acquire on the shared empty string does nothingLuboš Luňák1-1/+0
2012-12-06pass string by reference instead of by valueLuboš Luňák2-2/+2
2012-12-06support for fast string operator+ in operator+=/appendLuboš Luňák6-6/+106
2012-12-06rtl_(u)String_ensureCapacityLuboš Luňák6-0/+150
2012-12-06add doxygen tags to the internal fast string stuffLuboš Luňák4-0/+40
2012-12-06remove needless friend declarationLuboš Luňák1-3/+0
2012-12-06ostream/OString operator<< no longer neededLuboš Luňák1-12/+0
2012-12-06reduce a bit the rtl vs rtlunittest mess in string headersLuboš Luňák2-37/+17
2012-12-06committed by mistakeLuboš Luňák1-1/+0
2012-12-06API CHANGE: drop obsolete rtl/oustringostreaminserter.hxxStephan Bergmann2-22/+0
2012-12-06Put stubs for removed functionality into compat.cxxStephan Bergmann2-21/+20
2012-12-04LIBO_UDK_3.7 -> LIBO_UDK_4.0Luboš Luňák1-1/+1
2012-12-04replace #pragma weak with __attribute__((weak))Luboš Luňák1-6/+3
2012-12-04remove unused variables and codeLuboš Luňák2-25/+3
2012-12-04sal: warning C4267: return: conversion from 'size_t' to 'int'...Michael Stahl5-8/+14
2012-12-04Fixup: putting back dummy methods for removed semaphoreThorsten Behrens3-0/+49
2012-12-04API CHANGE: remove long-deprecated Semaphore & related stuff.Thorsten Behrens12-550/+0
2012-12-04fix non-fast string operator+ debug buildLuboš Luňák4-0/+4
2012-12-04Fix fast concat of empty stringsStephan Bergmann4-5/+13
2012-12-04mac gcc 4.0.1 does not support __attribute((warn_unused_result)) very wellNorbert Thiebaud1-1/+1
2012-12-03fix capacity in stringbuffersLuboš Luňák2-4/+6
2012-12-03avoid unused warning in non-debug modeLuboš Luňák1-1/+1
2012-12-03assert on strange lengths of string literalsLuboš Luňák8-9/+54
2012-12-03make sure fast string operator+ is used only by LO codeLuboš Luňák1-1/+3
2012-12-03fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák1-0/+1
2012-12-03support for fast O(U)String concatenation using operator+Luboš Luňák10-0/+632
2012-12-03Improve English commentsNaser Sharifi1-62/+61
2012-12-03VS2012 knows that std::abort() does what it says on the tin (WaE: unreachable...Tor Lillqvist1-4/+4
2012-12-01Remove useless getpid implementation on Linux.Arnaud Versini1-34/+0
2012-12-01unused variablesLuboš Luňák1-2/+0
2012-12-01but back a unittest check about invalid char[] -> OUString(Buffer) conversionLuboš Luňák1-0/+2