summaryrefslogtreecommitdiff
path: root/jvmfwk/source/framework.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-05-22Convert javaPluginError to scoped enumNoel Grandin1-19/+19
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-03-10No more need for jfw_freeJavaInfoStephan Bergmann1-14/+8
2016-03-10Turn JavaInfo sal_Sequence* member into rtl::ByteSequenceStephan Bergmann1-10/+2
2016-03-10Turn JavaInfo rtl_uString* members into OUStringStephan Bergmann1-15/+5
2016-03-10Manage JavaInfo instances via new/deleteStephan Bergmann1-11/+7
2016-03-10No need to repeat SAL_CALL in definitionsStephan Bergmann1-20/+18
2016-03-10No need for extern "C" hereStephan Bergmann1-6/+6
2016-03-09include/jvmfwk/*.h -> .hxx (only ever included from C++ code)Stephan Bergmann1-1/+1
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-43/+43
2015-10-27loplugin:unusedmethodsNoel Grandin1-26/+0
2015-07-16loplugin:simplifyboolStephan Bergmann1-2/+2
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-3/+3
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-05-08std::ptr_fun became deprecated since C++11Takeshi Abe1-2/+2
2015-04-27More loplugin:simplifyboolStephan Bergmann1-5/+4
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-3/+3
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2014-12-15Check each potential JRE location only onceStephan Bergmann1-4/+12
2014-12-15fdo#83753: consider JAVA_HOME and PATH when selecting JREMichael Weghorn1-101/+180
2014-12-15Remove unused cModule leftoversStephan Bergmann1-8/+4
2014-12-04callcatcher: update unused codeCaolán McNamara1-10/+0
2014-11-19changed type of parameters from rtl_uString to OUStringMichael Weghorn1-18/+20
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-13coverity#1066164 Resource leakCaolán McNamara1-0/+2
2014-10-09vendorplugin.h is jvmfwk-internal (and no need for extern "C")Stephan Bergmann1-1/+1
2014-10-09Remove jvmfwk plugin featureStephan Bergmann1-241/+36
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-8/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-05-08Remove unused jfw_setJRELocationsStephan Bergmann1-27/+2
2014-02-18jvmfwk: sal_Bool -> boolStephan Bergmann1-1/+1
2014-01-28bool improvementsStephan Bergmann1-2/+2
2014-01-27bool improvementsStephan Bergmann1-4/+4
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann1-4/+4
2014-01-21bool improvementsStephan Bergmann1-2/+2
2013-04-17-Werror=unused-macros (MinGW, USE_ACCESSIBILITY_FILE)Stephan Bergmann1-7/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-34/+34
2013-04-05Drop jvmaccess and jvmfwk when no SOLAR_JAVATor Lillqvist1-45/+0
2013-03-27-Wunused-macrosStephan Bergmann1-1/+0
2013-03-22warning: unknown log area 'jvmfwk' [loplugin]Tor Lillqvist1-1/+1
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-4/+2
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-5/+5
2012-12-18Let JavaVirtualMachine::getJavaVm start the VM it already foundStephan Bergmann1-68/+76
2012-10-08TypoTor Lillqvist1-1/+1
2012-10-08Fix for !SOLAR_JAVATor Lillqvist1-6/+44
2012-10-07Move the #ifndef DISABLE_DYNLOADING a bit earlierTor Lillqvist1-1/+1
2012-10-07Handle lack of module loading/unloading API when DISABLE_DYNLOADINGTor Lillqvist1-11/+77
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-1/+1