summaryrefslogtreecommitdiffstats
path: root/jvmfwk
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedmethodsNoel Grandin2015-10-273-52/+0
* tdf#39440: fix several warnings reported by cppcheckSerge Krot2015-10-251-2/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-124-11/+11
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-122-9/+9
* loplugin:unusedmethodsNoel Grandin2015-10-011-4/+0
* Fix typosAndrea Gelmini2015-09-301-2/+2
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-313-6/+6
* Clean up sEmptyStephan Bergmann2015-08-271-4/+3
* loplugin:defaultparamsStephan Bergmann2015-08-231-1/+1
* tdf#39440 reduce scope of local variablesMichael Weghorn2015-08-222-2/+2
* loplugin: defaultparamsNoel Grandin2015-08-111-1/+1
* loplugin:simplifyboolStephan Bergmann2015-07-164-6/+6
* tdf#92483 fix initializing JRE on Win 64bit (load java's msvcr100.dll)Christian Lohmaier2015-07-111-1/+1
* jvmfwk: pluginlib: Add support for mips64.Heiher2015-07-102-2/+10
* Fix typosAndrea Gelmini2015-07-032-2/+2
* Fix typosAndrea Gelmini2015-06-301-2/+2
* jvmfwk: pass along -Xss to JVM on AMD64 tooMichael Stahl2015-06-241-2/+2
* jvmfwk: slighly misleading error messageMichael Stahl2015-06-241-1/+1
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-174-13/+13
* cppcheck:redundantAssignmentNoel Grandin2015-06-152-10/+7
* java:regulatize the order of 'final' and public/privateNoel Grandin2015-06-111-1/+1
* 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
* loplugin:loopvartoosmallNoel Grandin2015-06-011-1/+1
* Support Azul Zulu JRE on Linux and Mac OS X, tooStephan Bergmann2015-05-293-2/+9
* Support Azul Zulu JRE (at least on Windows)Stephan Bergmann2015-05-273-1/+6
* fprintf -> SAL_INFOStephan Bergmann2015-05-274-51/+29
* java dir for powepc64 and powepc64le can differDavid Tardon2015-05-121-1/+5
* 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-278-18/+17
* Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2015-04-231-1/+1
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-283-10/+10
* loplugin:staticfunctionNoel Grandin2015-03-273-3/+3
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-2/+2
* V805: Decreased performanceCaolán McNamara2015-03-021-1/+1
* loplugin:deletedspecialStephan Bergmann2015-02-072-9/+9
* Some more loplugin:cstylecast: jvmfwkStephan Bergmann2015-01-207-123/+123
* avoid copying of vectorMichael Weghorn2015-01-081-17/+7
* jvmfwk: fix Android buildMiklos Vajna2015-01-071-1/+1
* Some cppcheck cleanings: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2014-12-181-3/+3
* jvmfwk: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-2/+2
* jvmfwk: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-163-12/+6
* Related fdo#83753: Fix JVM_ONE_PATH_CHECK feature againStephan Bergmann2014-12-161-2/+4
* Remove obsolete commentStephan Bergmann2014-12-151-5/+0
* Check each potential JRE location only onceStephan Bergmann2014-12-156-88/+124
* Rename getJREInfoByPath overload to getAndAddJREInfoByPathStephan Bergmann2014-12-152-41/+27
* getJREInfoFromBinPath return value is unusedStephan Bergmann2014-12-152-9/+4
* fdo#83753: consider JAVA_HOME and PATH when selecting JREMichael Weghorn2014-12-155-104/+384