summaryrefslogtreecommitdiffstats
path: root/codemaker/source/cppumaker/cpputype.cxx
Commit message (Expand)AuthorAgeFilesLines
* size some stringbuffer to prevent re-allocNoel Grandin2019-10-231-3/+52
* size some stringbuffer to prevent re-allocNoel Grandin2019-10-211-3/+3
* loplugin:redundantpointerops simplify *p.get()Noel Grandin2019-10-081-1/+1
* Revert "Get rid of b2u/u2b helpers; use OUString's toUtf8/fromUtf8 instead"Mike Kaganski2019-04-051-64/+64
* 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-041-64/+64
* tdf#120703 PVS: Silence V522 warningsMike Kaganski2019-04-011-1/+2
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-171-11/+5
* Generate UNO exception classes as SAL_WARN_UNUSEDStephan Bergmann2018-09-101-1/+1
* codemaker: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-271-0/+6
* Add missing sal/log.hxx headersGabor Kelemen2018-07-091-0/+1
* 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-191-4/+4
* loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann2017-11-271-10/+10
* loplugin:includeform: codemakerStephan Bergmann2017-10-231-13/+13
* loplugin:constmethod in codemaker,registry,storeNoel Grandin2017-10-201-18/+18
* add << operator for css::uno::ExceptionNoel Grandin2017-10-041-0/+31
* convert std::map::insert to std::map::emplace IINoel Grandin2017-08-111-9/+5
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-101-6/+4
* 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-041-476/+482
* Remove newly-unnecessary #includes from cppumaker-generated filesStephan Bergmann2017-02-081-13/+13
* loplugin:useuniqueptr extend to check local varsNoel Grandin2017-02-011-4/+4
* Remove dynamic exception specifications from cppumaker-generated codeStephan Bergmann2017-01-201-51/+5
* Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLYStephan Bergmann2016-11-211-4/+6
* cid#1371162 etc.: Move semantics for cppumaker-generated UNO exception classesStephan Bergmann2016-09-231-5/+6
* clang-tidy performance-implicit-cast-in-loopStephan Bergmann2016-07-061-1/+1
* Silence -Werror,-Wimplicit-fallthrough under NDEBUGStephan Bergmann2016-05-121-3/+3
* tdf#94306 replace boost::noncopyable in cppuhelperJochen Nitschke2016-04-081-3/+7
* tdf#97966 Drop 'static' keywordsWastack2016-04-011-1/+1
* convert codemaker::UnoType::Sort to scoped enumNoel Grandin2016-02-241-145/+145
* convert codemaker::cpp::IdentifierTranslationMode to scoped enumNoel Grandin2016-02-241-8/+8
* [API CHANGE] add operator==/!= to UNO structsNoel Grandin2016-02-111-0/+63
* convert to range-based for loops in codemaker/Noel Grandin2016-02-091-294/+196
* rename dumpHFile to dumpHdlFileNoel Grandin2016-02-091-7/+7
* rename dumpHxxFile to dumpHppFileNoel Grandin2016-02-091-20/+20
* Reduce space needed for string literalsStephan Bergmann2015-12-011-22/+16
* give useful details in non-debug mode tooCaolán McNamara2015-11-271-4/+2
* mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin2015-11-261-2/+63
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-10/+10
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-021-36/+36
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-301-4/+4
* loplugin:defaultparamsStephan Bergmann2015-10-201-2/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-48/+48
* Deprecate getCppuType et al in favor of cppu::UnoTypeStephan Bergmann2015-04-011-7/+7
* loplugin:staticfunctionNoel Grandin2015-03-271-1/+1