summaryrefslogtreecommitdiff
path: root/include/rtl
AgeCommit message (Expand)Author
2014-06-17-Wstrict-prototypesStephan Bergmann
2014-06-05sal/rtl: remove SAL_THROW macroNoel Grandin
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante
2014-05-15Resolves: #i124896# [API CHANGE] remove obsoleted rtl/allocator.hxxHerbert Dürr
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-23RTL_UNICODETOTEXT_FLAGS_NOCOMPOSITE has never had any effectTor Lillqvist
2014-03-19make "rest" param in endsWithIgnoreAsciiCase default to zeroNoel Grandin
2014-03-01Adapt rtl_uriConvertRelToAbs to RFC 3986Stephan Bergmann
2014-03-01Remove visual noise from includeAlexander Wilms
2014-02-28Missing @since tags, and adapt to semantics of posix_memalignStephan Bergmann
2014-02-28Fix typo: s/Alined/AlignedTor Lillqvist
2014-02-27Ensure that numeric array storage is aligned to 256-byte boundary.Kohei Yoshida
2014-02-18Stick to a single O[U]String hash functionStephan Bergmann
2014-02-17String cleanups.Muthu Subramanian
2014-02-13Move string hash function into String class.Muthu Subramanian
2014-01-27Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
2014-01-10Use proper bool operationsStephan Bergmann
2013-12-20typo fixesAndras Timar
2013-12-18URE headers do not have "using rtl::OUString"Stephan Bergmann
2013-12-10Fix addition of OStringBuffer::append(bool) overloadStephan Bergmann
2013-12-10Add append(bool) to OStringBuffer.Muthu Subramanian
2013-12-10Revert unnecessary code.Muthu Subramanian
2013-12-10Fix build issue - add append(bool) to strbufMuthu Subramanian
2013-11-12rtl: starts-/endsWith* new second parameter since 4.2Andres Gomez
2013-11-09fdo#65108 inter-module includes <> include/rtlNorbert Thiebaud
2013-11-07OUString::operator[] silence -Werror=strict-overflow warningsMichael Stahl
2013-11-07OString::operator[]: make this consistent with OUStringMichael Stahl
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-10-23fixincludeguards.sh: include - the restThomas Arnhold
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin
2013-10-15Allow starts-/endsWith* to also return the rest of the matched stringStephan Bergmann
2013-09-30Clean up rtl/character.hxxStephan Bergmann
2013-09-30Introduce ASCII case conversion and use more/rtl/character.hxx.Arnaud Versini
2013-09-07typo fix + unwanted link fixAndras Timar
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-19Introduce rtl::compareIgnoreCase and deprecate rtl/character.hxx equivalents.Arnaud Versini
2013-08-14EXCEPTIONS_OFF is never definedStephan Bergmann
2013-06-18fdo#43460 include,registry,svtools,svx,unodevtools: use isEmpty()Jelle van der Waa
2013-06-13Introduce O[U]String::toUInt32Stephan Bergmann
2013-05-29Tweak commentsStephan Bergmann
2013-05-23Remove redundant (private) DO_NOT_ACQUIREStephan Bergmann
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-05-10Resolves: #i122208# introduce rtl::CStringHash and rtl::CStringEqualHerbert Dürr
2013-05-09HAVE_CXX11_PERFECT_FORWARDING doesn't seem to work against libc++Tor Lillqvist
2013-04-24move URE headers to include/David Tardon