summaryrefslogtreecommitdiff
path: root/jvmfwk
AgeCommit message (Expand)AuthorFilesLines
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann3-3/+3
2016-08-05(initial) sparc64 portJames Clarke1-1/+1
2016-07-22Related: tdf#101057 inherit MalformedVersionException from std::exceptionCaolán McNamara1-1/+1
2016-07-22Related: tdf#101057 allow java update version number > 99Caolán McNamara1-3/+3
2016-07-08loplugin:redundantcast: redundant static_casts in jvmfwkStephan Bergmann1-1/+1
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen1-1/+1
2016-06-15passing a NULL pointer to fileno is not allowedMarkus Mohrhard1-0/+3
2016-05-22Convert javaPluginError to scoped enumNoel Grandin3-97/+97
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-0/+2
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-30Fix typosAndrea Gelmini1-1/+1
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-7/+7
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann4-11/+11
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-2/+1
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin2-2/+2
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke3-4/+0
2016-04-11tdf#94306 replace boost::noncopyable ...Jochen Nitschke1-2/+4
2016-04-05Values read from the Windows registry shouldn't be assert'edStephan Bergmann1-2/+3
2016-03-15tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-6/+2
2016-03-10Fix memory leaksStephan Bergmann1-8/+7
2016-03-10No more need for jfw_freeJavaInfoStephan Bergmann3-19/+12
2016-03-10Turn JavaInfo sal_Sequence* member into rtl::ByteSequenceStephan Bergmann3-16/+6
2016-03-10Turn JavaInfo rtl_uString* members into OUStringStephan Bergmann3-31/+12
2016-03-10Manage JavaInfo instances via new/deleteStephan Bergmann3-17/+9
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 Bergmann5-7/+7
2016-02-17use consistent #define checks for the Windows platformNoel Grandin8-17/+17
2016-02-09Remove excess newlinesChris Sherlock9-20/+0
2016-02-08loplugin:unusedmethodsNoel Grandin2-3/+0
2016-01-10Fix typosAndrea Gelmini1-1/+1
2016-01-06jvmfwk/plugins: clean-up in util.cxxDouglas Mencken1-15/+4
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara4-11/+11
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann2-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann10-133/+133
2015-11-09new loplugin: oncevarNoel Grandin2-15/+7
2015-11-05java: combine nested if statementsNoel Grandin1-4/+2
2015-11-04Avoid using reserved identifiers, add missing includesStephan Bergmann1-2/+6
2015-11-04Add mode linesStephan Bergmann2-0/+8
2015-11-04loplugin:passstuffbyrefStephan Bergmann2-2/+2
2015-11-04yyyyyNoel Grandin1-13/+5
2015-11-04tdf#94716 allow Oracle's JDK to be used on OS X 10.10 and 10.11Patrick Luby6-11/+195
2015-10-27loplugin:unusedmethodsNoel Grandin3-52/+0
2015-10-25tdf#39440: fix several warnings reported by cppcheckSerge Krot1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-11/+11
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-9/+9
2015-10-01loplugin:unusedmethodsNoel Grandin1-4/+0
2015-09-30Fix typosAndrea Gelmini1-2/+2
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann3-6/+6