Age | Commit message (Expand) | Author |
2012-12-04 | Fix fast concat of empty strings | Stephan Bergmann |
2012-12-03 | assert on strange lengths of string literals | Luboš Luňák |
2012-12-03 | support for fast O(U)String concatenation using operator+ | Luboš Luňák |
2012-12-03 | Improve English comments | Naser Sharifi |
2012-11-28 | add SAL_WARN_UNUSED_RESULT in OString and OUString where appropriate | Norbert Thiebaud |
2012-11-28 | Fix rtl::OUString::compareToIgnoreAsciiCase | Stephan Bergmann |
2012-11-27 | OUString has a matchIgnoreAsciiCase but no compareTo version of it | Norbert Thiebaud |
2012-11-21 | re-base on ALv2 code. Includes: | Michael Meeks |
2012-11-20 | sal, cppuhelper, udkapi, offapi: s/@since 3.7/@since 4.0/ | Michael Stahl |
2012-11-17 | valgrind: rtl_ustr_asciil_reverseEquals_WithLength is a death trap | Caolán McNamara |
2012-11-15 | Drop obsolete includes of deprecated rtl/memory.h | Stephan Bergmann |
2012-10-09 | Add a 'fromIndex' parameter to OUString::replaceAll | Noel Grandin |
2012-10-09 | mark our string classes as SAL_WARN_UNUSED | Luboš Luňák |
2012-10-02 | update string copy semantics to be undefined in a non-crashing way. | Michael Meeks |
2012-09-18 | move ostream OUString operator<< directly to ustring.hxx | Luboš Luňák |
2012-09-14 | typo: Uniocde -> Unicode | Andras Timar |
2012-09-06 | add O(U)String::startsWith() to complement endsWith() | Luboš Luňák |
2012-07-23 | Make rtl::O[U]String::isEmpty return true bool | Stephan Bergmann |
2012-07-16 | allow using rtl::OUString etc. simply as OUString, without rtl:: | Luboš Luňák |
2012-07-11 | Revert "WaE: logically last test always passes" | Stephan Bergmann |
2012-05-02 | Related: fdo#49208 implement operator== with faster equals | Caolán McNamara |
2012-04-06 | string literal O(U)StringBuffer ctors too, after all | Luboš Luňák |
2012-04-03 | try including the ostream<<OUString operator directly with OUString | Luboš Luňák |
2012-04-03 | I'm dumb, fromAscii() stops at \0. | Luboš Luňák |
2012-04-02 | warn on \0 embedded in string literals, after all | Luboš Luňák |
2012-03-30 | do not just warn on allocation failure, simply abort | Luboš Luňák |
2012-03-30 | no bad_alloc throwing in string literal O(U)String functions | Luboš Luňák |
2012-03-28 | OUString does not have any non-const char functions, no need to check for it | Luboš Luňák |
2012-03-28 | use SFINAE to remove non-const char[N] OUString overloads | Luboš Luňák |
2012-03-28 | move string helper types to stringutils.hxx | Luboš Luňák |
2012-03-12 | @since 3.6 -> @since LibreOffice 3.6 | Luboš Luňák |
2012-03-12 | implement OUString::endsWithIgnoreAsciiCase() | Luboš Luňák |
2012-03-12 | also check that string literals do not actually trigger OUString ctors | Luboš Luňák |
2012-03-12 | forgot to disable mixed char and const char overloads | Luboš Luňák |
2012-03-12 | replace replace*AsciiL() OUString methods with string literal ones | Luboš Luňák |
2012-03-12 | string literal overloads for some OUString methods | Luboš Luňák |
2012-03-12 | some fixes for OUString docs | Luboš Luňák |
2012-03-12 | make the OUString unittest ctor contain garbage | Luboš Luňák |
2012-03-12 | rtl_uString_newFromLiteral() for string literals | Luboš Luňák |
2012-03-05 | rtl_uString_newFromAscii_WithLength() and use it in OUString | Luboš Luňák |
2012-03-05 | optimized OUString operators =,==,!= for string literals | Luboš Luňák |
2012-03-05 | add @since to new OUString ctors | Luboš Luňák |
2012-03-05 | assume string literals to be ASCII-only, rather than UTF-8 | Luboš Luňák |
2012-02-27 | some doxygen warnings cleanup | Korrawit Pruegsanusak |
2012-02-22 | OUString ctor for string literals without RTL_CONSTASCII stuff | Luboš Luňák |
2012-02-22 | WaE: silence some documentation errors | Thomas Arnhold |
2012-02-16 | Prevent misuses of RTL_CONSTASCII_USTRINGPARAM | Stephan Bergmann |
2012-02-15 | Various string function clean up | Stephan Bergmann |
2012-01-26 | Code cleanup: ( () ) replaced by (()) | Alexander Bergmann |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann |