summaryrefslogtreecommitdiffstats
path: root/codemaker
Commit message (Expand)AuthorAgeFilesLines
* Silence -Werror,-Wimplicit-fallthrough under NDEBUGStephan Bergmann2016-05-122-9/+7
* Silence -Werror,-Wimplicit-fallthrough under NDEBUGStephan Bergmann2016-05-121-2/+1
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-104-4/+4
* 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
* loplugin:unuseddefaultparams variousNoel Grandin2016-03-031-10/+3
* convert codemaker::UnoType::Sort to scoped enumNoel Grandin2016-02-249-385/+384
* convert codemaker::cpp::IdentifierTranslationMode to scoped enumNoel Grandin2016-02-242-10/+10
* [API CHANGE] add operator==/!= to UNO structsNoel Grandin2016-02-111-0/+63
* convert to range-based for loops in codemaker/Noel Grandin2016-02-099-558/+359
* rename dumpHFile to dumpHdlFileNoel Grandin2016-02-091-7/+7
* rename dumpHxxFile to dumpHppFileNoel Grandin2016-02-091-20/+20
* Remove excess newlinesChris Sherlock2016-02-093-3/+0
* Fix typosAndrea Gelmini2016-01-101-1/+1
* 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-1010-118/+118
* coverity#1338267 Uncaught exceptionCaolán McNamara2015-11-061-0/+4
* coverity#1338254 Uncaught exceptionCaolán McNamara2015-11-061-1/+5
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-025-63/+63
* 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-123-52/+52
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-122-6/+6
* new loplugin: defaultparamsNoel Grandin2015-08-111-1/+1
* loplugin:unusedmethodsNoel Grandin2015-07-242-18/+0
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-081-1/+1
* Deprecate getCppuType et al in favor of cppu::UnoTypeStephan Bergmann2015-04-011-7/+7
* loplugin:staticfunctionNoel Grandin2015-03-271-1/+1
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-1/+1
* loplugin:deletedspecialStephan Bergmann2015-02-072-6/+6
* convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara2015-02-051-3/+2
* SAL_DLLPUBLIC_RTTI for proper RTTI visibility for LLVMStephan Bergmann2015-01-221-4/+4
* coverity#1019332 Unchecked dynamic_castCaolán McNamara2014-12-271-7/+6
* coverity#1019331 Unchecked dynamic_castCaolán McNamara2014-12-271-7/+6
* coverity#1019327 Unchecked dynamic_castCaolán McNamara2014-12-271-5/+4
* coverity#1019325 Unchecked dynamic_castCaolán McNamara2014-12-271-0/+3
* Fix generation of com.sun.star.uno.[Runtime]Exception classesStephan Bergmann2014-12-101-5/+9
* 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-182-2/+0
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-142-2/+2
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-061-1/+1
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-061-1/+1
* Removed duplicated includesAndrea Gelmini2014-10-311-7/+6
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-291-1/+0
* coverity#441989 Uncaught exceptionCaolán McNamara2014-10-241-5/+4
* coverity#441732 Uncaught exceptionCaolán McNamara2014-10-241-5/+4