summaryrefslogtreecommitdiffstats
path: root/jvmfwk/source
Commit message (Expand)AuthorAgeFilesLines
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2018-11-251-3/+1
* clang-tidy readability-container-size-emptyNoel Grandin2018-10-191-2/+2
* New loplugin:externalStephan Bergmann2018-09-171-1/+1
* Replace find_if with proper quantifier algorithmsArkadiy Illarionov2018-08-291-3/+2
* Add missing sal/log.hxx headersGabor Kelemen2018-08-064-0/+4
* jvmfwk: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-261-4/+0
* Keep strings alive again as necessaryStephan Bergmann2018-04-121-0/+4
* new loplugin:unusedvariablemoreNoel Grandin2018-04-111-2/+0
* Don't pass empty option to JNI_CreateJavaVMStephan Bergmann2018-03-281-6/+11
* jvmfwk: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2018-02-011-6/+0
* loplugin:flatten loosen conditionNoel Grandin2017-11-141-4/+1
* loplugin:constantparam in i18nlangtagNoel Grandin2017-10-311-6/+5
* loplugin:constmethod in svlNoel Grandin2017-10-262-4/+4
* loplugin:includeform: jvmfwkStephan Bergmann2017-10-237-49/+49
* Use loop ranges in jvmfwkJulien Nabet2017-10-132-27/+14
* Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski2017-09-301-7/+7
* Some more WIN32_LEAN_AND_MEANMike Kaganski2017-09-181-0/+3
* clang-tidy modernize-use-emplace in hwpfilter..lotuswordproNoel Grandin2017-09-111-2/+1
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-171-2/+2
* 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