summaryrefslogtreecommitdiff
path: root/codemaker
AgeCommit message (Expand)AuthorFilesLines
2016-03-03loplugin:unuseddefaultparams variousNoel Grandin1-10/+3
2016-02-24convert codemaker::UnoType::Sort to scoped enumNoel Grandin9-385/+384
2016-02-24convert codemaker::cpp::IdentifierTranslationMode to scoped enumNoel Grandin2-10/+10
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin1-0/+63
2016-02-09convert to range-based for loops in codemaker/Noel Grandin9-558/+359
2016-02-09rename dumpHFile to dumpHdlFileNoel Grandin1-7/+7
2016-02-09rename dumpHxxFile to dumpHppFileNoel Grandin1-20/+20
2016-02-09Remove excess newlinesChris Sherlock3-3/+0
2016-01-10Fix typosAndrea Gelmini1-1/+1
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 Bergmann10-118/+118
2015-11-06coverity#1338267 Uncaught exceptionCaolán McNamara1-0/+4
2015-11-06coverity#1338254 Uncaught exceptionCaolán McNamara1-1/+5
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni5-63/+63
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 Bergmann3-52/+52
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-6/+6
2015-08-11new loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-24loplugin:unusedmethodsNoel Grandin2-18/+0
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-04-01Deprecate getCppuType et al in favor of cppu::UnoTypeStephan Bergmann1-7/+7
2015-03-27loplugin:staticfunctionNoel Grandin1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-02-07loplugin:deletedspecialStephan Bergmann2-6/+6
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara1-3/+2
2015-01-22SAL_DLLPUBLIC_RTTI for proper RTTI visibility for LLVMStephan Bergmann1-4/+4
2014-12-27coverity#1019332 Unchecked dynamic_castCaolán McNamara1-7/+6
2014-12-27coverity#1019331 Unchecked dynamic_castCaolán McNamara1-7/+6
2014-12-27coverity#1019327 Unchecked dynamic_castCaolán McNamara1-5/+4
2014-12-27coverity#1019325 Unchecked dynamic_castCaolán McNamara1-0/+3
2014-12-10Fix generation of com.sun.star.uno.[Runtime]Exception classesStephan Bergmann1-5/+9
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-18More iwyu suggested headers removalRiccardo Magliocchetti2-2/+0
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2-2/+2
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-10-31Removed duplicated includesAndrea Gelmini1-7/+6
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-10-24coverity#441989 Uncaught exceptionCaolán McNamara1-5/+4
2014-10-24coverity#441732 Uncaught exceptionCaolán McNamara1-5/+4
2014-10-07coverity#1242375 Don't call fscanf without specifiersCaolán McNamara2-2/+2
2014-09-30codemaker: std::auto_ptr -> std::unique_ptrStephan Bergmann2-61/+21
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin1-8/+129
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin1-6/+6
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin1-2/+2
2014-07-26coverity#1019323 Unchecked dynamic_castCaolán McNamara1-1/+1