summaryrefslogtreecommitdiffstats
path: root/jvmfwk/source
Commit message (Expand)AuthorAgeFilesLines
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-241-4/+4
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-104-106/+106
* new loplugin: oncevarNoel Grandin2015-11-091-11/+5
* yyyyyNoel Grandin2015-11-041-13/+5
* loplugin:unusedmethodsNoel Grandin2015-10-273-52/+0
* tdf#39440: fix several warnings reported by cppcheckSerge Krot2015-10-251-2/+2
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-122-9/+9
* loplugin:unusedmethodsNoel Grandin2015-10-011-4/+0
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-311-2/+2
* Clean up sEmptyStephan Bergmann2015-08-271-4/+3
* loplugin:simplifyboolStephan Bergmann2015-07-161-2/+2
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-172-5/+5
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-082-5/+5
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-021-1/+1
* fprintf -> SAL_INFOStephan Bergmann2015-05-272-43/+27
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-111-1/+1
* std::ptr_fun became deprecated since C++11Takeshi Abe2015-05-081-2/+2
* More loplugin:simplifyboolStephan Bergmann2015-04-273-10/+9
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-282-8/+8
* loplugin:staticfunctionNoel Grandin2015-03-272-2/+2
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-2/+2
* loplugin:deletedspecialStephan Bergmann2015-02-072-9/+9
* Some more loplugin:cstylecast: jvmfwkStephan Bergmann2015-01-205-119/+119
* jvmfwk: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-161-3/+2
* Check each potential JRE location only onceStephan Bergmann2014-12-151-4/+12
* fdo#83753: consider JAVA_HOME and PATH when selecting JREMichael Weghorn2014-12-151-101/+180
* Remove unused cModule leftoversStephan Bergmann2014-12-151-8/+4
* callcatcher: update unused codeCaolán McNamara2014-12-082-16/+0
* callcatcher: update unused codeCaolán McNamara2014-12-048-150/+0
* Fold URE: Linux ure/lib/* -> program/Stephan Bergmann2014-11-281-1/+1
* changed type of parameters from rtl_uString to OUStringMichael Weghorn2014-11-191-18/+20
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-141-2/+2
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-122-2/+2
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-062-4/+10
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-062-10/+4
* coverity#1066164 Resource leakCaolán McNamara2014-10-131-0/+2
* vendorplugin.h is jvmfwk-internal (and no need for extern "C")Stephan Bergmann2014-10-092-3/+3
* Remove jvmfwk plugin featureStephan Bergmann2014-10-094-369/+49
* Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist2014-09-091-1/+1
* Nothrow dtorStephan Bergmann2014-09-031-0/+1
* coverity#707200 Uncaught exceptionCaolán McNamara2014-09-021-1/+1
* this code is redundant and leaks memoryMarkus Mohrhard2014-08-251-3/+0
* clang scan-build: various warningsCaolán McNamara2014-07-011-1/+1
* Dead declarationsStephan Bergmann2014-06-272-4/+0
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-176-56/+11
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-096-46/+9
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-155-10/+10
* Remove unused jfw_setJRELocationsStephan Bergmann2014-05-081-27/+2
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-04-211-7/+6
* typo: attribut -> attributeThomas Arnhold2014-04-141-1/+1