Age | Commit message (Expand) | Author |
2020-09-22 | Manually select JDK outside /Library/Java/JavaVirtualMachines on macOS | Stephan Bergmann |
2020-09-16 | Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uString | Stephan Bergmann |
2020-08-28 | Change OUStringLiteral from char[] to char16_t[] | Stephan Bergmann |
2020-08-18 | Add missing punctuation/spaces to error messages | Stephan Bergmann |
2020-08-18 | Silence new Clang 12 trunk -Werror,-Wstring-concatenation | Stephan Bergmann |
2020-07-02 | tdf#129264: Make javaldx always print a line upon successful execution | Stephan Bergmann |
2020-05-19 | Avoid UB when calling setjmp | Stephan Bergmann |
2020-05-17 | jvmfwk: fix [-Werror,-Wunused-function] | Thorsten Behrens |
2020-05-15 | Drop the JVM "feature" concept support | Stephan Bergmann |
2020-05-15 | Avoid any false GCC -Wclobbered | Stephan Bergmann |
2020-05-15 | Use symbolic JFW_FEATURE_ACCESSBRIDGE | Stephan Bergmann |
2020-05-13 | The -Wclobbered hack appears to be needed for all versions of GCC | Stephan Bergmann |
2020-05-13 | gcc 10 also generates this clobber warning | Noel Grandin |
2020-04-07 | loplugin:flatten in jvmfwk | Noel Grandin |
2020-04-07 | new loplugin:unusedvariableplus | Noel Grandin |
2020-03-27 | tdf#131399 Update java settings after slight java version change | ilhan |
2020-01-25 | tdf#130137 Replace remaining uses of WNT define checks with _WIN32 | A_GAN |
2019-12-19 | sal_Char->char in idlc..linguistic | Noel Grandin |
2019-12-16 | unused #include | Stephan Bergmann |
2019-12-14 | Remove JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY, JFW_PLUGIN_FORCE_ACCESSIBILITY | Stephan Bergmann |
2019-12-14 | Remove unused jvmfwk *rc files | Stephan Bergmann |
2019-11-22 | Extend loplugin:external to warn about classes | Stephan Bergmann |
2019-10-24 | Introduce OStringChar | Stephan Bergmann |
2019-10-17 | Remove some memset calls | Mike Kaganski |
2019-10-17 | Rename OUStringLiteral1 to OUStringChar | Stephan Bergmann |
2019-08-12 | Fix typos | Andrea Gelmini |
2019-07-29 | Avoid memcpy nonnull issue | Stephan Bergmann |
2019-06-17 | simplify code | Stephan Bergmann |
2019-06-11 | Fix swapping of vector elements | Stephan Bergmann |
2019-04-27 | osl/diagnose.h and diagnostics.h are used when OSL_DEBUG_LEVEL >= 2 | Tomoyuki Kubota |
2019-04-26 | tdf#42949 Fix IWYU warnings in jvmfwk/ & jvmaccess/ | Gabor Kelemen |
2019-04-13 | loplugin:sequentialassign in embeddedobj..l10ntools | Noel Grandin |
2019-04-09 | tdf#124503: Support JRE installations with unknown java.vendor property | Stephan Bergmann |
2019-03-31 | tdf#120703 PVS: Silence V575 warnings | Mike Kaganski |
2019-02-24 | loplugin:unusedfields in helpcompiler..jvmfwk | Noel Grandin |
2019-02-09 | loplugin:indentation in jvmfwk..lotuswordpro | Noel Grandin |
2019-02-04 | Get rid of some macros | Stephan Bergmann |
2019-02-04 | Support Amazon Corretto | Mike Kaganski |
2019-01-22 | Silence bogus -Werror=clobbered (GCC 7 --enable-optimized) | Stephan Bergmann |
2019-01-22 | Support AdoptOpenJDK | himajin100000 |
2018-12-08 | Remove obsolete SAL_FALLTHROUGH completely | Stephan Bergmann |
2018-11-29 | Rename Mac OS X to official name macOS in comments and documentation | Bartosz Kosiorek |
2018-11-10 | tdf#120703 PVS: V547 Expression is always true/false | Mike Kaganski |
2018-10-27 | tdf#120703 PVS: V530 The return value of function is required to be utilized | Mike Kaganski |
2018-10-23 | clang-tidy performance-unnecessary-copy-init in idl..reportdesign | Noel Grandin |
2018-10-22 | loplugin:staticvar in various | Noel Grandin |
2018-10-14 | Remove useless constructor and destructor | Arnaud Versini |
2018-09-24 | loplugin:external (clang-cl) | Stephan Bergmann |
2018-09-17 | New loplugin:external | Stephan Bergmann |
2018-08-29 | Replace find_if with proper quantifier algorithms | Arkadiy Illarionov |