summaryrefslogtreecommitdiff
path: root/codemaker/source/cppumaker/cpputype.cxx
AgeCommit message (Expand)Author
2021-04-30throw() -> noexcept, part 1/3: Manual scaffoldingStephan Bergmann
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-05-19Fix the Clang check for using <experimental/source_location>Stephan Bergmann
2020-05-18use std::experimental::source_location in uno::ExceptionNoel Grandin
2020-04-18loplugin:flatten in codemakerNoel Grandin
2019-10-23size some stringbuffer to prevent re-allocNoel Grandin
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin
2019-04-05Revert "Get rid of b2u/u2b helpers; use OUString's toUtf8/fromUtf8 instead"Mike Kaganski
2019-04-05tdf#120703: partially revert commit 85456fae54029edd26df2277a9eec5e2fe3d9739Mike Kaganski
2019-04-04Get rid of b2u/u2b helpers; use OUString's toUtf8/fromUtf8 insteadMike Kaganski
2019-04-01tdf#120703 PVS: Silence V522 warningsMike Kaganski
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-09-10Generate UNO exception classes as SAL_WARN_UNUSEDStephan Bergmann
2018-07-27codemaker: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-07-09Add missing sal/log.hxx headersGabor Kelemen
2018-01-26coverity#1019311 silence Unchecked return valueCaolán McNamara
2018-01-19loplugin:unusedmethods also check for functions returning boolNoel Grandin
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann
2017-10-23loplugin:includeform: codemakerStephan Bergmann
2017-10-20loplugin:constmethod in codemaker,registry,storeNoel Grandin
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-04-30cppcheck: duplicateBreakJulien Nabet
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-04More commit resurrectionStephan Bergmann
2017-04-04Move comment back to where it makes senseStephan Bergmann
2017-04-04make UNO enums scoped for internal LO codeNoel Grandin
2017-02-08Remove newly-unnecessary #includes from cppumaker-generated filesStephan Bergmann
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin
2017-01-20Remove dynamic exception specifications from cppumaker-generated codeStephan Bergmann
2016-11-21Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLYStephan Bergmann
2016-09-23cid#1371162 etc.: Move semantics for cppumaker-generated UNO exception classesStephan Bergmann
2016-07-06clang-tidy performance-implicit-cast-in-loopStephan Bergmann
2016-05-12Silence -Werror,-Wimplicit-fallthrough under NDEBUGStephan Bergmann
2016-04-08tdf#94306 replace boost::noncopyable in cppuhelperJochen Nitschke
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-02-24convert codemaker::UnoType::Sort to scoped enumNoel Grandin
2016-02-24convert codemaker::cpp::IdentifierTranslationMode to scoped enumNoel Grandin
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin
2016-02-09convert to range-based for loops in codemaker/Noel Grandin
2016-02-09rename dumpHFile to dumpHdlFileNoel Grandin
2016-02-09rename dumpHxxFile to dumpHppFileNoel Grandin
2015-12-01Reduce space needed for string literalsStephan Bergmann
2015-11-27give useful details in non-debug mode tooCaolán McNamara
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann