Age | Commit message (Expand) | Author |
2018-04-01 | remove unused processfactory.hxx includes | Jochen Nitschke |
2018-02-02 | loplugin:useuniqueptr in i18npool | Noel Grandin |
2018-01-19 | loplugin:unusedmethods also check for functions returning bool | Noel Grandin |
2018-01-12 | More loplugin:cstylecast: i18npool | Stephan Bergmann |
2017-12-11 | loplugin:salcall fix functions | Noel Grandin |
2017-12-07 | loplugin:salcall handle static methods | Noel Grandin |
2017-12-05 | loplugin:salcall fix non-virtual methods | Noel Grandin |
2017-11-23 | Make loplugin:unnecessaryparen look through implicit | Stephan Bergmann |
2017-11-02 | coverity#1420537 Uninitialized scalar field | Caolán McNamara |
2017-10-27 | Allow decimalSeparatorAlternative in cclass_unicode::parseText(), tdf#81671 | Eike Rathke |
2017-10-27 | Instanciate XLocaleData5 in all internal interfaces, tdf#81671 | Eike Rathke |
2017-10-23 | loplugin:includeform: i18npool | Stephan Bergmann |
2017-10-04 | move stuff in i18npool/i18nutil in own namespace | Noel Grandin |
2017-04-19 | Convert TOKEN constants to o3tl::typed_flags | Noel Grandin |
2017-02-21 | loplugin:subtlezeroinit: i18npool | Stephan Bergmann |
2017-01-31 | teach lolugin:stringconstant about calling constructors | Noel Grandin |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2016-07-27 | improve passstuffbyref return analysis | Noel Grandin |
2016-05-31 | teach refcounting clang plugin about uno::Reference | Noel Grandin |
2016-05-11 | convert MappingType to scoped enum | Noel Grandin |
2016-05-10 | Replace fallthrough comments with new SAL_FALLTHROUGH macro | Stephan Bergmann |
2016-04-28 | clang-tidy modernize-loop-convert in h-l/* | Noel Grandin |
2016-04-20 | loplugin:salbool: Automatic rewrite of sal_False/True | Stephan Bergmann |
2016-04-12 | fix infinite loop in text search, tdf#99208 | Markus Mohrhard |
2016-01-21 | i18npool: handle non-BMP Unicode in cclass_Unicode::parseText() | Michael Stahl |
2015-11-15 | use initialiser syntax for Sequence<OUString> | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-06 | loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) | Stephan Bergmann |
2015-10-20 | loplugin:defaultparams | Stephan Bergmann |
2015-10-19 | com::sun::star->css in i18npool | Noel Grandin |
2015-08-03 | new loplugin: refcounting | Noel Grandin |
2015-07-08 | Fix typos | Andrea Gelmini |
2015-05-08 | Also mention exception type | Stephan Bergmann |
2015-05-07 | Resolves: tdf#91057 transliterateChar2Char throws MultipleCharsOutputException | Caolán McNamara |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2014-12-18 | i18npool: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-11-14 | fdo#86023 - O[U]String needs a 'clear' method | Brij Mohan Lal Srivastava |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini |
2014-10-29 | remove unnecessary 'using namespace rtl' declarations | Noel Grandin |
2014-04-23 | i18npool: sal_Bool->bool | Noel Grandin |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-02-26 | Remove visual noise from i18npool | Alexander Wilms |
2014-01-27 | i18npool: Ctor feature for css.i18n.CharacterClassification(_Unicode). | Matúš Kukan |
2014-01-27 | i18npool: Ctor feature for another services. | Matúš Kukan |
2013-12-18 | fdo#54938: Convert i18npool to use cppu::supportsService | Marcos Paulo de Souza |
2013-11-11 | Revert "Guard CharacterClassificationImpl with mutex." | Kohei Yoshida |
2013-11-11 | Guard CharacterClassificationImpl with mutex. | Kohei Yoshida |
2013-11-11 | convert OUString !compareToAscii to equalsAscii | Noel Grandin |
2013-11-04 | Convert code that calls OUString::getStr()[] to use the [] operator | Noel Grandin |
2013-10-29 | lets be super sure in the face of falling between surrogates | Caolán McNamara |