summaryrefslogtreecommitdiffstats
path: root/jvmfwk
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy readability-simplify-boolean-expr in hwpfilter..lotuswordproNoel Grandin2017-04-243-14/+4
* Clean up do_msvcr_magicStephan Bergmann2017-04-211-33/+38
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-212-2/+0
* remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin2017-04-211-1/+1
* Use std::unique_ptr<JavaInfo> in createJavaInfoStephan Bergmann2017-04-131-18/+14
* Use std::unique_ptr<JavaInfo> in jfw_plugin_getAllJavaInfosStephan Bergmann2017-04-134-62/+13
* Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfoByPathStephan Bergmann2017-04-133-12/+8
* Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfoFromJavaHomeStephan Bergmann2017-04-133-9/+7
* Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfosFromPathStephan Bergmann2017-04-133-31/+24
* Simplify jfw_findAllJREsStephan Bergmann2017-04-132-154/+32
* Replace a use of CJavaInfo with std::unique_ptr<JavaInfo>Stephan Bergmann2017-04-132-30/+23
* Replace a use of CJavaInfo with std::unique_ptr<JavaInfo>Stephan Bergmann2017-04-132-16/+11
* More std::unique_ptr<JavaInfo> lifecycle managementStephan Bergmann2017-04-133-16/+15
* Simplify passing options to jfw_startVMStephan Bergmann2017-04-131-6/+8
* Removed duplicated includesAndrea Gelmini2017-04-131-1/+0
* 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