summaryrefslogtreecommitdiff
path: root/ridljar
AgeCommit message (Expand)AuthorFilesLines
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-1/+3
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2020-11-30Adapt buck build to jars merged into libreoffice.jarRene Engelhard2-4/+31
2020-09-25socket cannot be null at this pointNoel Grandin1-5/+3
2020-09-01Fix typo in codeAndrea Gelmini1-1/+1
2020-08-21Fix typosAndrea Gelmini1-1/+1
2020-08-05add dependency to juh,jurt,ridl,unoil pomsRene Engelhard1-0/+10
2020-05-27tdf#131572 Add java 9 module info for unoloader.jarSamuel Mehrbrodt3-1/+24
2020-05-27tdf#131572 Add java 9 module info for libreoffice.jarSamuel Mehrbrodt2-1/+147
2020-05-07add pom for libreoffice.jarRene Engelhard1-0/+44
2020-05-06Move all public Java classes to libreoffice.jarSamuel Mehrbrodt36-113/+6244
2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák2-0/+4
2020-02-10Cleanup: Move unit tests to ridljarSamuel Mehrbrodt34-0/+4132
2020-02-10Cleanup: Move files to ridljarSamuel Mehrbrodt55-54/+10292
2020-02-06These JunitTests can be plain check, not subsequentcheckStephan Bergmann1-3/+1
2020-02-04tdf#117331 Merge jurt and unoil into ridlSamuel Mehrbrodt4-5/+108
2019-08-12Fix typosAndrea Gelmini2-2/+2
2019-07-26Fix typosAndrea Gelmini1-1/+1
2019-05-27@deprecated should be with @DeprecatedTomoyuki Kubota6-0/+14
2018-07-08Fix typoAndrea Gelmini1-3/+3
2018-04-16Use https instead of httpGulsah Kose2-2/+2
2018-01-26Fix typosAndrea Gelmini1-1/+1
2017-08-25i#32546# - Java UnoRuntime.getUniqueKey/generateOid do not work reliablyDamjan Jovanovic1-1/+13
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-1/+1
2017-02-03TyposJulien Nabet1-1/+1
2016-06-07error: unknown tag: internalStephan Bergmann1-3/+6
2016-06-07[API CHANGE] Drop deprecated I*Description interfacesNoel Grandin12-473/+269
2016-05-16Fix typosAndrea Gelmini1-1/+1
2016-05-13Related tdf#99272: Prevent bogus com.sun.star.uno.Type(Short[].class) etc.Stephan Bergmann2-34/+65
2016-02-17ridljar: fix javadoc warningsMichael Stahl3-0/+23
2015-12-03Add build toolchain to upload LibreOffice API to Maven CentralDavid Ostrovsky2-0/+40
2015-12-01Expose metadata to deploy LibreOffice artifacts on Maven CentralDavid Ostrovsky2-0/+88
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin2-19/+8
2015-10-20coverity#1326356 presumably a deliberate fall throughCaolán McNamara1-0/+1
2015-10-15[API CHANGE] Remove deprecated com.sun.star.uno.Union classStephan Bergmann2-38/+0
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin1-2/+2
2014-12-16java: remove OOoRunnerLightNoel Grandin1-1/+1
2014-11-18java: make fields final where possibleNoel Grandin1-1/+1
2014-11-18java: rather use @Deprecated annotationNoel Grandin1-2/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-09-28ridljar: Any_Test & UnoRuntime_Test (JUnit)Robert Antoni Buj i Gelonch2-6/+10
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin2-5/+5
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin1-2/+0
2014-08-19java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin1-1/+1
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin1-1/+1
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin1-1/+1
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin3-7/+7
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin3-0/+4
2014-08-08java: remove dead methodsNoel Grandin1-4/+0
2014-08-04java: implement optimisation in UnoRuntime#setCurrentContextNoel Grandin1-2/+5