summaryrefslogtreecommitdiff
path: root/extensions/source/logging
AgeCommit message (Expand)Author
2019-10-15new loplugin:bufferaddNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): extensionsStephan Bergmann
2019-07-18cid#703953 Unchecked return valueCaolán McNamara
2019-05-31Use hasElements to check Sequence emptiness in [e-i]*Arkadiy Illarionov
2019-05-25Fix typoAndrea Gelmini
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-04-05Remove unused using declarations in directories [e-l]*Gabor Kelemen
2019-01-21Avoid -Werror=format-{overflow,truncation}=Stephan Bergmann
2018-11-21loplugin:redundantfcast improvementsNoel Grandin
2018-10-26Introduce SimpleTextFormatter and format unopkg output using itSamuel Mehrbrodt
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-08loplugin:simplifyconstruct in editeng..extensionsNoel Grandin
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-01-12More loplugin:cstylecast: extensionsStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-09-07extensions: GCC 7 -Werror=format-truncationMichael Stahl
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist
2017-02-08Blind fix for apparently buggy GCC 4.8Stephan Bergmann
2017-02-08Use OUStringLiteralStephan Bergmann
2017-02-08Drop bogus check for escaped $Stephan Bergmann
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-05loplugin:unnecessaryoverride (dtors) in extensionsStephan Bergmann
2016-10-19loplugin:expandablemethodds in editeng..extensionsNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-04-26clang-tidy modernize-loop-convert in e*Noel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-14loplugin:passstuffbyref in variousNoel Grandin
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2016-02-05Fix typosAndrea Gelmini
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2015-12-28extensions: Remove recently unused logging::LogModuleMatúš Kukan
2015-12-28tdf#74608: Ctor function for logging::PlainTextFormatterMatúš Kukan
2015-12-28tdf#74608: Ctor function for logging::CsvFormatterMatúš Kukan
2015-12-28tdf#74608: Ctor function for logging::ConsoleHandlerMatúš Kukan
2015-12-28tdf#74608: Ctor function for logging::FileHandlerMatúš Kukan
2015-12-28tdf#74608: Constructor function for LoggerPool singletonMatúš Kukan
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin