summaryrefslogtreecommitdiffstats
path: root/codemaker/source/javamaker
Commit message (Expand)AuthorAgeFilesLines
* Silence -Werror,-Wimplicit-fallthrough under NDEBUGStephan Bergmann2016-05-121-6/+4
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-1/+1
* convert codemaker::UnoType::Sort to scoped enumNoel Grandin2016-02-242-125/+124
* convert to range-based for loops in codemaker/Noel Grandin2016-02-093-170/+110
* Remove excess newlinesChris Sherlock2016-02-091-1/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-103-84/+84
* coverity#1338267 Uncaught exceptionCaolán McNamara2015-11-061-0/+4
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-021-6/+6
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-2/+2
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-4/+4
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-081-1/+1
* loplugin:deletedspecialStephan Bergmann2015-02-071-4/+4
* convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara2015-02-051-3/+2
* coverity#1019332 Unchecked dynamic_castCaolán McNamara2014-12-271-7/+6
* coverity#1019331 Unchecked dynamic_castCaolán McNamara2014-12-271-7/+6
* Fix generation of com.sun.star.uno.[Runtime]Exception classesStephan Bergmann2014-12-101-5/+9
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-141-1/+1
* coverity#441732 Uncaught exceptionCaolán McNamara2014-10-241-5/+4
* coverity#1242375 Don't call fscanf without specifiersCaolán McNamara2014-10-071-1/+1
* codemaker: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-301-60/+20
* java: when rethrowing exceptions, store the original causeNoel Grandin2014-09-251-8/+129
* new compilerplugin returnbyrefNoel Grandin2014-06-241-2/+2
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-171-4/+1
* enhance pass-by-ref plugin to detect large argumentsNoel Grandin2014-05-201-2/+2
* codemaker: sal_Bool->boolNoel Grandin2014-04-042-3/+3
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-2/+2
* codemaker,editeng: prefer passing OUString by referenceNoel Grandin2014-03-171-8/+8
* codemaker: sal_Bool -> boolStephan Bergmann2014-02-172-5/+5
* coverity#707676 : Uninitialized scalar fieldNorbert Thiebaud2014-02-011-2/+5
* coverity#440029 Logically dead codeCaolán McNamara2014-01-281-16/+1
* coverity#1019407 Uninitialized scalar fieldCaolán McNamara2014-01-271-1/+2
* coverity#1019406 Uninitialized scalar fieldCaolán McNamara2014-01-271-1/+2
* Be explicit when using bool as integral valueStephan Bergmann2014-01-101-1/+1
* Revert "WIP: add cppumaker -U to directly read from .idl files"Stephan Bergmann2013-09-161-2/+2
* WIP: add cppumaker -U to directly read from .idl filesStephan Bergmann2013-09-121-2/+2
* Stray space at end of usage text lineStephan Bergmann2013-09-101-1/+1
* Support for annotations in the new UNOIDL formatStephan Bergmann2013-05-161-3/+3
* Allow for (relative) pathname args for codemakers againStephan Bergmann2013-04-241-2/+2
* Further codemaker, unodevtools clean-upStephan Bergmann2013-04-162-6/+1
* Combine getSortResolve...() into one decompose()Stephan Bergmann2013-04-121-14/+8
* [API CHANGE] WIP: Experimental new binary type.rdb formatStephan Bergmann2013-04-114-1649/+1371
* [API CHANGE] WIP: Experimental new binary type.rdb formatStephan Bergmann2013-04-093-198/+211
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-077-246/+240
* Clean up codemaker/typemanager.hxxStephan Bergmann2013-03-273-69/+88
* reduce whitespaces between include and filenameThomas Arnhold2013-03-191-1/+1
* Removed last RTL_CONST* macros from codemakerMarcos Paulo de Souza2013-03-093-24/+8
* fdo#43460: use isEmpty()Thomas Arnhold2013-03-091-1/+1
* Remove RTL_CONST* macros from codemaker - pt2Marcos Paulo de Souza2013-03-081-497/+172
* Remove RTL_CONST* macros from codemaker - pt1Marcos Paulo de Souza2013-03-082-495/+125