Age | Commit message (Expand) | Author |
2016-08-26 | loplugin:refcounting: also cover temporaries being directly stack managed | Stephan Bergmann |
2016-07-15 | new loplugin unnecessary override | 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-04-20 | loplugin:salbool: Automatic rewrite of sal_False/True | Stephan Bergmann |
2016-03-08 | Remove dead code | Stephan Bergmann |
2016-03-08 | Remove unnecessary include | Stephan Bergmann |
2016-03-08 | tdf#91794 Remove OSL_DEBUG_LEVEL > 1 conditionals | Rohan Kumar |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2016-01-10 | Fix typos | Andrea Gelmini |
2015-11-17 | Don't assume sal_Unicode is unsigned short | Stephan Bergmann |
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-19 | com::sun::star->css in i18npool | Noel Grandin |
2015-08-03 | new loplugin: refcounting | Noel Grandin |
2015-07-03 | Fix typos | Andrea Gelmini |
2015-06-30 | Fix typos | Andrea Gelmini |
2015-06-22 | Fix typos | Andrea Gelmini |
2015-06-17 | Replace boost::scoped_array<T> with std::unique_ptr<T[]> | Takeshi Abe |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-06-01 | loplugin:loopvartoosmall | Noel Grandin |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-03-26 | const_cast: convert some C-style casts and remove some redundant ones | Stephan Bergmann |
2015-02-27 | 18npool: these variables should be signed | Michael Stahl |
2015-02-26 | tdf#89665: i18npool: fix pathological transliterate slow-path | Michael Stahl |
2015-02-23 | remove unnecessary parenthesis in return statements | Noel Grandin |
2015-01-20 | Some more loplugin:cstylecast: i18npool | Stephan Bergmann |
2014-12-18 | i18npool: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-18 | fdo#39440 reduce scope of local variables | Michael Weghorn |
2014-10-29 | remove unnecessary 'using namespace rtl' declarations | Noel Grandin |
2014-09-11 | Prevent erroneous pick up of unrelated css::i18n::Maping | Stephan Bergmann |
2014-09-11 | Avoid name clash with generated C++ class corresponding to UNOIDL service | Stephan Bergmann |
2014-04-23 | i18npool: sal_Bool->bool | Noel Grandin |
2014-04-23 | Remove unneeded header | Tor Lillqvist |
2014-04-23 | Use our canonical header guard naming | Tor Lillqvist |
2014-04-23 | Avoid cargo cult rites | Tor Lillqvist |
2014-04-17 | Avoid possible memory leaks in case of exceptions | Takeshi Abe |
2014-04-11 | Use valid UNOIDL identifiers in TransliterationModulesExtra | Stephan Bergmann |
2014-04-08 | fdo#77123: Add option ignore kashida to the search | Faisal M. Al-Otaibi |
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: Constructor feature for few more implementations. | Matúš Kukan |
2014-01-27 | i18npool: Ctor feature for few general services. | Matúš Kukan |
2013-12-18 | fdo#54938: Convert i18npool to use cppu::supportsService | Marcos Paulo de Souza |
2013-11-11 | convert OUString compareToAscii == 0 to equalsAscii | Noel Grandin |
2013-11-11 | convert OUString !compareToAscii to equalsAscii | Noel Grandin |
2013-09-05 | use sensible indentation | Eike Rathke |
2013-08-31 | fdo#62475 - remove visual noise | Philipp Riemer |
2013-08-21 | WaE: comparison of integers of different signs | Tor Lillqvist |