- 12e13f1 rtl: typo in doc comment by Ashod Nakashian · 9 years ago
- 182a74d de-hrc various things by Caolán McNamara · 9 years ago
- 9af8964 RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TO by Chris Sherlock · 9 years ago
- df65749 Remove a bunch of comment cruft - esp. "the end." bits by Chris Sherlock · 9 years ago
- c127c19 Remove HAVE_CXX11_REF_QUALIFIER, always true now by Stephan Bergmann · 9 years ago
- ef117ca tdf#108039: check for nullptr in rtl_uString and OUString by Mike Kaganski · 9 years ago
- d0069e5 add COVERITY_NOEXCEPT_FALSE by Caolán McNamara · 9 years ago
- 6517fd2 HAVE_THREADSAFE_STATICS sould always be true by Stephan Bergmann · 9 years ago
- 5e49021 apply SAL_RETURNS_NONNULL in a couple more places by Noel Grandin · 9 years ago
- 24b2c63 create SAL_RETURNS_NONNULL annotation by Noel Grandin · 9 years ago
- 6b448d3 make __RSC a builtin define for the RSC compiler by Noel Grandin · 9 years ago
- de0ea66 Improved loplugin:redundantcast, static_cast on arithmetic types: sal by Stephan Bergmann · 9 years ago
- 9ac98e6 Finally switch MSVC to sal_Unicode = char16_t, too by Stephan Bergmann · 9 years ago
- da56de9 remove type decorations on char literals by Jochen Nitschke · 9 years ago
- 86781bc Fix typos by Andrea Gelmini · 9 years ago
- f9bf486 Better check for 'defined LIBO_INTERNAL_ONLY' by Stephan Bergmann · 9 years ago
- f5c93d4 Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char) by Stephan Bergmann · 9 years ago
- 7778d9f51 Prevent calls to rtl/character.hxx functions with (signed) char arguments by Stephan Bergmann · 9 years ago
- 46b8d2b Mark rtl_locale_get/setDefault as deprecated by Stephan Bergmann · 9 years ago
- e6ce64b Only need an OStringBuffer in number2PolyPolygon by Stephan Bergmann · 9 years ago
- 6cb9e6d Remove redundant 'inline' keyword by Stephan Bergmann · 9 years ago
- bcb4022 Fix typos by Andrea Gelmini · 9 years ago
- ba42357 Remove uses of SAL_CONSTEXPR in LIBO_INTERNAL_ONLY by Stephan Bergmann · 9 years ago
- 8646ab9 Remove MinGW support by Stephan Bergmann · 9 years ago
- 1480a2d add 'explicit operator bool' to our reference classes by Noel Grandin · 9 years ago
- 387a035 New loplugin:externvar: sal by Stephan Bergmann · 9 years ago
- e497d4d coverity#1371227 Missing move assignment operator by Caolán McNamara · 9 years ago
- c03d803 Replace side-effect--only uses of makeStringAndClear() with setLength(0) by Stephan Bergmann · 9 years ago
- 8770767 Make OUStringLiteral more useful by Stephan Bergmann · 9 years ago
- 0dc1926 Typo in meant-to-be-overloading function name by Stephan Bergmann · 9 years ago
- 40633e3 Revert "Revert "Prevent nonsensical comparations between OUString and nullptr_t"" by Stephan Bergmann · 9 years ago
- e559c0c Revert "Prevent nonsensical comparations between OUString and nullptr_t" by Stephan Bergmann · 9 years ago
- 2e3f5c8 Prevent nonsensical comparations between OUString and nullptr_t by Stephan Bergmann · 9 years ago
- 802f2a4 Don't allow O[U]StringBuffer in string concatenation by Stephan Bergmann · 9 years ago
- 5c28942 New rtl::splitSurrogates, remove code duplication by Stephan Bergmann · 10 years ago
- 2c3ebb2 @since tag; sorting by Stephan Bergmann · 10 years ago
- 2135eae let approxEqual() not scale too early for large representable integer values by Eike Rathke · 10 years ago
- e1954f5 Related cid#1371287: Work around missing OStringBuffer move semantics by Stephan Bergmann · 10 years ago
- 95ee4ca Related cid#1371289: Work around missing OUStringBuffer move semantics by Stephan Bergmann · 10 years ago
- 5536aea Let OUStringLiteral1 take its arg as ctor arg, not template arg by Stephan Bergmann · 10 years ago
- 20f6a6b tdf#99402: fix Metafile Font handling by Mike Kaganski · 10 years ago
- 2c10714 Make OUStringLiteral1 a wrapper around UTF-16 instead of just ASCII by Stephan Bergmann · 10 years ago
- 0c8fa58 Support ConstCharArrayDetector also for UTF-16 arrays by Stephan Bergmann · 10 years ago
- c399004 OUString construction from OUStringLiteral1 must not be overruled by... by Stephan Bergmann · 10 years ago
- 5f5b740 sal: rename O[U]String parameter by Michael Stahl · 10 years ago
- efc05c0 remove various crutches for boost::bind/boost::mem_fn by Michael Stahl · 10 years ago
- d2f9f27 loplugin:nullptr: Find some more cases in templates by Stephan Bergmann · 10 years ago
- a7258ef Typo: namesapce(s)->namespace(s) by Julien Nabet · 10 years ago
- 3210bc85 Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePoint by Stephan Bergmann · 10 years ago
- 4647e77 tdf#81129 Support reading non-BMP characters in HTML documents. by Mark Hung · 10 years ago
- 64d624b Fix typos by Andrea Gelmini · 10 years ago
- e75406e tdf#39631 - branch hints: comment, and tweak variously, also use. by Michael Meeks · 10 years ago
- 72434f7f sal: make OString/OUString immovable for MSVC by Michael Stahl · 10 years ago
- c9f6e12 OString/OUString: move constructors and operator= by Noel Grandin · 10 years ago
- 4a1edf6 More loplugin:nullptr automatic rewrite (within templates) by Stephan Bergmann · 10 years ago
- 0475ab7 Adapt to true wchar_t in clang-cl by Stephan Bergmann · 10 years ago
- 0b07406 Use C++11 char16_t for sal_Unicode by Stephan Bergmann · 10 years ago
- 5d201bc Adapt to clang-cl by Stephan Bergmann · 10 years ago
- 2083761 -Werror,-Wmicrosoft-enum-value by Stephan Bergmann · 10 years ago
- 0813839 Missing includes (for NULL) by Stephan Bergmann · 10 years ago
- 26f05d5 loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
- 9d3cb71 Prevent += called on temporary O[U]String instances by Stephan Bergmann · 10 years ago
- a7efdb1 Best avoid SAL_CALL cargo-cult for new inline functions by Stephan Bergmann · 10 years ago
- f15d11a rtl::Reference Add move construction/assignment by Daniel Robertson · 10 years ago
- ae13a68 Fix typos by Andrea Gelmini · 11 years ago
- 350b9e3 Add OString::startsWithIgnoreAsciiCase by Stephan Bergmann · 11 years ago
- 9d307ab new loplugin: defaultparams by Noel Grandin · 11 years ago
- 69df701 Fix a copy-paste error by Takeshi Abe · 11 years ago
- a6c4723 Apply special treatment of OUStringLiteral1 to MSVC 2015 by David Ostrovsky · 11 years ago
- f201623 Rule out OString(std::nullptr_t) by Stephan Bergmann · 11 years ago
- 799cc41 Fix typos by Andrea Gelmini · 11 years ago
- 420923b Fix typos by Andrea Gelmini · 11 years ago
- 14255b6 Coverity 1308555, 1308562, 1308600: Drop some SAL_THROW_EXTERN_C by Stephan Bergmann · 11 years ago
- edc96a1 Add optimized OUString += literal overload by Stephan Bergmann · 11 years ago
- 1de776a SAL_WARN_UNUSED_RESULT missing from some of the operator+ overloads by Stephan Bergmann · 11 years ago
- 9a850b8 Unnecessary nested #ifdef LIBO_INTERNAL_ONLY by Stephan Bergmann · 11 years ago
- 8007417 Revert "Revert "Generalize OUStringLiteral1"" by Stephan Bergmann · 11 years ago
- 5cba714 Revert "Generalize OUStringLiteral1" by Stephan Bergmann · 11 years ago
- 4d4f351 Generalize OUStringLiteral1 by Stephan Bergmann · 11 years ago
- fd7889a Implement full set of OUString::replaceFirst/All literal overloads by Stephan Bergmann · 11 years ago
- 1b60c3d Avoid conversion warnings in rtl::get[High|Low]Surrogate by Matteo Casalin · 11 years ago
- cbe3b2f Avoid conversion warning in O[U]String[Buffer] constructors by Matteo Casalin · 11 years ago
- cbe944e Catch inadvertent uses of OUString(sal_Unicode) ctor by Stephan Bergmann · 11 years ago
- 3fa7b0b Fix typos by Andrea Gelmini · 11 years ago
- e8b97a5 Merge remote-tracking branch 'origin/feature/vclptr' by Michael Meeks · 11 years ago
- 9561c2f Clean up new rtl/surrogates.h by Stephan Bergmann · 11 years ago
- fd8c06a duplicate surrogate code by Caolán McNamara · 11 years ago
- 582e896 vclptr: create Instance helpers, and set initial ref-count to 1. by Michael Meeks · 11 years ago
- 8e6c335 Update @since tags LO 4.5 -> 5.0 by Stephan Bergmann · 11 years ago
- 026b17b V597: introduce a rtl_secureZeroMemory by Caolán McNamara · 11 years ago
- cc8a2d0 tdf#88835 Calc: General format: 2 digits in exponent by Laurent Balland-Poirier · 11 years ago
- 48f0a5e Typos by Julien Nabet · 11 years ago
- 3d403f2 Related: tdf#63690 - remove rtl_logfile by Thorsten Behrens · 11 years ago
- 78f25d5 Basic : Partially rewrite hex and octal constant reading. by Arnaud Versini · 11 years ago
- 4a2f646 loplugin:deletedspecial by Stephan Bergmann · 11 years ago
- f1359d1 Make OUStringLiteral more useful by Stephan Bergmann · 11 years ago
- d4cd001 sal: add back the append / insert assertions that were... by Michael Stahl · 11 years ago
- b0ef5cf sal: add some argument checking assertions for strings and buffers by Michael Stahl · 11 years ago
- 598d819 Visible function type RTTI for Clang -fsanitize=function by Stephan Bergmann · 11 years ago
- 4c752c4 sal: remove GCC 4.6 check, it does not claim C++11 support by Michael Stahl · 11 years ago