Age | Commit message (Expand) | Author |
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 |
2012-01-05 | Switch from autodoc to doxygen for SDK C++ documentation. | Stephan Bergmann |
2011-11-23 | Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros. | Stephan Bergmann |
2011-11-22 | New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx. | Stephan Bergmann |
2011-10-21 | misc trivial tweaks, and documentation addition | Michael Meeks |
2011-10-21 | String->OUString, with accompanying tests | August Sodora |
2011-10-05 | Removed dangerous rtl::O[U]String[Buffer]::operator sal_{char,Unicode} const *. | Stephan Bergmann |
2011-09-02 | add a public __sal_NoAcquire to OString to match OUString's | Caolán McNamara |
2011-02-24 | WaE: logically last test always passes | Caolán McNamara |
2011-02-14 | move this into comphelper | Caolán McNamara |
2011-02-10 | Add compareToNumeric to OUString & Co | Sébastien Le Ray |
2011-02-04 | moving the rest of ure repository to boost unordered containers | Fridrich Strba |
2011-02-03 | some std::hash_map/set -> boost::unordered_map/set changes | Fridrich Strba |
2011-02-03 | include MSVC STL code path | Fridrich Strba |
2011-01-24 | add since version to new API | Michael Meeks |
2011-01-24 | New method: isEmpty() - Checks if a string is empty. | Thomas Arnhold |
2011-01-17 | fix documentation typo | Caolán McNamara |
2010-10-14 | Add vim/emacs modelines to all source files | Sebastian Spaeth |
2010-10-05 | more removed include guards using fixguard.py | Petr Mladek |
2010-02-12 | changefileheader2: #i109125#: change source file copyright notice from Sun Mi... | Jens-Heiner Rechtien |
2008-04-10 | INTEGRATION: CWS changefileheader (1.31.62); FILE MERGED | Rüdiger Timm |
2007-11-23 | INTEGRATION: CWS sb79 (1.30.30); FILE MERGED | Ivo Hinkelmann |
2007-07-26 | INTEGRATION: CWS i18n31 (1.28.22); FILE MERGED | Rüdiger Timm |
2007-06-27 | INTEGRATION: CWS sb70 (1.28.4); FILE MERGED | Jens-Heiner Rechtien |