summaryrefslogtreecommitdiff
path: root/jvmfwk/source/framework.cxx
AgeCommit message (Expand)Author
2016-03-10No more need for jfw_freeJavaInfoStephan 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-03-10No need to repeat SAL_CALL in definitionsStephan Bergmann
2016-03-10No need for extern "C" hereStephan Bergmann
2016-03-09include/jvmfwk/*.h -> .hxx (only ever included from C++ code)Stephan Bergmann
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-27loplugin:unusedmethodsNoel Grandin
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-05-08std::ptr_fun became deprecated since C++11Takeshi Abe
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2014-12-15Check each potential JRE location only onceStephan Bergmann
2014-12-15fdo#83753: consider JAVA_HOME and PATH when selecting JREMichael Weghorn
2014-12-15Remove unused cModule leftoversStephan Bergmann
2014-12-04callcatcher: update unused codeCaolán McNamara
2014-11-19changed type of parameters from rtl_uString to OUStringMichael Weghorn
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-13coverity#1066164 Resource leakCaolán McNamara
2014-10-09vendorplugin.h is jvmfwk-internal (and no need for extern "C")Stephan Bergmann
2014-10-09Remove jvmfwk plugin featureStephan Bergmann
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-08Remove unused jfw_setJRELocationsStephan Bergmann
2014-02-18jvmfwk: sal_Bool -> boolStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2014-01-27bool improvementsStephan Bergmann
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
2014-01-21bool improvementsStephan Bergmann
2013-04-17-Werror=unused-macros (MinGW, USE_ACCESSIBILITY_FILE)Stephan Bergmann
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05Drop jvmaccess and jvmfwk when no SOLAR_JAVATor Lillqvist
2013-03-27-Wunused-macrosStephan Bergmann
2013-03-22warning: unknown log area 'jvmfwk' [loplugin]Tor Lillqvist
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2012-12-18Let JavaVirtualMachine::getJavaVm start the VM it already foundStephan Bergmann
2012-10-08TypoTor Lillqvist
2012-10-08Fix for !SOLAR_JAVATor Lillqvist
2012-10-07Move the #ifndef DISABLE_DYNLOADING a bit earlierTor Lillqvist
2012-10-07Handle lack of module loading/unloading API when DISABLE_DYNLOADINGTor Lillqvist
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini
2012-08-10Related fdo#51252: No more prereg, no more unopkg syncStephan Bergmann
2012-07-13re-base on ALv2 code. Includes:Michael Meeks