summaryrefslogtreecommitdiffstats
path: root/codemaker
Commit message (Expand)AuthorAgeFilesLines
* Deprecate getCppuType et al in favor of cppu::UnoTypeStephan Bergmann2015-04-011-7/+7
* loplugin:staticfunctionNoel Grandin2015-03-271-1/+1
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-1/+1
* loplugin:deletedspecialStephan Bergmann2015-02-072-6/+6
* convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara2015-02-051-3/+2
* SAL_DLLPUBLIC_RTTI for proper RTTI visibility for LLVMStephan Bergmann2015-01-221-4/+4
* coverity#1019332 Unchecked dynamic_castCaolán McNamara2014-12-271-7/+6
* coverity#1019331 Unchecked dynamic_castCaolán McNamara2014-12-271-7/+6
* coverity#1019327 Unchecked dynamic_castCaolán McNamara2014-12-271-5/+4
* coverity#1019325 Unchecked dynamic_castCaolán McNamara2014-12-271-0/+3
* Fix generation of com.sun.star.uno.[Runtime]Exception classesStephan Bergmann2014-12-101-5/+9
* protected -> privateStephan Bergmann2014-12-081-8/+4
* cppumaker: only include rtl/instance.hxx and mutex.hxx when necessaryMichael Stahl2014-11-181-4/+22
* More iwyu suggested headers removalRiccardo Magliocchetti2014-11-182-2/+0
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-142-2/+2
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-061-1/+1
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-061-1/+1
* Removed duplicated includesAndrea Gelmini2014-10-311-7/+6
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-291-1/+0
* coverity#441989 Uncaught exceptionCaolán McNamara2014-10-241-5/+4
* coverity#441732 Uncaught exceptionCaolán McNamara2014-10-241-5/+4
* coverity#1242375 Don't call fscanf without specifiersCaolán McNamara2014-10-072-2/+2
* codemaker: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-302-61/+21
* java: when rethrowing exceptions, store the original causeNoel Grandin2014-09-251-8/+129
* java: avoid unnecessary comparisons in boolean expressionsNoel Grandin2014-08-201-6/+6
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-191-2/+2
* coverity#1019323 Unchecked dynamic_castCaolán McNamara2014-07-261-1/+1
* coverity#1219788 Unchecked dynamic_castCaolán McNamara2014-07-251-0/+3
* New loplugin:stringconcatStephan Bergmann2014-07-011-4/+3
* new compilerplugin returnbyrefNoel Grandin2014-06-242-7/+7
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-172-8/+1
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-091-4/+0
* various: remove SAL_THROW macroNoel Grandin2014-06-051-17/+17
* coverity#1019311 Unchecked return valueCaolán McNamara2014-05-261-4/+4
* coverity#1019326 Unchecked dynamic_castCaolán McNamara2014-05-261-1/+1
* coverity#1019329 Unchecked dynamic_castCaolán McNamara2014-05-261-1/+1
* coverity#1019330 Unchecked dynamic_castCaolán McNamara2014-05-261-1/+1
* improve parameter flow in cpputype.cxxNoel Grandin2014-05-231-10/+8
* add default value for Context param in uno::Exception constructorsNoel Grandin2014-05-231-7/+24
* Combine unoidl::loadProvider and unoidl::Manager::addProviderStephan Bergmann2014-05-231-3/+1
* enhance pass-by-ref plugin to detect large argumentsNoel Grandin2014-05-202-3/+3
* coverity#1213117 Unchecked dynamic_castCaolán McNamara2014-05-111-0/+3
* prefer makefile-gmake-modeTakeshi Abe2014-04-283-3/+3
* Reduce the amount of strings in the release builds.Jan Holesovsky2014-04-141-23/+22
* codemaker: sal_Bool->boolNoel Grandin2014-04-044-6/+6
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-012-2/+2
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-263-50/+50
* codemaker,editeng: prefer passing OUString by referenceNoel Grandin2014-03-172-11/+11
* Remove visual noise from codemakerAlexander Wilms2014-02-271-2/+2
* codemaker: sal_Bool -> boolStephan Bergmann2014-02-176-36/+36