summaryrefslogtreecommitdiffstats
path: root/jvmfwk
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused jfw::VendorSettings instantiationsStephan Bergmann2017-04-121-5/+0
* Remove unnecessary copyStephan Bergmann2017-04-121-2/+0
* Remove unused function pointer typedefsStephan Bergmann2017-04-121-38/+0
* Convert rtl_uString -> OUString in jfw_get/setVMParametersStephan Bergmann2017-04-123-42/+12
* Simplify jfw::VersionInfoStephan Bergmann2017-04-126-102/+23
* Convert some rtl_uString -> OUString in jvmfwkStephan Bergmann2017-04-123-20/+12
* Silence -Werror=unused-parameter on AndroidStephan Bergmann2017-04-121-0/+1
* Assert obvious preconditions instead of returning javaPluginError:InvalidArgStephan Bergmann2017-04-112-25/+8
* Calls to jvmfwk/framework.hxx must not pass in null, drop JFW_E_INVALID_ARGStephan Bergmann2017-04-113-28/+22
* Fix missing derefStephan Bergmann2017-04-111-1/+1
* sal_Bool -> boolStephan Bergmann2017-04-112-2/+2
* Let jfw_isVMRunning return the result; there are no error conditionsStephan Bergmann2017-04-111-8/+2
* sal_Bool -> boolStephan Bergmann2017-04-111-1/+1
* jfw_existJRE requires non-null args, never returns JFW_E_INVALID_ARGStephan Bergmann2017-04-112-5/+4
* sal_Bool -> boolStephan Bergmann2017-04-114-4/+4
* Use std::unique_ptr<JavaInfo> for lifecycle management in jvmfwk/framework.hxxStephan Bergmann2017-04-112-46/+38
* Remove unnecessary jfw::CJavaInfo::cloneJavaInfoStephan Bergmann2017-04-112-12/+3
* Remove unused #include <ctype.h>Stephan Bergmann2017-03-231-1/+0
* Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann2017-03-221-5/+10
* jvmfwk: fix JVM detection on 64-bit WindowsMichael Stahl2017-03-221-3/+3
* Fix typo for "expression"Julien Nabet2017-03-191-6/+6
* Unnecessary OUString instancesStephan Bergmann2017-03-131-10/+6
* Related tdf#54443 List only matching JREsSamuel Mehrbrodt2017-03-134-2/+33
* jvmfwk: Improve logging outputSamuel Mehrbrodt2017-03-091-1/+2
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-1/+1
* Typo: requirments -> requirementsSamuel Mehrbrodt2017-03-031-1/+1
* Fix typosAndrea Gelmini2017-03-021-1/+1
* Make JVM -Xrunjdwp option work on macOSStephan Bergmann2017-02-241-0/+10
* loplugin: unnecessary destructor jvmfwk..lotuswordproNoel Grandin2017-01-241-1/+0
* replace #ifdef SOLARIS with #ifdef __sunMichael Stahl2017-01-171-2/+2
* new loplugin: useuniqueptr: jvmfwk..saxNoel Grandin2017-01-171-1/+0
* New loplugin:externvar: jvmfwkStephan Bergmann2017-01-093-3/+3
* tdf#95416 Fix include filetamsil1amani32016-12-253-1/+1
* 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