summaryrefslogtreecommitdiffstats
path: root/codemaker
Commit message (Expand)AuthorAgeFilesLines
* 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
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-094-4/+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-042-477/+482
* loplugin:loopvartoosmallStephan Bergmann2017-02-252-2/+2
* remove unused KeywordsOnly from IdentifierTranslationModeNoel Grandin2017-02-171-3/+2
* Remove MinGW supportStephan Bergmann2017-02-101-1/+1
* Remove newly-unnecessary #includes from cppumaker-generated filesStephan Bergmann2017-02-085-70/+72
* loplugin:useuniqueptr extend to check local varsNoel Grandin2017-02-013-12/+9
* Remove dynamic exception specificationsStephan Bergmann2017-01-265-7/+2
* loplugin: unnecessary destructor: basctl..codemakerNoel Grandin2017-01-242-4/+0
* Remove dynamic exception specifications from cppumaker-generated codeStephan Bergmann2017-01-201-51/+5
* loplugin:stringconstant: handle OStringBuffer::appendStephan Bergmann2017-01-111-1/+1
* bootstrap building with --disable-dynloading on standard linuxCaolán McNamara2016-12-202-4/+8
* Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLYStephan Bergmann2016-11-211-4/+6
* clang-cl loplugin: codemakerStephan Bergmann2016-10-161-1/+1
* Don't allow O[U]StringBuffer in string concatenationStephan Bergmann2016-10-121-1/+1
* 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-132-2/+2
* tdf#101185 OString concatanations for efficiently codingnadith2016-08-011-4/+2
* improve passstuffbyref return analysisNoel Grandin2016-07-271-1/+1
* tdf#100726: Improve readability of OUString concatenationsArnold Dumas2016-07-112-29/+29
* clang-tidy performance-implicit-cast-in-loopStephan Bergmann2016-07-063-5/+5
* loplugin:singlevalfields in codemakerNoel Grandin2016-06-242-6/+1