summaryrefslogtreecommitdiffstats
path: root/cpputools
Commit message (Expand)AuthorAgeFilesLines
* drop 'using namespace std' in cpputoolsJulien Nabet2021-10-031-1/+0
* loplugin:constmethod handle more casesNoel Grandin2021-09-301-2/+2
* Extend loplugin:stringviewparam to starts/endsWith: cpputoolsStephan Bergmann2021-09-231-2/+3
* cpputools : no need to use fprintf for putting a stringArnaud Versini2021-07-261-2/+2
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-1/+3
* const OUString -> const OUStringLiteralMike Kaganski2021-03-251-1/+1
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* loplugin:refcounting check for managing OWeakObject with raw pointerNoel2021-02-231-3/+3
* Adapt the remaining OUString functions to std string_viewStephan Bergmann2020-12-111-1/+2
* loplugin:stringviewNoel2020-11-111-3/+3
* Upcoming improved loplugin:staticanonymous -> redundantstatic: cpputoolsStephan Bergmann2020-07-011-1/+1
* sal_Char->char in cppcanvas..cuiNoel Grandin2019-12-181-3/+3
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-221-0/+8
* Add version resource to executables where it was missingMike Kaganski2019-08-311-0/+2
* fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin2019-05-131-1/+1
* Fix typoAndrea Gelmini2019-04-201-1/+1
* Reduce OUString operations and use indexed getTokenMatteo Casalin2018-12-281-9/+15
* clang-tidy readability-misleading-indentationNoel Grandin2018-10-191-1/+1
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-091-2/+2
* New loplugin:externalStephan Bergmann2018-09-171-1/+1
* Add missing sal/log.hxx headersGabor Kelemen2018-07-161-0/+1
* loplugin:includeform: cpputoolsStephan Bergmann2017-10-232-5/+5
* loplugin:flatten check for throw in then clauseNoel Grandin2017-09-291-6/+3
* loplugin:flatten in connectivity..desktopNoel Grandin2017-09-211-46/+44
* use more OUString::operator== comphelper..cuiNoel Grandin2017-07-131-2/+2
* spelling instanciate -> instantiateNoel Grandin2017-06-051-1/+1
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-211-1/+0
* Fix typosAndrea Gelmini2017-03-251-1/+1
* Fix typosAndrea Gelmini2017-03-111-1/+1
* new loplugin unoanyNoel Grandin2017-02-281-1/+1
* makeAny->Any in cppuhelper..cuiNoel Grandin2017-02-241-1/+1
* loplugin:subtlezeroinit: cpputoolsStephan Bergmann2017-02-211-1/+1
* Some simplifications, using UNO_QUERY_THROWStephan Bergmann2017-02-151-12/+2
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-11/+3
* New loplugin:dynexcspec: Add @throws documentation, cpputoolsStephan Bergmann2017-01-191-0/+4
* tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-03-111-21/+3
* Remove excess newlinesChris Sherlock2016-02-091-6/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-4/+4
* new loplugin: oncevarNoel Grandin2015-11-091-4/+2
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-3/+3
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-301-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-2/+2
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-07-171-3/+3
* loplugin:loopvartoosmallNoel Grandin2015-05-291-1/+1
* Clean up template-parameter-dependent C-style castsStephan Bergmann2015-03-291-1/+1
* cpputools: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-121-6/+2
* markup with event type not checker typeCaolán McNamara2014-11-051-1/+1
* coverity#982593 experiment with silencing Infinite loopCaolán McNamara2014-10-281-0/+1
* remove more unnecesary OUString constructor useNoel Grandin2014-05-291-2/+2
* remove unnecessary use of OUString constructor when throwingNoel Grandin2014-05-271-2/+2