summaryrefslogtreecommitdiffstats
path: root/jvmfwk/plugins
Commit message (Expand)AuthorAgeFilesLines
* Find Java 9 with the new registry keys on Windowscp-5.3-40Stephan Bergmann2018-02-151-29/+43
* tdf#100501: Adapt to Java 9 (at least on Linux x86-64)Stephan Bergmann2017-09-012-2/+8
* jvmfwk: fix JVM detection on 64-bit WindowsMichael Stahl2017-03-241-3/+3
* Related tdf#54443 List only matching JREsSamuel Mehrbrodt2017-03-162-2/+30
* Make JVM -Xrunjdwp option work on macOSStephan Bergmann2017-03-011-0/+10
* Fix regression in bubbleSortVersionStephan Bergmann2016-11-161-1/+2
* clang-cl loplugin: jvmfwkStephan Bergmann2016-10-162-11/+11
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-1/+1
* Related: tdf#101057 allow java update version number > 99Caolán McNamara2016-07-221-3/+3
* passing a NULL pointer to fileno is not allowedMarkus Mohrhard2016-06-151-0/+3
* Convert javaPluginError to scoped enumNoel Grandin2016-05-221-46/+46
* Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann2016-05-101-0/+2
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-1/+1
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-261-7/+7
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-202-6/+6
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-181-2/+1
* clang-tidy performance-unnecessary-value-param in variousNoel Grandin2016-04-141-1/+1
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-123-4/+0
* tdf#94306 replace boost::noncopyable ...Jochen Nitschke2016-04-111-2/+4
* Fix memory leaksStephan Bergmann2016-03-101-8/+7
* No more need for jfw_freeJavaInfoStephan Bergmann2016-03-101-1/+1
* Turn JavaInfo sal_Sequence* member into rtl::ByteSequenceStephan Bergmann2016-03-101-4/+3
* Turn JavaInfo rtl_uString* members into OUStringStephan Bergmann2016-03-101-10/+4
* Manage JavaInfo instances via new/deleteStephan Bergmann2016-03-101-3/+1
* include/jvmfwk/*.h -> .hxx (only ever included from C++ code)Stephan Bergmann2016-03-091-1/+1
* use consistent #define checks for the Windows platformNoel Grandin2016-02-174-12/+12
* Remove excess newlinesChris Sherlock2016-02-094-9/+0
* jvmfwk/plugins: clean-up in util.cxxDouglas Mencken2016-01-061-15/+4
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-243-7/+7
* Don't assume sal_Unicode is unsigned shortStephan Bergmann2015-11-171-1/+1
* loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann2015-11-102-2/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-106-27/+27
* new loplugin: oncevarNoel Grandin2015-11-091-4/+2
* java: combine nested if statementsNoel Grandin2015-11-051-4/+2
* Avoid using reserved identifiers, add missing includesStephan Bergmann2015-11-041-2/+6
* Add mode linesStephan Bergmann2015-11-042-0/+8
* loplugin:passstuffbyrefStephan Bergmann2015-11-042-2/+2
* tdf#94716 allow Oracle's JDK to be used on OS X 10.10 and 10.11Patrick Luby2015-11-045-11/+181
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-124-11/+11
* 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