summaryrefslogtreecommitdiff
path: root/sal/inc/rtl/string.hxx
AgeCommit message (Expand)Author
2013-04-24move URE headers to include/David Tardon
2013-04-22Revert "fdo#62096: Replaced some compareTo with =="Fridrich Štrba
2013-04-22fdo#62096: Replaced some compareTo with ==Sameer Deshmukh
2013-04-04remove HAVE_SFINAE_ANONYMOUS_BROKENLuboš Luňák
2013-03-28Half-assed attempt at enforcing operator [] preconditionsStephan Bergmann
2013-03-25Add test case for toInt overflow detectionStephan Bergmann
2013-03-25Clean up new toUInt64Stephan Bergmann
2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák
2013-02-26SAL_WARN_UNUSED_RESULT OString copyEike Rathke
2013-02-25fdo#60724 - change 'charcter' to 'character'sadam36
2013-02-07improve comments of isEmpty()Chr. Rossmanith
2013-02-06O(U)String::valueOf don't duplicate codeDavid Ostrovsky
2013-02-04remove sal_Bool from boolean() docs tooLuboš Luňák
2013-02-04OK for boolean() to take true bool argumentStephan Bergmann
2013-02-04Strings: boolean() as a replacement for valueOf(sal_Bool)David Ostrovsky
2013-01-28cleanups for number() string functionLuboš Luňák
2013-01-21Revert "avoid -Wsign-promo warnings"Stephan Bergmann
2013-01-19microoptimization for "" OUString ctorLuboš Luňák
2013-01-18avoid warning about a comparison being always trueLuboš Luňák
2013-01-18avoid -Wsign-promo warningsLuboš Luňák
2013-01-18long and long long can be the same size (and thus also sal_Int64)Luboš Luňák
2013-01-18Create OUString and OString number(*) methods.Noel Grandin
2012-12-06use rtl_(u)string_alloc where the contents clearly don't need to be clearedLuboš Luňák
2012-12-06support for fast string operator+ in operator+=/appendLuboš Luňák
2012-12-06add doxygen tags to the internal fast string stuffLuboš Luňák
2012-12-06reduce a bit the rtl vs rtlunittest mess in string headersLuboš Luňák
2012-12-04sal: warning C4267: return: conversion from 'size_t' to 'int'...Michael Stahl
2012-12-04fix non-fast string operator+ debug buildLuboš Luňák
2012-12-04Fix fast concat of empty stringsStephan Bergmann
2012-12-03assert on strange lengths of string literalsLuboš Luňák
2012-12-03support for fast O(U)String concatenation using operator+Luboš Luňák
2012-11-28add SAL_WARN_UNUSED_RESULT in OString and OUString where appropriateNorbert Thiebaud
2012-11-21re-base on ALv2 code. Includes:Michael Meeks
2012-11-20sal, cppuhelper, udkapi, offapi: s/@since 3.7/@since 4.0/Michael Stahl
2012-11-15Drop obsolete includes of deprecated rtl/memory.hStephan Bergmann
2012-11-14Include clean-upStephan Bergmann
2012-11-10deduplicate OString std::basic_ostream operatorsMiklos Vajna
2012-10-09mark our string classes as SAL_WARN_UNUSEDLuboš Luňák
2012-10-02update string copy semantics to be undefined in a non-crashing way.Michael Meeks
2012-09-06add O(U)String::startsWith() to complement endsWith()Luboš Luňák
2012-07-23Make rtl::O[U]String::isEmpty return true boolStephan Bergmann
2012-07-16allow using rtl::OUString etc. simply as OUString, without rtl::Luboš Luňák
2012-05-08sal: work around spurious signed overflow warningsMichael Stahl
2012-05-02Related: fdo#49208 implement operator== with faster equalsCaolán McNamara
2012-04-23doxygen warning fixesLuboš Luňák
2012-04-06string literal O(U)StringBuffer ctors too, after allLuboš Luňák
2012-04-03I'm dumb, fromAscii() stops at \0.Luboš Luňák
2012-04-02warn on \0 embedded in string literals, after allLuboš Luňák
2012-03-30do not just warn on allocation failure, simply abortLuboš Luňák
2012-03-28move string helper types to stringutils.hxxLuboš Luňák