Age | Commit message (Expand) | Author |
2019-10-26 | size some stringbuffer to prevent re-alloc | Noel Grandin |
2019-10-22 | Don't cast to check lower 16 bits; apply mask explicitly | Mike Kaganski |
2019-10-10 | convert WriteCharPtr..getStr to WriteOString | Noel Grandin |
2019-09-06 | Fixing "...." | Andrea Gelmini |
2019-09-03 | loplugin:constmethod in basic | Noel Grandin |
2019-09-01 | Fix '..' | Andrea Gelmini |
2019-08-14 | Fix Clang 10 -Werror,-Wimplicit-int-float-conversion | Stephan Bergmann |
2019-08-14 | Fix Clang 10 -Werror,-Wimplicit-int-float-conversion | Stephan Bergmann |
2019-07-31 | Improved loplugin:stringconstant (now that GCC 7 supports it): basic | Stephan Bergmann |
2019-07-28 | loplugin:collapseif | Noel Grandin |
2019-07-22 | cid#1448485 silence Copy-paste error | Caolán McNamara |
2019-06-25 | improve loplugin:simplifyconstruct | Noel Grandin |
2019-06-11 | loplugin:virtualdown in SbxValue | Noel Grandin |
2019-05-07 | downgrade warning to info | Caolán McNamara |
2019-05-02 | Resolves: tdf#124605 ditch "if operand 1 is Empty, result is operand 2" | Eike Rathke |
2019-04-23 | tdf#123043 make type character detection unicode-aware | Tomoyuki Kubota |
2019-04-08 | Fix typo | Andrea Gelmini |
2019-04-08 | Fix typo | Andrea Gelmini |
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-01 | Some more WIN32 -> _WIN32 | Stephan Bergmann |
2019-02-08 | loplugin:indentation in basctl..bridges | Noel Grandin |
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-08 | convert "*xxx.get()" to "*xxx" | Noel Grandin |
2018-12-26 | basic: Spare temporary variable | Takeshi Abe |
2018-12-08 | Remove obsolete SAL_FALLTHROUGH completely | Stephan Bergmann |
2018-12-02 | tdf#120703 PVS: V560 A part of conditional expression is always true/false | Mike Kaganski |
2018-11-16 | loplugin:buriedassign in avmedia..cui | Noel Grandin |
2018-11-10 | Replace deprecated boost::optional::reset(val) with operator = | Mike Kaganski |
2018-11-06 | loplugin:collapseif in accessibility..cui | Noel Grandin |
2018-11-06 | remove with_sprintf_ define | Noel Grandin |
2018-10-27 | tdf#120703 PVS: V530 The return value of function is required to be utilized | Mike Kaganski |
2018-10-26 | tdf#42949 Fix IWYU warnings in include/unotools/* | Gabor Kelemen |
2018-10-22 | pvs-studio: V794 The assignment operator should be protected | Caolán McNamara |
2018-10-20 | tdf#120703 (PVS): redundant check | Mike Kaganski |
2018-10-19 | clang-tidy readability-misleading-indentation | Noel Grandin |
2018-10-15 | clang-tidy bugprone-copy-constructor-init | Noel Grandin |
2018-09-21 | new loplugin:methodcycles | Noel Grandin |
2018-09-17 | New loplugin:external | Stephan Bergmann |
2018-09-08 | cppcheck: variableScope in basic | Jochen Nitschke |
2018-09-05 | loplugin:simplifyconstruct in accessibility..bridges | Noel Grandin |
2018-09-03 | cppcheck: useInitializationList in basic | Jochen Nitschke |
2018-08-27 | Fix warning in !HAVE_FEATURE_SCRIPTING case | Tor Lillqvist |
2018-08-16 | Resolves: tdf#119013 do not over-aggressively reorder date particles | Eike Rathke |
2018-08-10 | unnecessary null check before dynamic_cast, in various | Noel Grandin |
2018-07-27 | loplugin:stringloop in basic, framework, sax, svtools | Noel Grandin |
2018-07-09 | Add missing sal/log.hxx headers | Gabor Kelemen |
2018-06-29 | Improved loplugin:redundantcast (const-qualified typedefs): basic | Stephan Bergmann |
2018-06-29 | tdf#118442: Fix incorrect index calculation | Mike Kaganski |