summaryrefslogtreecommitdiff
path: root/jvmfwk/source/elements.cxx
AgeCommit message (Expand)Author
2020-05-15Drop the JVM "feature" concept supportStephan Bergmann
2020-05-15Typo in commentStephan Bergmann
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2019-12-19sal_Char->char in idlc..linguisticNoel Grandin
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-07-28loplugin:oncevarNoel Grandin
2019-04-26tdf#42949 Fix IWYU warnings in jvmfwk/ & jvmaccess/Gabor Kelemen
2019-04-15improve loplugin simplifyconstructNoel Grandin
2019-04-13loplugin:sequentialassign in embeddedobj..l10ntoolsNoel Grandin
2019-04-09tdf#124503: Support JRE installations with unknown java.vendor propertyStephan Bergmann
2019-02-09loplugin:indentation in jvmfwk..lotuswordproNoel Grandin
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-08-06Add missing sal/log.hxx headersGabor Kelemen
2018-07-26jvmfwk: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2017-11-14loplugin:flatten loosen conditionNoel Grandin
2017-10-31loplugin:constantparam in i18nlangtagNoel Grandin
2017-10-23loplugin:includeform: jvmfwkStephan Bergmann
2017-10-13Use loop ranges in jvmfwkJulien Nabet
2017-05-30cleanup some OString stuff in jvmfwkNoel Grandin
2017-05-29Revert "loplugin:stringcopy"Stephan Bergmann
2017-05-19loplugin:stringcopyStephan Bergmann
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert jvmfwk from OSL_ASSERT to assertChris Sherlock
2017-04-13More std::unique_ptr<JavaInfo> lifecycle managementStephan Bergmann
2017-04-12Convert rtl_uString -> OUString in jfw_get/setVMParametersStephan Bergmann
2017-04-12Simplify jfw::VersionInfoStephan Bergmann
2017-04-12Convert some rtl_uString -> OUString in jvmfwkStephan Bergmann
2017-04-11Calls to jvmfwk/framework.hxx must not pass in null, drop JFW_E_INVALID_ARGStephan Bergmann
2017-01-17new loplugin: useuniqueptr: jvmfwk..saxNoel Grandin
2016-07-08loplugin:redundantcast: redundant static_casts in jvmfwkStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-03-10Turn JavaInfo sal_Sequence* member into rtl::ByteSequenceStephan Bergmann
2016-03-10Turn JavaInfo rtl_uString* members into OUStringStephan Bergmann
2016-03-10Manage JavaInfo instances via new/deleteStephan Bergmann
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-10Fix typosAndrea Gelmini
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-27loplugin:unusedmethodsNoel Grandin
2015-08-27Clean up sEmptyStephan Bergmann
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-27loplugin:staticfunctionNoel Grandin
2015-01-20Some more loplugin:cstylecast: jvmfwkStephan Bergmann
2014-12-04callcatcher: update unused codeCaolán McNamara
2014-08-25this code is redundant and leaks memoryMarkus Mohrhard
2014-07-01clang scan-build: various warningsCaolán McNamara