summaryrefslogtreecommitdiff
path: root/jvmfwk/plugins
AgeCommit message (Expand)AuthorFilesLines
2017-04-27jvmfwk: get jre bitness matching LO'sSamuel Mehrbrodt2-2/+30
2016-11-17Fix regression in bubbleSortVersionStephan Bergmann1-1/+2
2016-07-22Related: tdf#101057 allow java update version number > 99Caolán McNamara1-3/+3
2016-06-17passing a NULL pointer to fileno is not allowed, tdf#38913Markus Mohrhard1-0/+3
2016-05-22Convert javaPluginError to scoped enumNoel Grandin1-46/+46
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-0/+2
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-7/+7
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2-6/+6
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-2/+1
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin1-1/+1
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke3-4/+0
2016-04-11tdf#94306 replace boost::noncopyable ...Jochen Nitschke1-2/+4
2016-03-10Fix memory leaksStephan Bergmann1-8/+7
2016-03-10No more need for jfw_freeJavaInfoStephan Bergmann1-1/+1
2016-03-10Turn JavaInfo sal_Sequence* member into rtl::ByteSequenceStephan Bergmann1-4/+3
2016-03-10Turn JavaInfo rtl_uString* members into OUStringStephan Bergmann1-10/+4
2016-03-10Manage JavaInfo instances via new/deleteStephan Bergmann1-3/+1
2016-03-09include/jvmfwk/*.h -> .hxx (only ever included from C++ code)Stephan Bergmann1-1/+1
2016-02-17use consistent #define checks for the Windows platformNoel Grandin4-12/+12
2016-02-09Remove excess newlinesChris Sherlock4-9/+0
2016-01-06jvmfwk/plugins: clean-up in util.cxxDouglas Mencken1-15/+4
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara3-7/+7
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann2-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann6-27/+27
2015-11-09new loplugin: oncevarNoel Grandin1-4/+2
2015-11-05java: combine nested if statementsNoel Grandin1-4/+2
2015-11-04Avoid using reserved identifiers, add missing includesStephan Bergmann1-2/+6
2015-11-04Add mode linesStephan Bergmann2-0/+8
2015-11-04loplugin:passstuffbyrefStephan Bergmann2-2/+2
2015-11-04tdf#94716 allow Oracle's JDK to be used on OS X 10.10 and 10.11Patrick Luby5-11/+181
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-11/+11
2015-09-30Fix typosAndrea Gelmini1-2/+2
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2-4/+4
2015-08-23loplugin:defaultparamsStephan Bergmann1-1/+1
2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn2-2/+2
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-16loplugin:simplifyboolStephan Bergmann3-4/+4
2015-07-11tdf#92483 fix initializing JRE on Win 64bit (load java's msvcr100.dll)Christian Lohmaier1-1/+1
2015-07-10jvmfwk: pluginlib: Add support for mips64.Heiher1-0/+2
2015-07-03Fix typosAndrea Gelmini2-2/+2
2015-06-30Fix typosAndrea Gelmini1-2/+2
2015-06-24jvmfwk: pass along -Xss to JVM on AMD64 tooMichael Stahl1-2/+2
2015-06-24jvmfwk: slighly misleading error messageMichael Stahl1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2-8/+8
2015-06-15cppcheck:redundantAssignmentNoel Grandin2-10/+7
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin1-1/+1
2015-06-01loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-29Support Azul Zulu JRE on Linux and Mac OS X, tooStephan Bergmann1-1/+2