summaryrefslogtreecommitdiffstats
path: root/jvmfwk/source
Commit message (Expand)AuthorAgeFilesLines
* loplugin:oncevarNoel Grandin2017-07-311-5/+3
* loplugin:oncevar: empty strings: jvmfwkStephan Bergmann2017-07-131-2/+1
* use OString::operator== in preference to ::equalsNoel Grandin2017-07-061-1/+1
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-181-1/+0
* cleanup some OString stuff in jvmfwkNoel Grandin2017-05-304-64/+45
* Revert "loplugin:stringcopy"Stephan Bergmann2017-05-291-1/+1
* loplugin:stringcopyStephan Bergmann2017-05-191-1/+1
* revert OSL_ASSERT changesChris Sherlock2017-05-073-9/+9
* tdf#43157: convert jvmfwk from OSL_ASSERT to assertChris Sherlock2017-05-073-9/+9
* clang-tidy readability-simplify-boolean-expr in hwpfilter..lotuswordproNoel Grandin2017-04-241-3/+1
* Use std::unique_ptr<JavaInfo> in jfw_plugin_getAllJavaInfosStephan Bergmann2017-04-132-37/+7
* Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfoByPathStephan Bergmann2017-04-131-9/+5
* Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfoFromJavaHomeStephan Bergmann2017-04-131-6/+3
* Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfosFromPathStephan Bergmann2017-04-131-22/+15
* 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-132-14/+10
* 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-122-37/+10
* Simplify jfw::VersionInfoStephan Bergmann2017-04-123-48/+6
* Convert some rtl_uString -> OUString in jvmfwkStephan Bergmann2017-04-122-19/+11
* Calls to jvmfwk/framework.hxx must not pass in null, drop JFW_E_INVALID_ARGStephan Bergmann2017-04-112-26/+19
* Fix missing derefStephan Bergmann2017-04-111-1/+1
* sal_Bool -> boolStephan Bergmann2017-04-111-1/+1
* 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-111-3/+0
* sal_Bool -> boolStephan Bergmann2017-04-111-1/+1
* Use std::unique_ptr<JavaInfo> for lifecycle management in jvmfwk/framework.hxxStephan Bergmann2017-04-111-37/+26
* Remove unnecessary jfw::CJavaInfo::cloneJavaInfoStephan Bergmann2017-04-112-12/+3
* Fix typo for "expression"Julien Nabet2017-03-191-6/+6
* Typo: requirments -> requirementsSamuel Mehrbrodt2017-03-031-1/+1
* loplugin: unnecessary destructor jvmfwk..lotuswordproNoel Grandin2017-01-241-1/+0
* new loplugin: useuniqueptr: jvmfwk..saxNoel Grandin2017-01-171-1/+0
* New loplugin:externvar: jvmfwkStephan Bergmann2017-01-091-1/+1
* tdf#95416 Fix include filetamsil1amani32016-12-252-444/+0
* Clean up jfw_findAllJREs return value computationStephan Bergmann2016-11-161-5/+2
* loplugin:unnecessaryvirtual in hwpfilter..rscNoel Grandin2016-11-081-2/+2
* clang-cl loplugin: jvmfwkStephan Bergmann2016-10-162-8/+8
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-1/+1
* loplugin:redundantcast: redundant static_casts in jvmfwkStephan Bergmann2016-07-081-1/+1
* Convert javaPluginError to scoped enumNoel Grandin2016-05-221-19/+19
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-202-5/+5
* 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