summaryrefslogtreecommitdiffstats
path: root/jvmfwk
Commit message (Expand)AuthorAgeFilesLines
* tdf#134167: jfw_plugin_getAllJavaInfos can successfully return empty listStephan Bergmann2020-06-221-2/+1
* tdf#131572 Add java 9 module info for libreoffice.jarSamuel Mehrbrodt2020-05-271-1/+1
* Avoid UB when calling setjmpStephan Bergmann2020-05-191-3/+2
* jvmfwk: fix [-Werror,-Wunused-function]Thorsten Behrens2020-05-171-0/+2
* Drop the JVM "feature" concept supportStephan Bergmann2020-05-159-101/+20
* Avoid any false GCC -WclobberedStephan Bergmann2020-05-151-36/+33
* Typo in commentStephan Bergmann2020-05-151-1/+1
* Use symbolic JFW_FEATURE_ACCESSBRIDGEStephan Bergmann2020-05-151-1/+1
* The -Wclobbered hack appears to be needed for all versions of GCCStephan Bergmann2020-05-131-2/+2
* gcc 10 also generates this clobber warningNoel Grandin2020-05-131-2/+2
* jfw::isAccessibilitySupportDesired is obsoleteThorsten Behrens2020-05-073-143/+10
* loplugin:flatten in jvmfwkNoel Grandin2020-04-072-47/+47
* new loplugin:unusedvariableplusNoel Grandin2020-04-071-1/+1
* tdf#131399 Update java settings after slight java version changeilhan2020-03-271-0/+12
* improve loplugin:unusedfieldsNoel Grandin2020-03-092-4/+3
* Drop o3tl::optional wrapperStephan Bergmann2020-02-214-27/+27
* GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák2020-02-162-0/+4
* tdf#96505: Get rid of cargo cult long integer literalsDesmin Alpaslan2020-02-031-1/+1
* tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN2020-01-251-2/+2
* loplugin:finalclasses in i18npool..linguisticNoel Grandin2020-01-141-1/+1
* sal_Char->char in idlc..linguisticNoel Grandin2019-12-194-8/+8
* unused #includeStephan Bergmann2019-12-161-1/+0
* Remove JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY, JFW_PLUGIN_FORCE_ACCESSIBILITYStephan Bergmann2019-12-143-66/+3
* Remove unused jvmfwk *rc filesStephan Bergmann2019-12-143-10/+0
* Fix typoAndrea Gelmini2019-12-051-1/+1
* Introduce o3tl::optional as an alias for std::optionalStephan Bergmann2019-12-014-27/+27
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-221-0/+10
* Introduce OStringCharStephan Bergmann2019-10-241-1/+1
* Remove some memset callsMike Kaganski2019-10-172-3/+1
* Rename OUStringLiteral1 to OUStringCharStephan Bergmann2019-10-173-3/+3
* loplugin:stringadd look for unnecessary temporariesNoel Grandin2019-10-141-9/+9
* loplugin:stringadd in helpcompiler..ooxNoel Grandin2019-10-011-2/+1
* Fix typosAndrea Gelmini2019-08-121-1/+1
* Fix typoAndrea Gelmini2019-08-041-1/+1
* Improved loplugin:stringconstant (now that GCC 7 supports it): jvmfwkStephan Bergmann2019-07-311-1/+1
* Avoid memcpy nonnull issueStephan Bergmann2019-07-291-1/+3
* loplugin:sequentialassignNoel Grandin2019-07-291-2/+1
* loplugin:oncevarNoel Grandin2019-07-281-10/+5
* Bump Java baseline to Java 8Stephan Bergmann2019-07-265-26/+26
* simplify codeStephan Bergmann2019-06-171-1/+1
* Fix swapping of vector elementsStephan Bergmann2019-06-111-2/+1
* osl/diagnose.h and diagnostics.h are used when OSL_DEBUG_LEVEL >= 2Tomoyuki Kubota2019-04-271-1/+4
* tdf#42949 Fix IWYU warnings in jvmfwk/ & jvmaccess/Gabor Kelemen2019-04-2625-56/+58
* improve loplugin simplifyconstructNoel Grandin2019-04-151-10/+5
* loplugin:sequentialassign in embeddedobj..l10ntoolsNoel Grandin2019-04-135-42/+26
* loplugin:unusedmethodsNoel Grandin2019-04-122-28/+0
* tdf#124503: Support JRE installations with unknown java.vendor propertyStephan Bergmann2019-04-0911-356/+189
* tdf#120703 PVS: Silence V575 warningsMike Kaganski2019-03-311-1/+1
* Note when javavendors_*.xml <updated> should be updatedStephan Bergmann2019-03-261-0/+11
* Index is not needed for single getToken callMatteo Casalin2019-03-181-2/+1