Age | Commit message (Expand) | Author |
2021-07-09 | loplugin:indentation (clang-cl) | Stephan Bergmann |
2021-07-08 | Turn OSL_DEBUG_LEVEL >= 2 SelfTest into CppunitTest | Stephan Bergmann |
2021-07-07 | Revert "I suspect that we unlikely to use JRE older than 1.3.1_07" | Michael Stahl |
2021-06-29 | Enable JVM also on macOS ARM64 | Stephan Bergmann |
2021-05-14 | Improve loplugin:stringview | Stephan Bergmann |
2021-05-10 | I suspect that we unlikely to use JRE older than 1.3.1_07 | Mike Kaganski |
2021-04-21 | loplugin:stringadd replace OUStringLiteral temporaries with OUString::Concat | Noel Grandin |
2021-04-19 | Updated README.md files | Hossein |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
2021-01-29 | loplugin:stringviewparam extend to new.. | Noel |
2021-01-02 | Fix some warnings for Raspberry pi 4 (part2) | Julien Nabet |
2021-01-02 | Use Unicode paths on Windows for jvmfwk | Mike Kaganski |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-12-11 | Adapt the remaining OUString functions to std string_view | Stephan Bergmann |
2020-11-30 | loplugin:stringviewparam include comparisons with string literals | Noel |
2020-11-25 | loplugin:stringview (clang-cl) | Stephan Bergmann |
2020-11-18 | tdf#123936 Formatting files in module jvmfwk with clang-format | Philipp Hofer |
2020-11-10 | tdf#42949 Fix new IWYU warnings in directories [h-r]* | Gabor Kelemen |
2020-10-22 | Only read Java settings files in application mode | Michael Weghorn |
2020-09-22 | Manually select JDK outside /Library/Java/JavaVirtualMachines on macOS | Stephan Bergmann |
2020-09-17 | jvmfwk: add vendorbase entry for Windows Arm64 | Jan-Marek Glogowski |
2020-09-16 | Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uString | Stephan Bergmann |
2020-08-31 | Simplify some code involving SAL_PATHSEPARATOR and OString/OUStringBuffer | Stephan Bergmann |
2020-08-28 | Change OUStringLiteral from char[] to char16_t[] | Stephan Bergmann |
2020-08-19 | Fix typos | Andrea Gelmini |
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-10 | replace usage of blacklist with excludelist for IWYU | Thorsten Behrens |
2020-07-02 | tdf#129264: Make javaldx always print a line upon successful execution | Stephan Bergmann |
2020-07-01 | Upcoming improved loplugin:staticanonymous -> redundantstatic: jvmfwk | Stephan Bergmann |
2020-06-22 | tdf#134167: jfw_plugin_getAllJavaInfos can successfully return empty list | Stephan Bergmann |
2020-05-27 | tdf#131572 Add java 9 module info for libreoffice.jar | Samuel Mehrbrodt |
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 | Typo in comment | 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-05-07 | jfw::isAccessibilitySupportDesired is obsolete | Thorsten Behrens |
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-03-09 | improve loplugin:unusedfields | Noel Grandin |
2020-02-21 | Drop o3tl::optional wrapper | Stephan Bergmann |
2020-02-16 | GBUILD_TRACE, support for finding out where the build time is spent | Luboš Luňák |
2020-02-03 | tdf#96505: Get rid of cargo cult long integer literals | Desmin Alpaslan |
2020-01-25 | tdf#130137 Replace remaining uses of WNT define checks with _WIN32 | A_GAN |