summaryrefslogtreecommitdiffstats
path: root/jvmfwk
Commit message (Expand)AuthorAgeFilesLines
* Bump Java baseline to Java 8Stephan Bergmann2019-11-195-26/+26
* Silence bogus -Werror=clobbered (GCC 7 --enable-optimized)Stephan Bergmann2019-09-191-0/+7
* Fix swapping of vector elementsStephan Bergmann2019-06-111-2/+1
* tdf#124503: Support JRE installations with unknown java.vendor propertyStephan Bergmann2019-04-1111-356/+189
* javavendors_*.xml <updated> should not have been updated...Stephan Bergmann2019-03-293-3/+3
* Support Amazon Corretto (tdf#124297)Mike Kaganski2019-03-264-3/+13
* Support AdoptOpenJDKhimajin1000002019-01-226-5/+21
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-11-101-2/+1
* fix signatures of deleted copy/assign operatorsNoel Grandin2018-11-021-2/+2
* tdf#120703 PVS: V530 The return value of function is required to be utilizedMike Kaganski2018-10-271-1/+1
* clang-tidy performance-unnecessary-copy-init in idl..reportdesignNoel Grandin2018-10-231-2/+1
* loplugin:staticvar in variousNoel Grandin2018-10-221-2/+2
* clang-tidy readability-container-size-emptyNoel Grandin2018-10-191-2/+2
* Remove useless constructor and destructorArnaud Versini2018-10-142-23/+1
* loplugin:external (clang-cl)Stephan Bergmann2018-09-241-4/+4
* New loplugin:externalStephan Bergmann2018-09-172-4/+4
* Replace find_if with proper quantifier algorithmsArkadiy Illarionov2018-08-292-7/+3
* Add missing sal/log.hxx headersGabor Kelemen2018-08-066-0/+6
* Add missing sal/log.hxx headersGabor Kelemen2018-07-302-0/+2
* jvmfwk: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-262-5/+0
* tdf#96099 Remove some trivial container iterator typedefsArkadiy Illarionov2018-06-261-8/+6
* 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
* Improve error reportingStephan Bergmann2018-03-271-1/+1
* Use for-range loops in some modulesJulien Nabet2018-03-251-3/+2
* Find Java 9 with the new registry keys on WindowsStephan Bergmann2018-02-151-25/+39
* jvmfwk: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2018-02-012-12/+0
* More loplugin:cstylecast on WindowsStephan Bergmann2018-01-231-2/+2
* More loplugin:cstylecast on macOSStephan Bergmann2018-01-201-2/+2
* More loplugin:cstylecast: jvmfwkStephan Bergmann2018-01-121-4/+4
* inline use-once typedefsNoel Grandin2017-12-191-2/+1
* loplugin:simplifybool for negation of comparison operatorNoel Grandin2017-11-231-1/+1
* loplugin:flatten loosen conditionNoel Grandin2017-11-141-4/+1
* Fix typosAndrea Gelmini2017-11-131-1/+1
* loplugin:finalclasses in h*,i*,j*Noel Grandin2017-11-011-4/+2
* loplugin:constantparam in i18nlangtagNoel Grandin2017-10-311-6/+5
* loplugin:constmethod in svlNoel Grandin2017-10-262-4/+4
* loplugin:includeform: jvmfwkStephan Bergmann2017-10-2327-119/+119
* Use loop ranges in jvmfwkJulien Nabet2017-10-136-117/+84
* Rename and move SAL_U/W to o3tl::toU/WMike Kaganski2017-10-051-3/+4
* Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski2017-09-301-1/+1
* Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski2017-09-303-12/+14
* Some more WIN32_LEAN_AND_MEANMike Kaganski2017-09-183-0/+9
* clang-tidy modernize-use-emplace in hwpfilter..lotuswordproNoel Grandin2017-09-113-8/+6
* tdf#100501: Fix thinkoStephan Bergmann2017-08-281-1/+1
* tdf#100501: Adapt to Java 9 (at least on Linux x86-64)Stephan Bergmann2017-08-282-2/+8
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-172-3/+3
* log details of exception when we catch std::exceptionNoel Grandin2017-08-131-2/+3
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-111-3/+2