summaryrefslogtreecommitdiffstats
path: root/jvmfwk
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-164-2/+33
* Make JVM -Xrunjdwp option work on macOSStephan Bergmann2017-03-011-0/+10
* Fix regression in bubbleSortVersionStephan Bergmann2016-11-161-1/+2
* Clean up jfw_findAllJREs return value computationStephan Bergmann2016-11-161-5/+2
* loplugin:unnecessaryvirtual in hwpfilter..rscNoel Grandin2016-11-081-2/+2
* Clean up javavendors_*.xml filesStephan Bergmann2016-11-016-156/+83
* quickfix: Automatic selection of Oracle Java runtime on macOSStephan Bergmann2016-11-011-3/+3
* tdf#103507 quickfix: Automatic selection of Oracle Java runtime on WindowsStephan Bergmann2016-10-281-3/+3
* clang-cl loplugin: jvmfwkStephan Bergmann2016-10-164-19/+19
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-133-3/+3
* (initial) sparc64 portJames Clarke2016-08-051-1/+1
* Related: tdf#101057 inherit MalformedVersionException from std::exceptionCaolán McNamara2016-07-221-1/+1
* Related: tdf#101057 allow java update version number > 99Caolán McNamara2016-07-221-3/+3
* loplugin:redundantcast: redundant static_casts in jvmfwkStephan Bergmann2016-07-081-1/+1
* Fix some spelling errors in comments and stringsOtto Kekäläinen2016-07-041-1/+1
* passing a NULL pointer to fileno is not allowedMarkus Mohrhard2016-06-151-0/+3
* Convert javaPluginError to scoped enumNoel Grandin2016-05-223-97/+97
* Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann2016-05-101-0/+2
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-1/+1
* Fix typosAndrea Gelmini2016-04-301-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-204-11/+11
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-181-2/+1
* clang-tidy performance-unnecessary-value-param in variousNoel Grandin2016-04-142-2/+2
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-123-4/+0
* tdf#94306 replace boost::noncopyable ...Jochen Nitschke2016-04-111-2/+4
* Values read from the Windows registry shouldn't be assert'edStephan Bergmann2016-04-051-2/+3
* tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-03-151-6/+2
* Fix memory leaksStephan Bergmann2016-03-101-8/+7
* No more need for jfw_freeJavaInfoStephan Bergmann2016-03-103-19/+12
* Turn JavaInfo sal_Sequence* member into rtl::ByteSequenceStephan Bergmann2016-03-103-16/+6
* Turn JavaInfo rtl_uString* members into OUStringStephan Bergmann2016-03-103-31/+12
* Manage JavaInfo instances via new/deleteStephan Bergmann2016-03-103-17/+9
* No need to repeat SAL_CALL in definitionsStephan Bergmann2016-03-101-20/+18
* No need for extern "C" hereStephan Bergmann2016-03-101-6/+6
* include/jvmfwk/*.h -> .hxx (only ever included from C++ code)Stephan Bergmann2016-03-095-7/+7
* use consistent #define checks for the Windows platformNoel Grandin2016-02-178-17/+17
* Remove excess newlinesChris Sherlock2016-02-099-20/+0
* loplugin:unusedmethodsNoel Grandin2016-02-082-3/+0
* Fix typosAndrea Gelmini2016-01-101-1/+1
* jvmfwk/plugins: clean-up in util.cxxDouglas Mencken2016-01-061-15/+4
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-244-11/+11
* 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-1010-133/+133
* new loplugin: oncevarNoel Grandin2015-11-092-15/+7
* java: combine nested if statementsNoel Grandin2015-11-051-4/+2