summaryrefslogtreecommitdiffstats
path: root/jvmfwk/plugins
Commit message (Expand)AuthorAgeFilesLines
* tdf#123936 Formatting files in module jvmfwk with clang-formatPhilipp Hofer2020-11-185-29/+23
* Manually select JDK outside /Library/Java/JavaVirtualMachines on macOSStephan Bergmann2020-09-221-31/+7
* Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2020-09-161-3/+4
* Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2020-08-281-5/+5
* Add missing punctuation/spaces to error messagesStephan Bergmann2020-08-181-3/+3
* Silence new Clang 12 trunk -Werror,-Wstring-concatenationStephan Bergmann2020-08-182-2/+2
* tdf#129264: Make javaldx always print a line upon successful executionStephan Bergmann2020-07-021-0/+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-155-75/+11
* Avoid any false GCC -WclobberedStephan Bergmann2020-05-151-36/+33
* 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
* loplugin:flatten in jvmfwkNoel Grandin2020-04-071-30/+30
* new loplugin:unusedvariableplusNoel Grandin2020-04-071-1/+1
* tdf#131399 Update java settings after slight java version changeilhan2020-03-271-0/+12
* tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN2020-01-251-2/+2
* sal_Char->char in idlc..linguisticNoel Grandin2019-12-191-5/+5
* unused #includeStephan Bergmann2019-12-161-1/+0
* Remove JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY, JFW_PLUGIN_FORCE_ACCESSIBILITYStephan Bergmann2019-12-142-59/+2
* Remove unused jvmfwk *rc filesStephan Bergmann2019-12-141-2/+0
* 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
* Fix typosAndrea Gelmini2019-08-121-1/+1
* Avoid memcpy nonnull issueStephan Bergmann2019-07-291-1/+3
* 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-2614-23/+8
* loplugin:sequentialassign in embeddedobj..l10ntoolsNoel Grandin2019-04-131-2/+1
* tdf#124503: Support JRE installations with unknown java.vendor propertyStephan Bergmann2019-04-094-93/+46
* tdf#120703 PVS: Silence V575 warningsMike Kaganski2019-03-311-1/+1
* loplugin:unusedfields in helpcompiler..jvmfwkNoel Grandin2019-02-242-8/+1
* loplugin:indentation in jvmfwk..lotuswordproNoel Grandin2019-02-093-3/+3
* Get rid of some macrosStephan Bergmann2019-02-042-22/+17
* Support Amazon CorrettoMike Kaganski2019-02-041-0/+1
* Silence bogus -Werror=clobbered (GCC 7 --enable-optimized)Stephan Bergmann2019-01-221-0/+7
* Support AdoptOpenJDKhimajin1000002019-01-221-0/+1
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-081-3/+3
* Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek2018-11-293-9/+9
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-11-101-2/+1
* 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
* Remove useless constructor and destructorArnaud Versini2018-10-141-17/+1
* loplugin:external (clang-cl)Stephan Bergmann2018-09-241-4/+4
* New loplugin:externalStephan Bergmann2018-09-171-3/+3