summaryrefslogtreecommitdiff
path: root/extensions/source/logging
AgeCommit message (Expand)Author
2020-02-13unopkg: Correctly display log messages on WindowsSamuel Mehrbrodt
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
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-01com::sun::star->css in extensions/Noel Grandin
2015-09-15cppcheck: noExplicitConstructorCaolán McNamara
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-08Explicit capture annotationsStephan Bergmann
2015-08-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-07-10extensions: convert boost::bindMichael Stahl