summaryrefslogtreecommitdiff
path: root/jvmfwk/plugins
AgeCommit message (Expand)AuthorFilesLines
2017-05-07revert OSL_ASSERT changesChris Sherlock4-14/+14
2017-05-07tdf#43157: convert jvmfwk from OSL_ASSERT to assertChris Sherlock4-14/+14
2017-04-24clang-tidy readability-simplify-boolean-expr in hwpfilter..lotuswordproNoel Grandin2-11/+3
2017-04-21Clean up do_msvcr_magicStephan Bergmann1-33/+38
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-1/+1
2017-04-13Use std::unique_ptr<JavaInfo> in createJavaInfoStephan Bergmann1-18/+14
2017-04-13Use std::unique_ptr<JavaInfo> in jfw_plugin_getAllJavaInfosStephan Bergmann1-12/+4
2017-04-13Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfoByPathStephan Bergmann1-2/+2
2017-04-13Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfoFromJavaHomeStephan Bergmann1-2/+3
2017-04-13Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfosFromPathStephan Bergmann1-4/+6
2017-04-12Simplify jfw::VersionInfoStephan Bergmann1-27/+12
2017-04-12Silence -Werror=unused-parameter on AndroidStephan Bergmann1-0/+1
2017-04-11Assert obvious preconditions instead of returning javaPluginError:InvalidArgStephan Bergmann1-14/+6
2017-04-11Calls to jvmfwk/framework.hxx must not pass in null, drop JFW_E_INVALID_ARGStephan Bergmann1-2/+3
2017-04-11sal_Bool -> boolStephan Bergmann1-1/+1
2017-04-11jfw_existJRE requires non-null args, never returns JFW_E_INVALID_ARGStephan Bergmann1-2/+4
2017-04-11sal_Bool -> boolStephan Bergmann2-2/+2
2017-04-11Use std::unique_ptr<JavaInfo> for lifecycle management in jvmfwk/framework.hxxStephan Bergmann1-9/+12
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann1-1/+0
2017-03-22Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann1-5/+10
2017-03-22jvmfwk: fix JVM detection on 64-bit WindowsMichael Stahl1-3/+3
2017-03-13Unnecessary OUString instancesStephan Bergmann1-10/+6
2017-03-13Related tdf#54443 List only matching JREsSamuel Mehrbrodt2-2/+30
2017-03-09jvmfwk: Improve logging outputSamuel Mehrbrodt1-1/+2
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2017-03-02Fix typosAndrea Gelmini1-1/+1
2017-02-24Make JVM -Xrunjdwp option work on macOSStephan Bergmann1-0/+10
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl1-2/+2
2017-01-09New loplugin:externvar: jvmfwkStephan Bergmann2-2/+2
2016-11-16Fix regression in bubbleSortVersionStephan Bergmann1-1/+2
2016-10-16clang-cl loplugin: jvmfwkStephan Bergmann2-11/+11
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-07-22Related: tdf#101057 allow java update version number > 99Caolán McNamara1-3/+3
2016-06-15passing a NULL pointer to fileno is not allowedMarkus Mohrhard1-0/+3
2016-05-22Convert javaPluginError to scoped enumNoel Grandin1-46/+46
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-0/+2
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-7/+7
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2-6/+6
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-2/+1
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin1-1/+1
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke3-4/+0
2016-04-11tdf#94306 replace boost::noncopyable ...Jochen Nitschke1-2/+4
2016-03-10Fix memory leaksStephan Bergmann1-8/+7
2016-03-10No more need for jfw_freeJavaInfoStephan Bergmann1-1/+1
2016-03-10Turn JavaInfo sal_Sequence* member into rtl::ByteSequenceStephan Bergmann1-4/+3
2016-03-10Turn JavaInfo rtl_uString* members into OUStringStephan Bergmann1-10/+4
2016-03-10Manage JavaInfo instances via new/deleteStephan Bergmann1-3/+1
2016-03-09include/jvmfwk/*.h -> .hxx (only ever included from C++ code)Stephan Bergmann1-1/+1
2016-02-17use consistent #define checks for the Windows platformNoel Grandin4-12/+12