summaryrefslogtreecommitdiff
path: root/jvmfwk
AgeCommit message (Expand)AuthorFilesLines
2018-02-15Find Java 9 with the new registry keys on Windowscp-5.3-40Stephan Bergmann1-29/+43
2017-09-01tdf#100501: Adapt to Java 9 (at least on Linux x86-64)Stephan Bergmann2-2/+8
2017-03-24jvmfwk: fix JVM detection on 64-bit WindowsMichael Stahl1-3/+3
2017-03-16Related tdf#54443 List only matching JREsSamuel Mehrbrodt4-2/+33
2017-03-01Make JVM -Xrunjdwp option work on macOSStephan Bergmann1-0/+10
2016-11-16Fix regression in bubbleSortVersionStephan Bergmann1-1/+2
2016-11-16Clean up jfw_findAllJREs return value computationStephan Bergmann1-5/+2
2016-11-08loplugin:unnecessaryvirtual in hwpfilter..rscNoel Grandin1-2/+2
2016-11-01Clean up javavendors_*.xml filesStephan Bergmann6-156/+83
2016-11-01quickfix: Automatic selection of Oracle Java runtime on macOSStephan Bergmann1-3/+3
2016-10-28tdf#103507 quickfix: Automatic selection of Oracle Java runtime on WindowsStephan Bergmann1-3/+3
2016-10-16clang-cl loplugin: jvmfwkStephan Bergmann4-19/+19
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann3-3/+3
2016-08-05(initial) sparc64 portJames Clarke1-1/+1
2016-07-22Related: tdf#101057 inherit MalformedVersionException from std::exceptionCaolán McNamara1-1/+1
2016-07-22Related: tdf#101057 allow java update version number > 99Caolán McNamara1-3/+3
2016-07-08loplugin:redundantcast: redundant static_casts in jvmfwkStephan Bergmann1-1/+1
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen1-1/+1
2016-06-15passing a NULL pointer to fileno is not allowedMarkus Mohrhard1-0/+3
2016-05-22Convert javaPluginError to scoped enumNoel Grandin3-97/+97
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-30Fix typosAndrea Gelmini1-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 Bergmann4-11/+11
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-2/+1
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin2-2/+2
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-04-05Values read from the Windows registry shouldn't be assert'edStephan Bergmann1-2/+3
2016-03-15tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-6/+2
2016-03-10Fix memory leaksStephan Bergmann1-8/+7
2016-03-10No more need for jfw_freeJavaInfoStephan Bergmann3-19/+12
2016-03-10Turn JavaInfo sal_Sequence* member into rtl::ByteSequenceStephan Bergmann3-16/+6
2016-03-10Turn JavaInfo rtl_uString* members into OUStringStephan Bergmann3-31/+12
2016-03-10Manage JavaInfo instances via new/deleteStephan Bergmann3-17/+9
2016-03-10No need to repeat SAL_CALL in definitionsStephan Bergmann1-20/+18
2016-03-10No need for extern "C" hereStephan Bergmann1-6/+6
2016-03-09include/jvmfwk/*.h -> .hxx (only ever included from C++ code)Stephan Bergmann5-7/+7
2016-02-17use consistent #define checks for the Windows platformNoel Grandin8-17/+17
2016-02-09Remove excess newlinesChris Sherlock9-20/+0
2016-02-08loplugin:unusedmethodsNoel Grandin2-3/+0
2016-01-10Fix typosAndrea Gelmini1-1/+1
2016-01-06jvmfwk/plugins: clean-up in util.cxxDouglas Mencken1-15/+4
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara4-11/+11
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 Bergmann10-133/+133
2015-11-09new loplugin: oncevarNoel Grandin2-15/+7
2015-11-05java: combine nested if statementsNoel Grandin1-4/+2