summaryrefslogtreecommitdiffstats
path: root/cpputools
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-231-1/+1
* add default value for Context param in uno::Exception constructorsNoel Grandin2014-05-231-26/+14
* various: sal_Bool->boolNoel Grandin2014-05-082-21/+21
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-2/+2
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-4/+4
* remove unnecessary use of OUString constructor in equalsIgnoreAsciiCaseNoel Grandin2013-11-221-1/+1
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-111-6/+6
* Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2013-10-311-2/+2
* remove RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith2013-10-231-41/+24
* Remove odd "bootstrapping" of acceptor/connector/binaryurp componentsStephan Bergmann2013-10-011-43/+0
* remove OUString wrap for string literalsThomas Arnhold2013-06-291-3/+3
* gbuild: allow to use RepositoryFixes also for executablesMatúš Kukan2013-06-152-21/+0
* fdo#46808, Use service constructor for connection::AcceptorNoel Grandin2013-06-101-5/+2