summaryrefslogtreecommitdiff
path: root/codemaker
AgeCommit message (Expand)AuthorFilesLines
2018-01-26coverity#1019311 silence Unchecked return valueCaolán McNamara1-1/+1
2018-01-19loplugin:unusedmethods also check for functions returning boolNoel Grandin1-4/+4
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann2-5/+5
2018-01-12More loplugin:cstylecast: codemakerStephan Bergmann1-1/+1
2017-12-29Fix typosAndrea Gelmini1-1/+1
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann3-18/+18
2017-11-26Replace most lists by vectors in codemakerJulien Nabet3-10/+8
2017-11-01loplugin:constantparam in c*Noel Grandin1-7/+1
2017-10-23loplugin:includeform: codemakerStephan Bergmann26-142/+142
2017-10-20loplugin:constmethod in codemaker,registry,storeNoel Grandin6-23/+23
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-0/+31
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin3-14/+11
2017-08-14new loplugin:droplongNoel Grandin2-2/+2
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin5-43/+20
2017-07-31loplugin:oncevarNoel Grandin1-6/+3
2017-07-18loplugin:constparams codemaker,idl,idlcNoel Grandin1-2/+2
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin2-10/+6
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin2-2/+2
2017-06-27android, fix codemaker buildbreakerjan Iversen1-2/+2
2017-06-27iOS, remove java and cppunittestjan Iversen1-4/+2
2017-06-24iOS workaround to avoid mkdir problem.jan Iversen1-2/+2
2017-06-20loplugin:oncevar in codemaker..connectivityNoel Grandin1-1/+1
2017-06-04Remove usage of OString("")Arnaud Versini2-9/+9
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-4/+4
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke4-4/+0
2017-04-30cppcheck: duplicateBreakJulien Nabet1-1/+0
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-04More commit resurrectionStephan Bergmann1-2/+2
2017-04-04Move comment back to where it makes senseStephan Bergmann1-3/+2
2017-04-04make UNO enums scoped for internal LO codeNoel Grandin2-477/+482
2017-02-25loplugin:loopvartoosmallStephan Bergmann2-2/+2
2017-02-17remove unused KeywordsOnly from IdentifierTranslationModeNoel Grandin1-3/+2
2017-02-10Remove MinGW supportStephan Bergmann1-1/+1
2017-02-08Remove newly-unnecessary #includes from cppumaker-generated filesStephan Bergmann5-70/+72
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin3-12/+9
2017-01-26Remove dynamic exception specificationsStephan Bergmann5-7/+2
2017-01-24loplugin: unnecessary destructor: basctl..codemakerNoel Grandin2-4/+0
2017-01-20Remove dynamic exception specifications from cppumaker-generated codeStephan Bergmann1-51/+5
2017-01-11loplugin:stringconstant: handle OStringBuffer::appendStephan Bergmann1-1/+1
2016-12-20bootstrap building with --disable-dynloading on standard linuxCaolán McNamara2-4/+8
2016-11-21Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLYStephan Bergmann1-4/+6
2016-10-16clang-cl loplugin: codemakerStephan Bergmann1-1/+1
2016-10-12Don't allow O[U]StringBuffer in string concatenationStephan Bergmann1-1/+1
2016-09-23cid#1371162 etc.: Move semantics for cppumaker-generated UNO exception classesStephan Bergmann1-5/+6
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-2/+2
2016-08-01tdf#101185 OString concatanations for efficiently codingnadith1-4/+2
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-07-11tdf#100726: Improve readability of OUString concatenationsArnold Dumas2-29/+29
2016-07-06clang-tidy performance-implicit-cast-in-loopStephan Bergmann3-5/+5
2016-06-24loplugin:singlevalfields in codemakerNoel Grandin2-6/+1