Age | Commit message (Expand) | Author |
2019-03-16 | Simplify containers iterations in basctl, basegfx, basic, bridges | Arkadiy Illarionov |
2019-03-07 | tdf#42949 Fix IWYU warnings in include/basic/* | Gabor Kelemen |
2019-03-07 | log nice exception messages whereever possible | Noel Grandin |
2019-03-06 | remove some unnecessary typedef struct... sugar | Noel Grandin |
2019-03-04 | simplify UNO getTypes methods | Noel Grandin |
2019-03-01 | Some more WIN32 -> _WIN32 | Stephan Bergmann |
2019-02-20 | o3tl::make_unique -> std::make_unique in include/ & o3tl/ | Gabor Kelemen |
2019-02-19 | pretty up logging of exceptions | Noel Grandin |
2019-02-18 | fix comparison of std::lower_bound result | Noel Grandin |
2019-02-11 | tdf#112689: Replace chained O(U)StringBuffer::append() with operator+ | Yusuf Sonmez |
2019-02-11 | new loplugin writeonlyvars | Noel Grandin |
2019-02-11 | tdf#112689: Replace chained O(U)StringBuffer::append() with operator+ | Muzaffer Kadir YILMAZ |
2019-02-08 | loplugin:indentation in basctl..bridges | Noel Grandin |
2019-02-07 | Fix typo | Andrea Gelmini |
2019-01-27 | Fix typo | Andrea Gelmini |
2019-01-24 | Clean up dead uses of DISABLE_ATL | Stephan Bergmann |
2019-01-16 | Minimum Supported Version is VS2017 | himajin100000 |
2019-01-16 | o3tl::make_unique -> std::make_unique in basctl...bridges | Gabor Kelemen |
2019-01-14 | tdf#122250 Crash when running extension | Noel Grandin |
2019-01-11 | Replace OUStringBuffer::appendCopy with append(std::u16string_view) | Stephan Bergmann |
2019-01-10 | tdf#112689: Replace chained O(U)StringBuffer::append() with operator+ | Doğa Deniz Arıcı |
2019-01-08 | convert "*xxx.get()" to "*xxx" | Noel Grandin |
2019-01-07 | tdf#42949 Fix IWYU warnings in include/vcl/[v-x]* | Gabor Kelemen |
2018-12-28 | Remove unneeded cast, constify OUString | Matteo Casalin |
2018-12-26 | basic: Spare temporary variable | Takeshi Abe |
2018-12-21 | use unique_ptr in SbiExpression | Noel Grandin |
2018-12-12 | loplugin:useuniqueptr in basic and framework | Noel Grandin |
2018-12-10 | tdf#42949 Fix IWYU warnings in include/vcl/s* | Gabor Kelemen |
2018-12-09 | Fix typo | Andrea Gelmini |
2018-12-08 | Remove obsolete SAL_FALLTHROUGH completely | Stephan Bergmann |
2018-12-07 | loplugin:singlevalfields extend to all static vars | Noel Grandin |
2018-12-05 | Fix typo | Andrea Gelmini |
2018-12-05 | loplugin:unnecessaryparen include more assignments | Noel Grandin |
2018-12-03 | add test for bug tdf#121337 | Zdeněk Crhonek |
2018-12-02 | tdf#120703 PVS: V560 A part of conditional expression is always true/false | Mike Kaganski |
2018-12-01 | Fix typos | Andrea Gelmini |
2018-11-30 | Fix typo | Andrea Gelmini |
2018-11-29 | remove unnecessary "if (!empty()" checks before loops | Noel Grandin |
2018-11-29 | Fix typo | Andrea Gelmini |
2018-11-21 | improve function-local statics in basic..cui | Noel Grandin |
2018-11-20 | Fix a copypaste error | Mike Kaganski |
2018-11-17 | Adapt to C++2a char_t | Stephan Bergmann |
2018-11-16 | loplugin:buriedassign in avmedia..cui | Noel Grandin |
2018-11-13 | Set error also in non-UNO/UCB case file date failures, tdf#121337 follow-up | Eike Rathke |
2018-11-13 | Add reference to test code | Stephan Bergmann |
2018-11-13 | tdf#121325: Replace all of given length, even if replacement is shorter | Stephan Bergmann |
2018-11-13 | Don't call Date's ImpYearToDays with zero year argument | Stephan Bergmann |
2018-11-10 | clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2 | Tamás Zolnai |
2018-11-10 | Remove unneeded cast | Matteo Casalin |
2018-11-10 | tdf#120703 PVS: V547 Expression is always true/false | Mike Kaganski |