summaryrefslogtreecommitdiffstats
path: root/jvmfwk/plugins
Commit message (Expand)AuthorAgeFilesLines
* use more OUString::operator== in forms..salNoel Grandin2017-07-134-12/+12
* loplugin:oncevar in helpcompiler..jvmfwkNoel Grandin2017-06-251-5/+5
* loplugin:unusedfields in jvmfwk..mysqlcNoel Grandin2017-06-231-6/+2
* use more SAL_N_ELEMENTS part 3Noel Grandin2017-06-155-15/+15
* remove unnecessary use of OString::getStrNoel Grandin2017-05-281-1/+1
* loplugin:stringcopy (macOS)Stephan Bergmann2017-05-201-2/+2
* revert OSL_ASSERT changesChris Sherlock2017-05-074-14/+14
* tdf#43157: convert jvmfwk from OSL_ASSERT to assertChris Sherlock2017-05-074-14/+14
* clang-tidy readability-simplify-boolean-expr in hwpfilter..lotuswordproNoel Grandin2017-04-242-11/+3
* Clean up do_msvcr_magicStephan Bergmann2017-04-211-33/+38
* 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-131-12/+4
* Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfoByPathStephan Bergmann2017-04-131-2/+2
* Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfoFromJavaHomeStephan Bergmann2017-04-131-2/+3
* Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfosFromPathStephan Bergmann2017-04-131-4/+6
* Simplify jfw::VersionInfoStephan Bergmann2017-04-121-27/+12
* Silence -Werror=unused-parameter on AndroidStephan Bergmann2017-04-121-0/+1
* Assert obvious preconditions instead of returning javaPluginError:InvalidArgStephan Bergmann2017-04-111-14/+6
* Calls to jvmfwk/framework.hxx must not pass in null, drop JFW_E_INVALID_ARGStephan Bergmann2017-04-111-2/+3
* sal_Bool -> boolStephan Bergmann2017-04-111-1/+1
* jfw_existJRE requires non-null args, never returns JFW_E_INVALID_ARGStephan Bergmann2017-04-111-2/+4
* sal_Bool -> boolStephan Bergmann2017-04-112-2/+2
* Use std::unique_ptr<JavaInfo> for lifecycle management in jvmfwk/framework.hxxStephan Bergmann2017-04-111-9/+12
* 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
* Unnecessary OUString instancesStephan Bergmann2017-03-131-10/+6
* Related tdf#54443 List only matching JREsSamuel Mehrbrodt2017-03-132-2/+30
* jvmfwk: Improve logging outputSamuel Mehrbrodt2017-03-091-1/+2
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-1/+1
* Fix typosAndrea Gelmini2017-03-021-1/+1
* Make JVM -Xrunjdwp option work on macOSStephan Bergmann2017-02-241-0/+10
* replace #ifdef SOLARIS with #ifdef __sunMichael Stahl2017-01-171-2/+2
* New loplugin:externvar: jvmfwkStephan Bergmann2017-01-092-2/+2
* Fix regression in bubbleSortVersionStephan Bergmann2016-11-161-1/+2
* clang-cl loplugin: jvmfwkStephan Bergmann2016-10-162-11/+11
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-1/+1
* Related: tdf#101057 allow java update version number > 99Caolán McNamara2016-07-221-3/+3
* passing a NULL pointer to fileno is not allowedMarkus Mohrhard2016-06-151-0/+3
* Convert javaPluginError to scoped enumNoel Grandin2016-05-221-46/+46
* Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann2016-05-101-0/+2
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-1/+1
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-261-7/+7
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-202-6/+6
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-181-2/+1
* clang-tidy performance-unnecessary-value-param in variousNoel Grandin2016-04-141-1/+1
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-123-4/+0
* tdf#94306 replace boost::noncopyable ...Jochen Nitschke2016-04-111-2/+4
* Fix memory leaksStephan Bergmann2016-03-101-8/+7