summaryrefslogtreecommitdiff
path: root/codemaker/source/cppumaker/cpputype.cxx
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 Bergmann1-4/+4
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann1-10/+10
2017-10-23loplugin:includeform: codemakerStephan Bergmann1-13/+13
2017-10-20loplugin:constmethod in codemaker,registry,storeNoel Grandin1-18/+18
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-0/+31
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-9/+5
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-6/+4
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-08Remove newly-unnecessary #includes from cppumaker-generated filesStephan Bergmann1-13/+13
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin1-4/+4
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-07-06clang-tidy performance-implicit-cast-in-loopStephan Bergmann1-1/+1
2016-05-12Silence -Werror,-Wimplicit-fallthrough under NDEBUGStephan Bergmann1-3/+3
2016-04-08tdf#94306 replace boost::noncopyable in cppuhelperJochen Nitschke1-3/+7
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1
2016-02-24convert codemaker::UnoType::Sort to scoped enumNoel Grandin1-145/+145
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 Grandin1-294/+196
2016-02-09rename dumpHFile to dumpHdlFileNoel Grandin1-7/+7
2016-02-09rename dumpHxxFile to dumpHppFileNoel Grandin1-20/+20
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 Bergmann1-10/+10
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni1-36/+36
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 Bergmann1-48/+48
2015-04-01Deprecate getCppuType et al in favor of cppu::UnoTypeStephan Bergmann1-7/+7
2015-03-27loplugin:staticfunctionNoel Grandin1-1/+1
2015-01-22SAL_DLLPUBLIC_RTTI for proper RTTI visibility for LLVMStephan Bergmann1-4/+4
2014-12-27coverity#1019327 Unchecked dynamic_castCaolán McNamara1-5/+4
2014-12-27coverity#1019325 Unchecked dynamic_castCaolán McNamara1-0/+3
2014-12-08protected -> privateStephan Bergmann1-8/+4
2014-11-18cppumaker: only include rtl/instance.hxx and mutex.hxx when necessaryMichael Stahl1-4/+22
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+1
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-1/+1
2014-07-25coverity#1219788 Unchecked dynamic_castCaolán McNamara1-0/+3
2014-07-01New loplugin:stringconcatStephan Bergmann1-4/+3
2014-06-24new compilerplugin returnbyrefNoel Grandin1-5/+5
2014-06-05various: remove SAL_THROW macroNoel Grandin1-17/+17