summaryrefslogtreecommitdiff
path: root/codemaker/source/javamaker/javatype.cxx
AgeCommit message (Expand)Author
2017-10-23loplugin:includeform: codemakerStephan Bergmann
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin
2016-10-12Don't allow O[U]StringBuffer in string concatenationStephan Bergmann
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
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni
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-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-03-17codemaker,editeng: prefer passing OUString by referenceNoel Grandin
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-05-16Support for annotations in the new UNOIDL formatStephan 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-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-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-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-29UNO BYTE is signedStephan Bergmann
2012-03-28Dalvik enforces byte constants being in range (-128..127)Tor Lillqvist
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
2011-11-27remove include of pch header in codemakerNorbert Thiebaud
2011-10-18Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on L...Stephan Bergmann
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth