summaryrefslogtreecommitdiffstats
path: root/codemaker/source/cppumaker
Commit message (Expand)AuthorAgeFilesLines
* Silence -Werror,-Wimplicit-fallthrough under NDEBUGStephan Bergmann2016-05-121-3/+3
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-102-2/+2
* clean-up: unused using declarations and includesJochen Nitschke2016-04-181-2/+0
* tdf#94306 replace boost::noncopyable in cppuhelperJochen Nitschke2016-04-082-5/+11
* tdf#97966 Drop 'static' keywordsWastack2016-04-011-1/+1
* convert codemaker::UnoType::Sort to scoped enumNoel Grandin2016-02-243-198/+198
* 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-094-379/+243
* rename dumpHFile to dumpHdlFileNoel Grandin2016-02-091-7/+7
* rename dumpHxxFile to dumpHppFileNoel Grandin2016-02-091-20/+20
* Remove excess newlinesChris Sherlock2016-02-091-1/+0
* 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-103-14/+14
* coverity#1338254 Uncaught exceptionCaolán McNamara2015-11-061-1/+5
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-022-48/+48
* 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-122-50/+50
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-2/+2
* new loplugin: defaultparamsNoel Grandin2015-08-111-1/+1
* loplugin:unusedmethodsNoel Grandin2015-07-242-18/+0
* Deprecate getCppuType et al in favor of cppu::UnoTypeStephan Bergmann2015-04-011-7/+7
* loplugin:staticfunctionNoel Grandin2015-03-271-1/+1
* loplugin:deletedspecialStephan Bergmann2015-02-071-2/+2
* SAL_DLLPUBLIC_RTTI for proper RTTI visibility for LLVMStephan Bergmann2015-01-221-4/+4
* coverity#1019327 Unchecked dynamic_castCaolán McNamara2014-12-271-5/+4
* coverity#1019325 Unchecked dynamic_castCaolán McNamara2014-12-271-0/+3
* protected -> privateStephan Bergmann2014-12-081-8/+4
* cppumaker: only include rtl/instance.hxx and mutex.hxx when necessaryMichael Stahl2014-11-181-4/+22
* More iwyu suggested headers removalRiccardo Magliocchetti2014-11-181-1/+0
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-061-1/+1
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-061-1/+1
* coverity#441989 Uncaught exceptionCaolán McNamara2014-10-241-5/+4
* coverity#1242375 Don't call fscanf without specifiersCaolán McNamara2014-10-071-1/+1
* coverity#1219788 Unchecked dynamic_castCaolán McNamara2014-07-251-0/+3
* New loplugin:stringconcatStephan Bergmann2014-07-011-4/+3
* new compilerplugin returnbyrefNoel Grandin2014-06-241-5/+5
* various: remove SAL_THROW macroNoel Grandin2014-06-051-17/+17
* coverity#1019311 Unchecked return valueCaolán McNamara2014-05-261-4/+4
* coverity#1019326 Unchecked dynamic_castCaolán McNamara2014-05-261-1/+1
* coverity#1019329 Unchecked dynamic_castCaolán McNamara2014-05-261-1/+1
* coverity#1019330 Unchecked dynamic_castCaolán McNamara2014-05-261-1/+1
* improve parameter flow in cpputype.cxxNoel Grandin2014-05-231-10/+8
* add default value for Context param in uno::Exception constructorsNoel Grandin2014-05-231-7/+24
* enhance pass-by-ref plugin to detect large argumentsNoel Grandin2014-05-201-1/+1
* coverity#1213117 Unchecked dynamic_castCaolán McNamara2014-05-111-0/+3
* Reduce the amount of strings in the release builds.Jan Holesovsky2014-04-141-23/+22