summaryrefslogtreecommitdiffstats
path: root/jvmfwk
Commit message (Expand)AuthorAgeFilesLines
* Related: tdf#101057 inherit MalformedVersionException from std::exceptionCaolán McNamara2016-07-261-1/+1
* Related: tdf#101057 allow java update version number > 99Caolán McNamara2016-07-221-3/+3
* passing a NULL pointer to fileno is not allowed, tdf#38913Markus Mohrhard2016-06-171-0/+3
* Convert javaPluginError to scoped enumNoel Grandin2016-05-223-97/+97
* Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann2016-05-101-0/+2
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-1/+1
* Fix typosAndrea Gelmini2016-04-301-1/+1
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-261-7/+7
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-204-11/+11
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-181-2/+1
* clang-tidy performance-unnecessary-value-param in variousNoel Grandin2016-04-142-2/+2
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-123-4/+0
* tdf#94306 replace boost::noncopyable ...Jochen Nitschke2016-04-111-2/+4
* Values read from the Windows registry shouldn't be assert'edStephan Bergmann2016-04-051-2/+3
* tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-03-151-6/+2
* Fix memory leaksStephan Bergmann2016-03-101-8/+7
* No more need for jfw_freeJavaInfoStephan Bergmann2016-03-103-19/+12
* Turn JavaInfo sal_Sequence* member into rtl::ByteSequenceStephan Bergmann2016-03-103-16/+6
* Turn JavaInfo rtl_uString* members into OUStringStephan Bergmann2016-03-103-31/+12
* Manage JavaInfo instances via new/deleteStephan Bergmann2016-03-103-17/+9
* No need to repeat SAL_CALL in definitionsStephan Bergmann2016-03-101-20/+18
* No need for extern "C" hereStephan Bergmann2016-03-101-6/+6
* include/jvmfwk/*.h -> .hxx (only ever included from C++ code)Stephan Bergmann2016-03-095-7/+7
* use consistent #define checks for the Windows platformNoel Grandin2016-02-178-17/+17
* Remove excess newlinesChris Sherlock2016-02-099-20/+0
* loplugin:unusedmethodsNoel Grandin2016-02-082-3/+0
* Fix typosAndrea Gelmini2016-01-101-1/+1
* jvmfwk/plugins: clean-up in util.cxxDouglas Mencken2016-01-061-15/+4
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-244-11/+11
* Don't assume sal_Unicode is unsigned shortStephan Bergmann2015-11-171-1/+1
* loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann2015-11-102-2/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1010-133/+133
* new loplugin: oncevarNoel Grandin2015-11-092-15/+7
* java: combine nested if statementsNoel Grandin2015-11-051-4/+2
* Avoid using reserved identifiers, add missing includesStephan Bergmann2015-11-041-2/+6
* Add mode linesStephan Bergmann2015-11-042-0/+8
* loplugin:passstuffbyrefStephan Bergmann2015-11-042-2/+2
* yyyyyNoel Grandin2015-11-041-13/+5
* tdf#94716 allow Oracle's JDK to be used on OS X 10.10 and 10.11Patrick Luby2015-11-046-11/+195
* loplugin:unusedmethodsNoel Grandin2015-10-273-52/+0
* tdf#39440: fix several warnings reported by cppcheckSerge Krot2015-10-251-2/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-124-11/+11
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-122-9/+9
* loplugin:unusedmethodsNoel Grandin2015-10-011-4/+0
* Fix typosAndrea Gelmini2015-09-301-2/+2
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-313-6/+6
* Clean up sEmptyStephan Bergmann2015-08-271-4/+3
* loplugin:defaultparamsStephan Bergmann2015-08-231-1/+1
* tdf#39440 reduce scope of local variablesMichael Weghorn2015-08-222-2/+2
* loplugin: defaultparamsNoel Grandin2015-08-111-1/+1