Age | Commit message (Expand) | Author | Files | Lines |
2024-07-20 | Remove now unneeded osl/diagnose.h | Gabor Kelemen | 1 | -0/+1 |
2024-05-12 | WaE: C6011 Dereferencing NULL pointer warnings | Caolán McNamara | 1 | -1/+1 |
2024-05-12 | WaE: C6011 Dereferencing NULL pointer warnings | Caolán McNamara | 1 | -1/+1 |
2023-11-20 | Extended loplugin:ostr: jvmfwk | Stephan Bergmann | 1 | -10/+10 |
2023-10-20 | Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: jvmfwk | Stephan Bergmann | 1 | -2/+2 |
2023-06-27 | loplugin:stringstatic look for more strings | Noel Grandin | 1 | -1/+1 |
2021-11-16 | rtl::Static->thread-safe static in jvmfwk | Noel Grandin | 1 | -1/+1 |
2021-09-01 | clang-tidy:readability-redundant-member-init | Noel Grandin | 1 | -5/+1 |
2020-05-15 | Drop the JVM "feature" concept support | Stephan Bergmann | 1 | -18/+8 |
2020-05-15 | Typo in comment | Stephan Bergmann | 1 | -1/+1 |
2020-02-21 | Drop o3tl::optional wrapper | Stephan Bergmann | 1 | -13/+13 |
2019-12-19 | sal_Char->char in idlc..linguistic | Noel Grandin | 1 | -1/+1 |
2019-12-01 | Introduce o3tl::optional as an alias for std::optional | Stephan Bergmann | 1 | -13/+13 |
2019-07-28 | loplugin:oncevar | Noel Grandin | 1 | -10/+5 |
2019-04-26 | tdf#42949 Fix IWYU warnings in jvmfwk/ & jvmaccess/ | Gabor Kelemen | 1 | -2/+0 |
2019-04-15 | improve loplugin simplifyconstruct | Noel Grandin | 1 | -10/+5 |
2019-04-13 | loplugin:sequentialassign in embeddedobj..l10ntools | Noel Grandin | 1 | -24/+12 |
2019-04-09 | tdf#124503: Support JRE installations with unknown java.vendor property | Stephan Bergmann | 1 | -2/+2 |
2019-02-09 | loplugin:indentation in jvmfwk..lotuswordpro | Noel Grandin | 1 | -1/+1 |
2018-10-19 | clang-tidy readability-container-size-empty | Noel Grandin | 1 | -2/+2 |
2018-09-17 | New loplugin:external | Stephan Bergmann | 1 | -1/+1 |
2018-08-06 | Add missing sal/log.hxx headers | Gabor Kelemen | 1 | -0/+1 |
2018-07-26 | jvmfwk: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9) | Stephan Bergmann | 1 | -4/+0 |
2017-11-14 | loplugin:flatten loosen condition | Noel Grandin | 1 | -4/+1 |
2017-10-31 | loplugin:constantparam in i18nlangtag | Noel Grandin | 1 | -6/+5 |
2017-10-23 | loplugin:includeform: jvmfwk | Stephan Bergmann | 1 | -10/+10 |
2017-10-13 | Use loop ranges in jvmfwk | Julien Nabet | 1 | -9/+6 |
2017-05-30 | cleanup some OString stuff in jvmfwk | Noel Grandin | 1 | -6/+3 |
2017-05-29 | Revert "loplugin:stringcopy" | Stephan Bergmann | 1 | -1/+1 |
2017-05-19 | loplugin:stringcopy | Stephan Bergmann | 1 | -1/+1 |
2017-05-07 | revert OSL_ASSERT changes | Chris Sherlock | 1 | -3/+3 |
2017-05-07 | tdf#43157: convert jvmfwk from OSL_ASSERT to assert | Chris Sherlock | 1 | -3/+3 |
2017-04-13 | More std::unique_ptr<JavaInfo> lifecycle management | Stephan Bergmann | 1 | -12/+8 |
2017-04-12 | Convert rtl_uString -> OUString in jfw_get/setVMParameters | Stephan Bergmann | 1 | -31/+6 |
2017-04-12 | Simplify jfw::VersionInfo | Stephan Bergmann | 1 | -37/+0 |
2017-04-12 | Convert some rtl_uString -> OUString in jvmfwk | Stephan Bergmann | 1 | -5/+3 |
2017-04-11 | Calls to jvmfwk/framework.hxx must not pass in null, drop JFW_E_INVALID_ARG | Stephan Bergmann | 1 | -3/+7 |
2017-01-17 | new loplugin: useuniqueptr: jvmfwk..sax | Noel Grandin | 1 | -1/+0 |
2016-07-08 | loplugin:redundantcast: redundant static_casts in jvmfwk | Stephan Bergmann | 1 | -1/+1 |
2016-04-20 | loplugin:salbool: Automatic rewrite of sal_False/True | Stephan Bergmann | 1 | -3/+3 |
2016-03-10 | Turn JavaInfo sal_Sequence* member into rtl::ByteSequence | Stephan Bergmann | 1 | -2/+1 |
2016-03-10 | Turn JavaInfo rtl_uString* members into OUString | Stephan Bergmann | 1 | -6/+3 |
2016-03-10 | Manage JavaInfo instances via new/delete | Stephan Bergmann | 1 | -3/+1 |
2016-02-17 | use consistent #define checks for the Windows platform | Noel Grandin | 1 | -1/+1 |
2016-02-09 | Remove excess newlines | Chris Sherlock | 1 | -2/+0 |
2016-01-10 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann | 1 | -53/+53 |
2015-10-27 | loplugin:unusedmethods | Noel Grandin | 1 | -21/+0 |
2015-08-27 | Clean up sEmpty | Stephan Bergmann | 1 | -4/+3 |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann | 1 | -2/+2 |