Age | Commit message (Expand) | Author |
2014-03-01 | Adapt rtl_uriConvertRelToAbs to RFC 3986 | Stephan Bergmann |
2014-03-01 | Remove visual noise from include | Alexander Wilms |
2014-02-28 | Missing @since tags, and adapt to semantics of posix_memalign | Stephan Bergmann |
2014-02-28 | Fix typo: s/Alined/Aligned | Tor Lillqvist |
2014-02-27 | Ensure that numeric array storage is aligned to 256-byte boundary. | Kohei Yoshida |
2014-02-18 | Stick to a single O[U]String hash function | Stephan Bergmann |
2014-02-17 | String cleanups. | Muthu Subramanian |
2014-02-13 | Move string hash function into String class. | Muthu Subramanian |
2014-01-27 | Let C++ inline functions return bool instead of sal_Bool | Stephan Bergmann |
2014-01-23 | Let C++ inline functions return bool instead of sal_Bool | Stephan Bergmann |
2014-01-10 | Use proper bool operations | Stephan Bergmann |
2013-12-20 | typo fixes | Andras Timar |
2013-12-18 | URE headers do not have "using rtl::OUString" | Stephan Bergmann |
2013-12-10 | Fix addition of OStringBuffer::append(bool) overload | Stephan Bergmann |
2013-12-10 | Add append(bool) to OStringBuffer. | Muthu Subramanian |
2013-12-10 | Revert unnecessary code. | Muthu Subramanian |
2013-12-10 | Fix build issue - add append(bool) to strbuf | Muthu Subramanian |
2013-11-12 | rtl: starts-/endsWith* new second parameter since 4.2 | Andres Gomez |
2013-11-09 | fdo#65108 inter-module includes <> include/rtl | Norbert Thiebaud |
2013-11-07 | OUString::operator[] silence -Werror=strict-overflow warnings | Michael Stahl |
2013-11-07 | OString::operator[]: make this consistent with OUString | Michael Stahl |
2013-11-04 | Convert code that calls OUString::getStr()[] to use the [] operator | Noel Grandin |
2013-10-23 | fixincludeguards.sh: include - the rest | Thomas Arnhold |
2013-10-23 | clean up places accessing the NULL at the of an OUString | Noel Grandin |
2013-10-15 | Allow starts-/endsWith* to also return the rest of the matched string | Stephan Bergmann |
2013-09-30 | Clean up rtl/character.hxx | Stephan Bergmann |
2013-09-30 | Introduce ASCII case conversion and use more/rtl/character.hxx. | Arnaud Versini |
2013-09-07 | typo fix + unwanted link fix | Andras Timar |
2013-08-21 | finish deprecation of O(U)String::valueOf() | Luboš Luňák |
2013-08-19 | Introduce rtl::compareIgnoreCase and deprecate rtl/character.hxx equivalents. | Arnaud Versini |
2013-08-14 | EXCEPTIONS_OFF is never defined | Stephan Bergmann |
2013-06-18 | fdo#43460 include,registry,svtools,svx,unodevtools: use isEmpty() | Jelle van der Waa |
2013-06-13 | Introduce O[U]String::toUInt32 | Stephan Bergmann |
2013-05-29 | Tweak comments | Stephan Bergmann |
2013-05-23 | Remove redundant (private) DO_NOT_ACQUIRE | Stephan Bergmann |
2013-05-15 | Spelling "separate" (etc) correctly is hard | Tor Lillqvist |
2013-05-10 | Resolves: #i122208# introduce rtl::CStringHash and rtl::CStringEqual | Herbert Dürr |
2013-05-09 | HAVE_CXX11_PERFECT_FORWARDING doesn't seem to work against libc++ | Tor Lillqvist |
2013-04-24 | move URE headers to include/ | David Tardon |