summaryrefslogtreecommitdiff
path: root/sal/inc
AgeCommit message (Expand)Author
2013-02-15rhbz#908674: Adapt rtl::Allocator::construct to C++11Stephan Bergmann
2013-01-25OSQLParser::RuleIDToRule should not silently change s_aReverseRuleIDLookupLionel Elie Mamane
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-04sal: warning C4267: return: conversion from 'size_t' to 'int'...Michael Stahl
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-01OUStringBuffer constructor from OUStringBuffer should use const argNorbert Thiebaud
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-22Add lo_get_app_data_dir()Tor Lillqvist
2012-11-22create SAL_DEPRECATED_INTERNAL for annotating APIMichael Meeks
2012-11-21Clean up remains of NativeActivity-based Android app supportTor Lillqvist
2012-11-21a replace() to OUStringBufferNorbert Thiebaud
2012-11-21add strip* Family of function to OUStringBufferNorbert Thiebaud
2012-11-21re-base on ALv2 code. Includes:Michael Meeks
2012-11-21Revert "sb140: sb140: #i116981# clean up memory upon exit"Michael Meeks
2012-11-20sal, cppuhelper, udkapi, offapi: s/@since 3.7/@since 4.0/Michael Stahl
2012-11-18add a variant of OUStringBuffer::remove() to truncate or empty the contentNorbert Thiebaud
2012-11-17valgrind: rtl_ustr_asciil_reverseEquals_WithLength is a death trapCaolán McNamara
2012-11-15Replace medDebug with sal/log.hxx functionalityStephan Bergmann
2012-11-15Revert "use intrinsict to inline InterlockCount() on Windows too"Luboš Luňák
2012-11-15Drop obsolete includes of deprecated rtl/memory.hStephan Bergmann
2012-11-15Mark rtl_*memory as deprecatedArnaud Versini
2012-11-14Include clean-upStephan Bergmann
2012-11-12WaE: C-linkage specified, but returns user-defined typeTor Lillqvist
2012-11-11oox: ZipStorage: better exception tracingMichael Stahl
2012-11-10deduplicate OString std::basic_ostream operatorsMiklos Vajna
2012-11-09add indexOf family of function to OUStringBufferNorbert Thiebaud
2012-11-09Introdude SAL_JNI_EXPORT and use that instead of JNIEXPORTTor Lillqvist
2012-11-09When DISABLE_DYNLOADING there is no need to export much any symbols at allTor Lillqvist
2012-11-07Improve loggingStephan Bergmann