summaryrefslogtreecommitdiff
path: root/codemaker/source/javamaker
AgeCommit message (Expand)Author
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
2013-04-16Further codemaker, unodevtools clean-upStephan Bergmann
2013-04-12Combine getSortResolve...() into one decompose()Stephan Bergmann
2013-04-11[API CHANGE] WIP: Experimental new binary type.rdb formatStephan Bergmann
2013-04-09[API CHANGE] WIP: Experimental new binary type.rdb formatStephan Bergmann
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-27Clean up codemaker/typemanager.hxxStephan Bergmann
2013-03-19reduce whitespaces between include and filenameThomas Arnhold
2013-03-09Removed last RTL_CONST* macros from codemakerMarcos Paulo de Souza
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold
2013-03-08Remove RTL_CONST* macros from codemaker - pt2Marcos Paulo de Souza
2013-03-08Remove RTL_CONST* macros from codemaker - pt1Marcos Paulo de Souza
2013-03-08fdo#57950: Remove chained appends in codemakerMarcos Paulo de Souza
2013-01-26Remove redundant braces around for loopsStephan Bergmann
2012-12-18Replace chained O(U)StringBuffer::append() with operator+Christos Strubulis
2012-11-28OUString::replace() does not replace in-placeTor Lillqvist
2012-10-13loplugin: some log, indent and unused variable warningsCaolán McNamara
2012-10-11loplugin: more unused OUString and misleading indentationCaolán McNamara
2012-09-17Require XComponentContext.getServiceManager to throw instead of returning nullStephan Bergmann
2012-06-12re-base on ALv2 code.Michael Meeks
2012-05-21codemaker: write version 49 (1.5) class filesMichael Stahl
2012-04-14gbuild conversion: codemaker moduleDavid Ostrovsky
2012-04-14replace APP?RPATH SDK by SDKBIN in old build systemDavid Tardon
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-29UNO BYTE is signedStephan Bergmann