summaryrefslogtreecommitdiffstats
path: root/codemaker/source/cppumaker
Commit message (Expand)AuthorAgeFilesLines
* loplugin:sequentialassign in codemaker..connectivityNoel Grandin2019-04-131-2/+1
* Revert "Get rid of b2u/u2b helpers; use OUString's toUtf8/fromUtf8 instead"Mike Kaganski2019-04-054-74/+74
* tdf#120703: partially revert commit 85456fae54029edd26df2277a9eec5e2fe3d9739Mike Kaganski2019-04-051-2/+1
* Get rid of b2u/u2b helpers; use OUString's toUtf8/fromUtf8 insteadMike Kaganski2019-04-044-74/+74
* tdf#120703 PVS: Silence V522 warningsMike Kaganski2019-04-011-1/+2
* Some uses of C++17 class template argument deductionStephan Bergmann2019-02-191-1/+1
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-082-2/+2
* fix signatures of deleted copy/assign operatorsNoel Grandin2018-11-021-2/+2
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-244-10/+8
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-171-11/+5
* Generate UNO exception classes as SAL_WARN_UNUSEDStephan Bergmann2018-09-101-1/+1
* loplugin:unusedfieldsNoel Grandin2018-08-082-8/+1
* codemaker: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-271-0/+6
* Add missing method hasUnsignedLongDependency()Muhammet Kara2018-07-252-1/+4
* Add missing sal/log.hxx headersGabor Kelemen2018-07-091-0/+1
* tdf#117918 codemaker: avoid including ourselves in .hpp filesMiklos Vajna2018-06-061-1/+4
* coverity#1019311 silence Unchecked return valueCaolán McNamara2018-01-261-1/+1
* loplugin:unusedmethods also check for functions returning boolNoel Grandin2018-01-191-4/+4
* SAL_W32 is just an alias for _WIN32Stephan Bergmann2018-01-191-4/+4
* Fix typosAndrea Gelmini2017-12-291-1/+1
* loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann2017-11-272-17/+17
* loplugin:includeform: codemakerStephan Bergmann2017-10-2311-52/+52
* loplugin:constmethod in codemaker,registry,storeNoel Grandin2017-10-203-20/+20
* add << operator for css::uno::ExceptionNoel Grandin2017-10-041-0/+31
* clang-tidy modernize-use-emplace in c*Noel Grandin2017-09-111-2/+2
* new loplugin:droplongNoel Grandin2017-08-141-1/+1
* convert std::map::insert to std::map::emplace IINoel Grandin2017-08-113-13/+7
* loplugin:oncevarNoel Grandin2017-07-311-6/+3
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-101-6/+4
* loplugin:unnecessaryparen handle parens inside call exprNoel Grandin2017-07-071-1/+1
* Remove usage of OString("")Arnaud Versini2017-06-041-6/+6
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-091-1/+0
* cppcheck: duplicateBreakJulien Nabet2017-04-301-1/+0
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-0/+1
* More commit resurrectionStephan Bergmann2017-04-041-2/+2
* Move comment back to where it makes senseStephan Bergmann2017-04-041-3/+2
* make UNO enums scoped for internal LO codeNoel Grandin2017-04-041-476/+482
* loplugin:loopvartoosmallStephan Bergmann2017-02-251-1/+1
* Remove newly-unnecessary #includes from cppumaker-generated filesStephan Bergmann2017-02-085-70/+72
* loplugin:useuniqueptr extend to check local varsNoel Grandin2017-02-011-4/+4
* Remove dynamic exception specificationsStephan Bergmann2017-01-262-3/+1
* loplugin: unnecessary destructor: basctl..codemakerNoel Grandin2017-01-241-2/+0
* Remove dynamic exception specifications from cppumaker-generated codeStephan Bergmann2017-01-201-51/+5
* Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLYStephan Bergmann2016-11-211-4/+6
* cid#1371162 etc.: Move semantics for cppumaker-generated UNO exception classesStephan Bergmann2016-09-231-5/+6
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-1/+1
* tdf#101185 OString concatanations for efficiently codingnadith2016-08-011-4/+2
* tdf#100726: Improve readability of OUString concatenationsArnold Dumas2016-07-111-18/+18
* clang-tidy performance-implicit-cast-in-loopStephan Bergmann2016-07-062-3/+3
* loplugin:singlevalfields in codemakerNoel Grandin2016-06-242-6/+1