summaryrefslogtreecommitdiff
path: root/codemaker/source/javamaker
AgeCommit message (Expand)Author
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin
2017-06-04Remove usage of OString("")Arnaud Versini
2017-02-25loplugin:loopvartoosmallStephan Bergmann
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-24loplugin: unnecessary destructor: basctl..codemakerNoel Grandin
2016-10-12Don't allow O[U]StringBuffer in string concatenationStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-11tdf#100726: Improve readability of OUString concatenationsArnold Dumas
2016-07-06clang-tidy performance-implicit-cast-in-loopStephan Bergmann
2016-05-12Silence -Werror,-Wimplicit-fallthrough under NDEBUGStephan Bergmann
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-02-24convert codemaker::UnoType::Sort to scoped enumNoel Grandin
2016-02-09convert to range-based for loops in codemaker/Noel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06coverity#1338267 Uncaught exceptionCaolán McNamara
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara
2014-12-27coverity#1019332 Unchecked dynamic_castCaolán McNamara
2014-12-27coverity#1019331 Unchecked dynamic_castCaolán McNamara
2014-12-10Fix generation of com.sun.star.uno.[Runtime]Exception classesStephan Bergmann
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-10-24coverity#441732 Uncaught exceptionCaolán McNamara
2014-10-07coverity#1242375 Don't call fscanf without specifiersCaolán McNamara
2014-09-30codemaker: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin
2014-04-04codemaker: sal_Bool->boolNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-17codemaker,editeng: prefer passing OUString by referenceNoel Grandin
2014-02-17codemaker: sal_Bool -> boolStephan Bergmann
2014-02-01coverity#707676 : Uninitialized scalar fieldNorbert Thiebaud
2014-01-28coverity#440029 Logically dead codeCaolán McNamara
2014-01-27coverity#1019407 Uninitialized scalar fieldCaolán McNamara
2014-01-27coverity#1019406 Uninitialized scalar fieldCaolán McNamara
2014-01-10Be explicit when using bool as integral valueStephan Bergmann
2013-09-16Revert "WIP: add cppumaker -U to directly read from .idl files"Stephan Bergmann
2013-09-12WIP: add cppumaker -U to directly read from .idl filesStephan Bergmann
2013-09-10Stray space at end of usage text lineStephan Bergmann
2013-05-16Support for annotations in the new UNOIDL formatStephan Bergmann
2013-04-24Allow for (relative) pathname args for codemakers againStephan Bergmann