Age | Commit message (Expand) | Author |
2016-02-17 | Typo: namesapce(s)->namespace(s) | Julien Nabet |
2016-02-15 | Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePoint | Stephan Bergmann |
2016-02-13 | tdf#81129 Support reading non-BMP characters in HTML documents. | Mark Hung |
2016-01-10 | Fix typos | Andrea Gelmini |
2016-01-06 | tdf#39631 - branch hints: comment, and tweak variously, also use. | Michael Meeks |
2015-12-20 | sal: make OString/OUString immovable for MSVC | Michael Stahl |
2015-12-17 | OString/OUString: move constructors and operator= | Noel Grandin |
2015-12-10 | More loplugin:nullptr automatic rewrite (within templates) | Stephan Bergmann |
2015-11-28 | Adapt to true wchar_t in clang-cl | Stephan Bergmann |
2015-11-18 | Use C++11 char16_t for sal_Unicode | Stephan Bergmann |
2015-11-13 | Adapt to clang-cl | Stephan Bergmann |
2015-11-13 | -Werror,-Wmicrosoft-enum-value | Stephan Bergmann |
2015-11-10 | Missing includes (for NULL) | Stephan Bergmann |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-09 | Prevent += called on temporary O[U]String instances | Stephan Bergmann |
2015-11-06 | Best avoid SAL_CALL cargo-cult for new inline functions | Stephan Bergmann |
2015-11-06 | rtl::Reference Add move construction/assignment | Daniel Robertson |
2015-09-30 | Fix typos | Andrea Gelmini |
2015-09-10 | Add OString::startsWithIgnoreAsciiCase | Stephan Bergmann |
2015-08-11 | new loplugin: defaultparams | Noel Grandin |
2015-08-03 | Fix a copy-paste error | Takeshi Abe |
2015-07-22 | Apply special treatment of OUStringLiteral1 to MSVC 2015 | David Ostrovsky |
2015-07-12 | Rule out OString(std::nullptr_t) | Stephan Bergmann |
2015-07-08 | Fix typos | Andrea Gelmini |
2015-07-03 | Fix typos | Andrea Gelmini |
2015-06-30 | Coverity 1308555, 1308562, 1308600: Drop some SAL_THROW_EXTERN_C | Stephan Bergmann |
2015-06-26 | Add optimized OUString += literal overload | Stephan Bergmann |
2015-06-26 | SAL_WARN_UNUSED_RESULT missing from some of the operator+ overloads | Stephan Bergmann |
2015-06-26 | Unnecessary nested #ifdef LIBO_INTERNAL_ONLY | Stephan Bergmann |
2015-06-25 | Revert "Revert "Generalize OUStringLiteral1"" | Stephan Bergmann |
2015-06-24 | Revert "Generalize OUStringLiteral1" | Stephan Bergmann |
2015-06-24 | Generalize OUStringLiteral1 | Stephan Bergmann |
2015-06-23 | Implement full set of OUString::replaceFirst/All literal overloads | Stephan Bergmann |
2015-06-23 | Avoid conversion warnings in rtl::get[High|Low]Surrogate | Matteo Casalin |
2015-06-23 | Avoid conversion warning in O[U]String[Buffer] constructors | Matteo Casalin |
2015-06-19 | Catch inadvertent uses of OUString(sal_Unicode) ctor | Stephan Bergmann |
2015-06-16 | Fix typos | Andrea Gelmini |
2015-04-28 | Merge remote-tracking branch 'origin/feature/vclptr' | Michael Meeks |
2015-04-20 | Clean up new rtl/surrogates.h | Stephan Bergmann |
2015-04-20 | duplicate surrogate code | Caolán McNamara |
2015-04-10 | vclptr: create Instance helpers, and set initial ref-count to 1. | Michael Meeks |
2015-04-10 | Update @since tags LO 4.5 -> 5.0 | Stephan Bergmann |
2015-03-31 | V597: introduce a rtl_secureZeroMemory | Caolán McNamara |
2015-02-23 | tdf#88835 Calc: General format: 2 digits in exponent | Laurent Balland-Poirier |
2015-02-18 | Typos | Julien Nabet |
2015-02-14 | Related: tdf#63690 - remove rtl_logfile | Thorsten Behrens |
2015-02-09 | Basic : Partially rewrite hex and octal constant reading. | Arnaud Versini |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2015-02-06 | Make OUStringLiteral more useful | Stephan Bergmann |
2015-02-06 | sal: add back the append / insert assertions that were... | Michael Stahl |