summaryrefslogtreecommitdiff
path: root/config_host/config_java.h.in
blob: 8f05ec6267cf4ffac0b188d02e3ddb4afd0552fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef CONFIG_JAVA_H
#define CONFIG_JAVA_H

/* JAVA
 *
 * Whether we have support for Java extensions, and use own Java
 * functionality).
 */

#define HAVE_FEATURE_JAVA 0

#undef JAVA_ARCH

#endif
an class='decoration'>Samuel Mehrbrodt 2020-02-04tdf#117331 Merge jurt and unoil into ridlSamuel Mehrbrodt 2019-08-12Fix typosAndrea Gelmini 2018-08-14tdf#116542 a11y: introduce STATIC roleSamuel Thibault 2018-01-27Fix typosAndrea Gelmini 2018-01-27Fix typosAndrea Gelmini 2018-01-25Fix typosAndrea Gelmini 2017-08-17Fix typosAndrea Gelmini 2017-03-25Fix typosAndrea Gelmini 2016-06-01fix compile error in SelectionDialog (java unit test)Noel Grandin 2016-05-30Convert SelectionMode to scoped enumNoel Grandin 2016-01-10Fix typosAndrea Gelmini 2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin 2015-11-05java: combine nested if statementsNoel Grandin 2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin 2015-06-09java:Non-synchronized method should not override a synchronized methodNoel Grandin 2015-05-05typo: strech -> stretchAndras Timar 2015-04-20java: remove some unused codeNoel Grandin 2015-01-05java: unnecessary method overridesNoel Grandin 2015-01-05java: remove more dead codeNoel Grandin 2015-01-05java: was passing the wrong thing to the remove methodNoel Grandin 2015-01-05java: remove unnecessary reflection in toolkit testsNoel Grandin 2015-01-05java: remove dead codeNoel Grandin 2014-12-19java: reduce visibility of some methods and fieldsNoel Grandin 2014-12-19java: fix access to always null fieldNoel Grandin 2014-12-19java: synching on a global object is not very usefulNoel Grandin 2014-12-19java: dodgy synchronisation around clearNoel Grandin 2014-12-15java: remove some unused fields and variablesNoel Grandin 2014-12-11java: remove some unnecessary interfacesNoel Grandin 2014-12-11java: reduce visibility of fields and methodsNoel Grandin 2014-12-05java: remove some unused local variablesNoel Grandin 2014-11-18java: make fields final where possibleNoel Grandin 2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini 2014-11-12java: convert fields to local variables where possibleNoel Grandin 2014-11-12java: reduce excessive code indentation levelsNoel Grandin 2014-11-10fix spelling implemenation -> implementationNoel Grandin 2014-10-30accessibility: shift by zeroRobert Antoni Buj i Gelonch 2014-10-30java: Method uses the same code for two switch clausesRobert Antoni Buj i Gelonch