summaryrefslogtreecommitdiffstats
path: root/codemaker
Commit message (Expand)AuthorAgeFilesLines
* New loplugin:dataStephan Bergmann2019-05-221-1/+1
* tdf#120703 PVS: Silence V522 warningsMike Kaganski2019-04-141-2/+1
* loplugin:sequentialassign in codemaker..connectivityNoel Grandin2019-04-132-4/+2
* Revert "Get rid of b2u/u2b helpers; use OUString's toUtf8/fromUtf8 instead"Mike Kaganski2019-04-059-85/+88
* 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-049-88/+85
* tdf#120703 PVS: Silence V522 warningsMike Kaganski2019-04-011-1/+2
* Some uses of C++17 class template argument deductionStephan Bergmann2019-02-192-2/+2
* loplugin:indentation in codemaker..comphelperNoel Grandin2019-02-081-4/+3
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-084-4/+4
* fix signatures of deleted copy/assign operatorsNoel Grandin2018-11-022-6/+6
* loplugin:useuniqueptr in codemakerNoel Grandin2018-10-313-11/+7
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-249-24/+20
* pvs-studio: The condition 'nIndex != - 1' of loop is always trueCaolán McNamara2018-10-211-1/+1
* clang-tidy readability-simplify-boolean-exprNoel Grandin2018-10-181-8/+2
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-173-25/+16
* New loplugin:externalStephan Bergmann2018-09-171-1/+1
* Revert "clang bugprone-unused-return-value"Noel Grandin2018-09-111-2/+4
* Generate UNO exception classes as SAL_WARN_UNUSEDStephan Bergmann2018-09-101-1/+1
* clang bugprone-unused-return-valueNoel Grandin2018-09-081-4/+2
* 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#96099 Remove trivial std::map typedefs in [cd]*Arkadiy Illarionov2018-06-291-31/+29
* 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-192-5/+5
* More loplugin:cstylecast: codemakerStephan Bergmann2018-01-121-1/+1
* Fix typosAndrea Gelmini2017-12-291-1/+1
* loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann2017-11-273-18/+18
* Replace most lists by vectors in codemakerJulien Nabet2017-11-263-10/+8
* loplugin:constantparam in c*Noel Grandin2017-11-011-7/+1
* loplugin:includeform: codemakerStephan Bergmann2017-10-2326-142/+142
* loplugin:constmethod in codemaker,registry,storeNoel Grandin2017-10-206-23/+23
* add << operator for css::uno::ExceptionNoel Grandin2017-10-041-0/+31
* clang-tidy modernize-use-emplace in c*Noel Grandin2017-09-113-14/+11
* new loplugin:droplongNoel Grandin2017-08-142-2/+2
* convert std::map::insert to std::map::emplace IINoel Grandin2017-08-115-43/+20
* loplugin:oncevarNoel Grandin2017-07-311-6/+3
* loplugin:constparams codemaker,idl,idlcNoel Grandin2017-07-181-2/+2
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-102-10/+6
* loplugin:unnecessaryparen handle parens inside call exprNoel Grandin2017-07-072-2/+2
* android, fix codemaker buildbreakerjan Iversen2017-06-271-2/+2
* iOS, remove java and cppunittestjan Iversen2017-06-271-4/+2
* iOS workaround to avoid mkdir problem.jan Iversen2017-06-241-2/+2
* loplugin:oncevar in codemaker..connectivityNoel Grandin2017-06-201-1/+1
* Remove usage of OString("")Arnaud Versini2017-06-042-9/+9
* remove unnecessary use of OString::getStrNoel Grandin2017-05-281-4/+4