summaryrefslogtreecommitdiff
path: root/jvmfwk/inc
AgeCommit message (Expand)AuthorFilesLines
2019-08-04Fix typoAndrea Gelmini1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): jvmfwkStephan Bergmann1-1/+1
2019-04-26tdf#42949 Fix IWYU warnings in jvmfwk/ & jvmaccess/Gabor Kelemen5-11/+12
2019-04-13loplugin:sequentialassign in embeddedobj..l10ntoolsNoel Grandin1-3/+4
2019-04-12loplugin:unusedmethodsNoel Grandin1-2/+0
2019-04-09tdf#124503: Support JRE installations with unknown java.vendor propertyStephan Bergmann3-72/+254
2019-02-09loplugin:indentation in jvmfwk..lotuswordproNoel Grandin1-3/+3
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin1-2/+2
2018-10-14Remove useless constructor and destructorArnaud Versini1-6/+0
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-26jvmfwk: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-1/+0
2017-10-23loplugin:includeform: jvmfwkStephan Bergmann4-19/+19
2017-04-13Use std::unique_ptr<JavaInfo> in jfw_plugin_getAllJavaInfosStephan Bergmann1-13/+2
2017-04-13Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfoByPathStephan Bergmann1-1/+1
2017-04-13Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfoFromJavaHomeStephan Bergmann1-1/+1
2017-04-13Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfosFromPathStephan Bergmann1-5/+3
2017-04-13More std::unique_ptr<JavaInfo> lifecycle managementStephan Bergmann1-2/+5
2017-04-12Convert rtl_uString -> OUString in jfw_get/setVMParametersStephan Bergmann1-5/+2
2017-04-12Simplify jfw::VersionInfoStephan Bergmann2-27/+5
2017-04-12Convert some rtl_uString -> OUString in jvmfwkStephan Bergmann1-1/+1
2017-04-11Assert obvious preconditions instead of returning javaPluginError:InvalidArgStephan Bergmann1-11/+2
2017-04-11sal_Bool -> boolStephan Bergmann1-1/+1
2017-03-13Related tdf#54443 List only matching JREsSamuel Mehrbrodt2-0/+3
2016-12-25tdf#95416 Fix include filetamsil1amani33-1/+445
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-05(initial) sparc64 portJames Clarke1-1/+1
2016-07-22Related: tdf#101057 inherit MalformedVersionException from std::exceptionCaolán McNamara1-1/+1
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen1-1/+1
2016-05-22Convert javaPluginError to scoped enumNoel Grandin1-32/+32
2016-04-30Fix typosAndrea Gelmini1-1/+1
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin1-1/+1
2016-03-10No more need for jfw_freeJavaInfoStephan Bergmann1-4/+3
2016-03-09include/jvmfwk/*.h -> .hxx (only ever included from C++ code)Stephan Bergmann1-3/+3
2016-02-09Remove excess newlinesChris Sherlock1-3/+0
2015-07-10jvmfwk: pluginlib: Add support for mips64.Heiher1-2/+8
2015-05-12java dir for powepc64 and powepc64le can differDavid Tardon1-1/+5
2014-12-15Remove obsolete commentStephan Bergmann1-5/+0
2014-12-15Check each potential JRE location only onceStephan Bergmann2-3/+193
2014-12-15fdo#83753: consider JAVA_HOME and PATH when selecting JREMichael Weghorn1-0/+78
2014-11-19changed type of parameters from rtl_uString to OUStringMichael Weghorn1-12/+10
2014-10-09vendorplugin.h is jvmfwk-internal (and no need for extern "C")Stephan Bergmann1-0/+247
2013-04-23execute move of global headersBjoern Michaelsen4-1141/+0
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2-48/+8
2013-04-15fdo#60724 correct spellingThomas Arnhold1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
2013-04-05Drop jvmaccess and jvmfwk when no SOLAR_JAVATor Lillqvist2-8/+0
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
2012-12-18Let JavaVirtualMachine::getJavaVm start the VM it already foundStephan Bergmann1-3/+5
2012-08-10Related fdo#51252: No more prereg, no more unopkg syncStephan Bergmann1-24/+0
2012-07-14simplify include guardsThomas Arnhold2-2/+2