summaryrefslogtreecommitdiffstats
path: root/jvmfwk/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2015-09-301-2/+2
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-312-4/+4
* 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-163-4/+4
* 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-101-0/+2
* 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-172-8/+8
* cppcheck:redundantAssignmentNoel Grandin2015-06-152-10/+7
* java:regulatize the order of 'final' and public/privateNoel Grandin2015-06-111-1/+1
* loplugin:loopvartoosmallNoel Grandin2015-06-011-1/+1
* Support Azul Zulu JRE on Linux and Mac OS X, tooStephan Bergmann2015-05-291-1/+2
* Support Azul Zulu JRE (at least on Windows)Stephan Bergmann2015-05-272-1/+3
* fprintf -> SAL_INFOStephan Bergmann2015-05-272-8/+2
* More loplugin:simplifyboolStephan Bergmann2015-04-275-8/+8
* 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-281-2/+2
* loplugin:staticfunctionNoel Grandin2015-03-271-1/+1
* V805: Decreased performanceCaolán McNamara2015-03-021-1/+1
* Some more loplugin:cstylecast: jvmfwkStephan Bergmann2015-01-202-4/+4
* 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-162-9/+4
* Related fdo#83753: Fix JVM_ONE_PATH_CHECK feature againStephan Bergmann2014-12-161-2/+4
* Check each potential JRE location only onceStephan Bergmann2014-12-154-265/+103
* 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-153-3/+126
* java: unused importsNoel Grandin2014-12-101-1/+0
* java: remove some unused local variablesNoel Grandin2014-12-051-1/+1
* fix higher debug level buildCaolán McNamara2014-11-261-0/+1
* changed type of parameters from rtl_uString to OUStringMichael Weghorn2014-11-191-45/+28
* Pass by refStephan Bergmann2014-11-181-1/+1
* sunjavaplugin.cxx: extracted function for Java version checkMichael Weghorn2014-11-181-133/+110
* remove duplicate code lineMichael Weghorn2014-11-181-1/+0
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-171-0/+2
* coverity#1247641 Uncaught exceptionCaolán McNamara2014-11-141-51/+49
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-123-6/+6
* markup with event type not checker typeCaolán McNamara2014-11-051-1/+1
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-051-2/+2
* Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini2014-10-301-1/+1
* coverity#1247641 Uncaught exceptionCaolán McNamara2014-10-301-1/+10