summaryrefslogtreecommitdiffstats
path: root/jvmfwk/plugins
Commit message (Expand)AuthorAgeFilesLines
* There was a typo in the AdoptOpenJDK java.vendor property valueStephan Bergmann2021-11-181-1/+0
* tdf#144695 VendorBase::isValidArch also for macOSStephan Bergmann2021-11-171-1/+3
* rtl::Static->thread-safe static in jvmfwkNoel Grandin2021-11-161-4/+2
* Make getVersionInformation always return a VersionInfoStephan Bergmann2021-10-211-26/+20
* Drop support for dead GNU JavaStephan Bergmann2021-10-203-329/+0
* Azul is just another OpenJDK variantStephan Bergmann2021-10-202-5/+3
* loplugin:moveparam in jvmfwkNoel Grandin2021-10-113-3/+3
* drop 'using namespace std' in h* i* j*Julien Nabet2021-10-056-35/+27
* convert #defines to OUStringLiteralNoel Grandin2021-08-021-2/+2
* loplugin:indentation (clang-cl)Stephan Bergmann2021-07-091-1/+1
* Turn OSL_DEBUG_LEVEL >= 2 SelfTest into CppunitTestStephan Bergmann2021-07-082-112/+0
* Revert "I suspect that we unlikely to use JRE older than 1.3.1_07"Michael Stahl2021-07-072-5/+48
* Enable JVM also on macOS ARM64Stephan Bergmann2021-06-291-1/+1
* Improve loplugin:stringviewStephan Bergmann2021-05-141-2/+3
* I suspect that we unlikely to use JRE older than 1.3.1_07Mike Kaganski2021-05-102-48/+5
* Fix some warnings for Raspberry pi 4 (part2)Julien Nabet2021-01-021-0/+8
* loplugin:stringviewparam: operator +Stephan Bergmann2020-12-291-4/+4
* Adapt the remaining OUString functions to std string_viewStephan Bergmann2020-12-113-3/+7
* loplugin:stringviewparam include comparisons with string literalsNoel2020-11-301-2/+2
* loplugin:stringview (clang-cl)Stephan Bergmann2020-11-251-2/+2
* 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