Age | Commit message (Expand) | Author |
2019-09-01 | Fix '..' | Andrea Gelmini |
2019-09-01 | Fix '..' | Andrea Gelmini |
2019-07-31 | Improved loplugin:stringconstant (now that GCC 7 supports it): i18npool | Stephan Bergmann |
2019-06-27 | Ditch "using namespace U_ICU_NAMESPACE;", qualify icu:: instead | Eike Rathke |
2019-05-28 | i18npool: remove versioned ICU forward declarations | Michael Stahl |
2019-05-28 | tdf#42949 Fix IWYU warnings in i18npool/ | Gabor Kelemen |
2018-12-24 | tdf#120703 PVS: V560 A part of conditional expression is always true/false | Mike Kaganski |
2018-12-08 | Remove obsolete SAL_FALLTHROUGH completely | Stephan Bergmann |
2018-09-17 | loplugin:external in i18npool | Stephan Bergmann |
2018-09-10 | tdf#42949 Fix IWYU warnings in include/cppuhelper/* | Gabor Kelemen |
2018-09-09 | loplugin:simplifyconstruct in helpcompiler..io | Noel Grandin |
2018-04-17 | loplugin:constparams | Noel Grandin |
2018-02-02 | loplugin:useuniqueptr in i18npool | Noel Grandin |
2018-02-01 | i18npool: MSVC: pragma warning: make more specific, remove obsolete | Mike Kaganski |
2018-01-15 | More loplugin:cstylecast: i18npool | Stephan Bergmann |
2018-01-15 | convert a<b?a:b to std::min(a,b) | Noel Grandin |
2018-01-12 | More loplugin:cstylecast: i18npool | Stephan Bergmann |
2018-01-11 | convert (a>b?a:b) to std::max(a,b) | Noel Grandin |
2017-12-30 | crash in sc, make TextSearch thread safe | Caolán McNamara |
2017-12-11 | loplugin:salcall fix functions | Noel Grandin |
2017-12-05 | loplugin:salcall fix non-virtual methods | Noel Grandin |
2017-06-27 | loplugin:useuniqueptr in various | Noel Grandin |
2017-03-03 | Remove redundant 'inline' keyword | Stephan Bergmann |
2017-03-01 | typesafe wrappers for css::i18nutil::TransliterationModules | Noel Grandin |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2017-01-25 | loplugin: unnecessary destructor forms..idlc | Noel Grandin |
2017-01-19 | New loplugin:dynexcspec: Add @throws documentation, i18npool | Stephan Bergmann |
2017-01-17 | replace #ifdef SOLARIS with #ifdef __sun | Michael Stahl |
2017-01-17 | new loplugin: useuniqueptr: helpcompiler..io | Noel Grandin |
2016-11-11 | loplugin:countusersofdefaultparams in editeng..rsc | Noel Grandin |
2016-09-13 | Resolves: tdf#101924 fatal exception on Sounds like Japanese options | Caolán McNamara |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-08-05 | loplugin:countusersofdefaultparams in framework..lotuswordpro | Noel Grandin |
2016-05-10 | Replace fallthrough comments with new SAL_FALLTHROUGH macro | Stephan Bergmann |
2016-04-24 | Resolves: tdf#99468 do greedy '*' match if substring match is not allowed | Eike Rathke |
2016-04-20 | loplugin:salbool: Automatic rewrite of sal_False/True | Stephan Bergmann |
2016-04-18 | clang-tidy performance-unnecessary-copy-initialization | Noel Grandin |
2016-02-23 | SearchFlags::WILD_MATCH_SELECTION, SearchOptions2::WildcardEscapeCharacter | Eike Rathke |
2016-02-23 | new loplugin: commaoperator | Noel Grandin |
2016-02-17 | implement '*' '?' '~' wildcard search, tdf#72196 | Eike Rathke |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2016-02-05 | interface to new XTextSearch2 with SearchOptions2, tdf#72196 | Eike Rathke |
2016-01-31 | unnecessary use of OUString constructor | Noel Grandin |
2016-01-11 | loplugin:unusedmethods unused return value in i18npool | Noel Grandin |
2016-01-10 | Fix typos | Andrea Gelmini |
2015-11-25 | regex result offsets can be negative if a group was not matched, tdf#94810 | Eike Rathke |
2015-11-24 | straighten out broken indentation | Eike Rathke |
2015-11-24 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-11-23 | similar to searchForward() use the correct offsets, tdf#94810 related | Eike Rathke |
2015-11-23 | remove comment that makes no sense, tdf#94810 follow-up | Eike Rathke |