summaryrefslogtreecommitdiffstats
path: root/jvmfwk/plugins
Commit message (Expand)AuthorAgeFilesLines
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-261-7/+7
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-202-6/+6
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-181-2/+1
* clang-tidy performance-unnecessary-value-param in variousNoel Grandin2016-04-141-1/+1
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-123-4/+0
* tdf#94306 replace boost::noncopyable ...Jochen Nitschke2016-04-111-2/+4
* Fix memory leaksStephan Bergmann2016-03-101-8/+7
* No more need for jfw_freeJavaInfoStephan Bergmann2016-03-101-1/+1
* Turn JavaInfo sal_Sequence* member into rtl::ByteSequenceStephan Bergmann2016-03-101-4/+3
* Turn JavaInfo rtl_uString* members into OUStringStephan Bergmann2016-03-101-10/+4
* Manage JavaInfo instances via new/deleteStephan Bergmann2016-03-101-3/+1
* include/jvmfwk/*.h -> .hxx (only ever included from C++ code)Stephan Bergmann2016-03-091-1/+1
* use consistent #define checks for the Windows platformNoel Grandin2016-02-174-12/+12
* Remove excess newlinesChris Sherlock2016-02-094-9/+0
* jvmfwk/plugins: clean-up in util.cxxDouglas Mencken2016-01-061-15/+4
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-243-7/+7
* 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-106-27/+27
* new loplugin: oncevarNoel Grandin2015-11-091-4/+2
* 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
* tdf#94716 allow Oracle's JDK to be used on OS X 10.10 and 10.11Patrick Luby2015-11-045-11/+181
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-124-11/+11
* Fix typosAndrea Gelmini2015-09-301-2/+2
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-312-4/+4
* 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
* loplugin:simplifyboolStephan Bergmann2015-07-163-4/+4
* tdf#92483 fix initializing JRE on Win 64bit (load java's msvcr100.dll)Christian Lohmaier2015-07-111-1/+1
* jvmfwk: pluginlib: Add support for mips64.Heiher2015-07-101-0/+2
* Fix typosAndrea Gelmini2015-07-032-2/+2
* Fix typosAndrea Gelmini2015-06-301-2/+2
* jvmfwk: pass along -Xss to JVM on AMD64 tooMichael Stahl2015-06-241-2/+2
* jvmfwk: slighly misleading error messageMichael Stahl2015-06-241-1/+1
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-172-8/+8
* cppcheck:redundantAssignmentNoel Grandin2015-06-152-10/+7
* java:regulatize the order of 'final' and public/privateNoel Grandin2015-06-111-1/+1
* loplugin:loopvartoosmallNoel Grandin2015-06-011-1/+1
* Support Azul Zulu JRE on Linux and Mac OS X, tooStephan Bergmann2015-05-291-1/+2
* Support Azul Zulu JRE (at least on Windows)Stephan Bergmann2015-05-272-1/+3
* fprintf -> SAL_INFOStephan Bergmann2015-05-272-8/+2
* More loplugin:simplifyboolStephan Bergmann2015-04-275-8/+8
* Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2015-04-231-1/+1
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-2/+2
* loplugin:staticfunctionNoel Grandin2015-03-271-1/+1