summaryrefslogtreecommitdiff
path: root/codemaker/source/cppumaker
AgeCommit message (Expand)AuthorFilesLines
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-6/+4
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-1/+1
2017-06-04Remove usage of OString("")Arnaud Versini1-6/+6
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+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 Grandin1-476/+482
2017-02-25loplugin:loopvartoosmallStephan 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 Grandin1-4/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann2-3/+1
2017-01-24loplugin: unnecessary destructor: basctl..codemakerNoel Grandin1-2/+0
2017-01-20Remove dynamic exception specifications from cppumaker-generated codeStephan Bergmann1-51/+5
2016-11-21Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLYStephan Bergmann1-4/+6
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 Bergmann1-1/+1
2016-08-01tdf#101185 OString concatanations for efficiently codingnadith1-4/+2
2016-07-11tdf#100726: Improve readability of OUString concatenationsArnold Dumas1-18/+18
2016-07-06clang-tidy performance-implicit-cast-in-loopStephan Bergmann2-3/+3
2016-06-24loplugin:singlevalfields in codemakerNoel Grandin2-6/+1
2016-05-12Silence -Werror,-Wimplicit-fallthrough under NDEBUGStephan Bergmann1-3/+3
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2-2/+2
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-2/+0
2016-04-08tdf#94306 replace boost::noncopyable in cppuhelperJochen Nitschke2-5/+11
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1
2016-02-24convert codemaker::UnoType::Sort to scoped enumNoel Grandin3-198/+198
2016-02-24convert codemaker::cpp::IdentifierTranslationMode to scoped enumNoel Grandin1-8/+8
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin1-0/+63
2016-02-09convert to range-based for loops in codemaker/Noel Grandin4-379/+243
2016-02-09rename dumpHFile to dumpHdlFileNoel Grandin1-7/+7
2016-02-09rename dumpHxxFile to dumpHppFileNoel Grandin1-20/+20
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-12-01Reduce space needed for string literalsStephan Bergmann1-22/+16
2015-11-27give useful details in non-debug mode tooCaolán McNamara1-4/+2
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin1-2/+63
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-14/+14
2015-11-06coverity#1338254 Uncaught exceptionCaolán McNamara1-1/+5
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2-48/+48
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-4/+4
2015-10-20loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-50/+50
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-08-11new loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-24loplugin:unusedmethodsNoel Grandin2-18/+0
2015-04-01Deprecate getCppuType et al in favor of cppu::UnoTypeStephan Bergmann1-7/+7
2015-03-27loplugin:staticfunctionNoel Grandin1-1/+1
2015-02-07loplugin:deletedspecialStephan Bergmann1-2/+2
2015-01-22SAL_DLLPUBLIC_RTTI for proper RTTI visibility for LLVMStephan Bergmann1-4/+4