Age | Commit message (Expand) | Author |
2020-09-22 | OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaround | Caolán McNamara |
2020-09-16 | Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uString | Stephan Bergmann |
2020-09-08 | Fix typos in comments | Stephan Bergmann |
2020-09-05 | Make OUString(char16_t const[N]) ctor check for embedded NULs | Stephan Bergmann |
2020-09-04 | Make many OUString functions take std::u16string_view parameters | Stephan Bergmann |
2020-09-03 | Fix typo | Stephan Bergmann |
2020-09-02 | Turn OStringLiteral into a consteval'ed, static-refcound rtl_String | Stephan Bergmann |
2020-08-30 | Goodbye O[U]StringView, welcome O[U]String::Concat | Stephan Bergmann |
2020-08-28 | Change OUStringLiteral from char[] to char16_t[] | Stephan Bergmann |
2020-08-13 | loplugin:stringstatic also look for local statics | Noel Grandin |
2020-06-05 | Upcoming loplugin:elidestringvar: sal | Stephan Bergmann |
2020-03-14 | tdf#130975 replace `rtl::math::isNan` with `std::isnan`. | Yukio Siraichi |
2020-03-14 | tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`. | Yukio Siraichi |
2020-03-12 | tdf#130976 replace `rtl::math::isInf` with `std::inf`. | Yukio Siraichi |
2020-03-12 | Revert "loplugin:constfields in reportdesign,sal,sax" | Noel Grandin |
2020-03-04 | ofz#21036: Avoid UBSan signed-integer-overflow in external/dtoa | Stephan Bergmann |
2020-02-27 | Related: tdf#130725: use strtod also in rtl::math::stringToDouble | Mike Kaganski |
2020-01-31 | clang-tidy modernize-concat-nested-namespace | Noel Grandin |
2019-12-19 | sal_Char->char in remotebridges..sax | Noel Grandin |
2019-12-03 | Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t) | Stephan Bergmann |
2019-11-24 | cppcheck: performing init in init list (oox, package, sal, sax) | Julien Nabet |
2019-11-22 | Extend loplugin:external to warn about classes | Stephan Bergmann |
2019-10-20 | Replace some uses of OUStringChar with string literals | Stephan Bergmann |
2019-10-17 | Rename OUStringLiteral1 to OUStringChar | Stephan Bergmann |
2019-10-16 | loplugin:stringadd look through a couple more known-good methods | Noel Grandin |
2019-10-15 | new loplugin:bufferadd | Noel Grandin |
2019-10-14 | Fix misuse of OStringLiteral | Stephan Bergmann |
2019-10-11 | round out StringConcat helpers with sal_Unicode* overloads | Noel Grandin |
2019-09-24 | support O(U)String::number() for fast string concatenation | Luboš Luňák |
2019-09-11 | Fix Unicode to Shift JIS/MS932 conversion data | Stephan Bergmann |
2019-09-05 | Fix conversion of U+0000 in ImplUnicodeToDBCS | Stephan Bergmann |
2019-09-04 | Do not exclude Unicode noncharacters from rtl_convertUnicodeToText | Stephan Bergmann |
2019-09-04 | [API CHANGE] rtl_convertTextToUnicode behavior upon erroneous input | Stephan Bergmann |
2019-09-03 | Fix handling of invalid bytes >= 0x80 in ImplUTF7ToUnicode | Stephan Bergmann |
2019-08-27 | Avoid declaring function templates in namespace std | Stephan Bergmann |
2019-08-24 | loplugin:returnconstval in sal..sc | Noel Grandin |
2019-08-20 | Fix typos | Andrea Gelmini |
2019-07-31 | Improved loplugin:stringconstant (now that GCC 7 supports it): sal | Stephan Bergmann |
2019-06-25 | improve loplugin:simplifyconstruct | Noel Grandin |
2019-04-30 | improve loplugin:stringconstant | Noel Grandin |
2019-04-13 | loplugin:sequentialassign in sal | Noel Grandin |
2019-02-09 | loplugin:indentation in registry..sax | Noel Grandin |
2019-01-17 | Fix rtl_DoubleLocking::getValue_002 test | Stephan Bergmann |
2018-12-01 | Unit test for leading and trailing group separator characters | Eike Rathke |
2018-11-29 | loplugin:stringconstant look for unnecessary OString constructor use | Noel Grandin |
2018-11-17 | Adapt to C++2a char_t | Stephan Bergmann |
2018-11-13 | Fix race in test code | Stephan Bergmann |
2018-11-10 | clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2 | Tamás Zolnai |
2018-10-24 | remove more rtl::OUString and OString prefixes | Noel Grandin |
2018-10-12 | loplugin:constfields in reportdesign,sal,sax | Noel Grandin |