summaryrefslogtreecommitdiff
path: root/Examples/test-suite/java
Commit message (Expand)AuthorAgeFilesLines
* Java director typemaps and test tweakWilliam S Fulton2017-01-241-3/+3
* Merge branch 'andrey-starodubtsev-directorargout_and_java_typemaps'William S Fulton2017-01-242-0/+152
|\
| * WIP: #704 (java directorargout + java/typemaps.i fixes)Andrey Starodubtsev2017-01-221-0/+36
| * Merge branch 'master' into directorargout_and_java_typemapsAndrey Starodubtsev2017-01-213-0/+150
| |\
| * \ Merge branch 'master' into directorargout_and_java_typemapsAndrey Starodubtsev2016-11-021-2/+2
| |\ \
| * | | java directorargout + java/typemaps.i fixesAndrey Starodubtsev2016-06-082-0/+116
* | | | Enhance %extend to extend a class with template constructorsWilliam S Fulton2017-01-241-0/+2
* | | | Enhance %extend to extend a class with static template methodsWilliam S Fulton2017-01-241-0/+4
* | | | Enhance %extend to extend a class with template methodsWilliam S Fulton2017-01-221-0/+57
| |_|/ |/| |
* | | Merge branch 'fschlimb-templ_def_cache'William S Fulton2017-01-161-0/+18
|\ \ \
| * | | Add template_default_cache runtime testsWilliam S Fulton2017-01-161-0/+18
| |/ /
* | | Add %proxycode directive for adding code into proxy classes for C#, D and JavaWilliam S Fulton2017-01-131-0/+42
* | | Fix %rename override of wildcard %rename for templatesWilliam S Fulton2016-11-281-0/+90
| |/ |/|
* | Fix some test-suite warningsWilliam S Fulton2016-10-161-2/+2
|/
* Smart pointer to %ignored class doesn't expose inherited methods fix.William S Fulton2016-05-311-0/+19
* Fix directorin SWIGTYPE typemaps to make a copy as these are used for pass by...William S Fulton2016-05-141-0/+48
* Remove JNI checks due to numerous spurious warnings in some versions of jdk-1.8William S Fulton2016-05-011-1/+1
* Fix java testcase for jdk-1.9William S Fulton2016-05-011-1/+1
* Java - unsigned long long marshalling improvements for negative numbersWilliam S Fulton2016-03-311-2/+48
* fix handling of function pointers by %constant directivePaweł Tomulik2016-03-241-0/+4
* Correct Java runtime testWilliam S Fulton2016-03-141-4/+4
* Add C++11 std::array container support for JavaWilliam S Fulton2016-03-141-0/+82
* Merge branch 'interfaces'William S Fulton2016-03-115-4/+928
|\
| * Change the name of the interface in %feature to be more portableWilliam S Fulton2016-03-081-12/+12
| * Add limited support for %interface_impl and %shared_ptrWilliam S Fulton2016-03-061-0/+337
| * interface feature test changes for the tests to pass for all languagesWilliam S Fulton2016-03-032-6/+6
| * Test %interfaceWilliam S Fulton2016-03-031-12/+12
| * Test %interface_implWilliam S Fulton2016-03-031-2/+2
| * Support namespaces and nspace with the interface feature for JavaWilliam S Fulton2016-02-262-3/+259
| * Cosmetic test case changesWilliam S Fulton2016-02-261-83/+83
| * Add another interface test selecting just one base as an interfaceWilliam S Fulton2016-02-121-0/+10
| * Add overloading tests for interface featureWilliam S Fulton2016-02-121-0/+7
| * interfaces branch merge fixesWilliam S Fulton2016-02-111-1/+0
| * Merge branch 'interfaces' into interfaces2William S Fulton2016-02-113-1/+316
| |\
| | * Remove unnecessary interfaces for concrete classesWilliam S Fulton2016-02-101-0/+61
| | * interface tests for a most derived class inheriting the interfaces further up...William S Fulton2016-02-081-1/+76
| | * interface feature support for const ref pointers (used by the STL)William S Fulton2016-02-071-8/+43
| | * More interface feature testing for return valuesWilliam S Fulton2016-02-061-0/+9
| | * interface feature support for passing by valueWilliam S Fulton2016-02-061-0/+23
| | * interface feature support for referencesWilliam S Fulton2016-02-061-0/+14
| | * Multiple inheritance parameters as pointers testingWilliam S Fulton2016-02-061-9/+10
| | * Simplify multiple_inheritance_abstract Java runtime testWilliam S Fulton2016-02-061-60/+35
| | * Rename test functions in multiple_inheritance_abstract testcaseWilliam S Fulton2016-02-061-66/+66
| | * Cosmetic spacing changes in test caseWilliam S Fulton2016-02-051-88/+100
| | * feature:interface ported to JavaVladimir Kalinin2013-05-212-1/+111
* | | Duplicate tests that are run twice as both C and C++ tests to fix parallel ma...William S Fulton2016-02-211-0/+24
* | | Duplicate tests that are run twice as both C and C++ tests to fix parallel ma...William S Fulton2016-02-211-0/+88
|/ /
* | Director smartptr testingWilliam S Fulton2015-09-301-12/+24
* | Make (char*, size_t) typemap usable for strings of other types in Java.Vadim Zeitlin2015-08-071-0/+6
* | Enable variable and typemap substitution in typemap kwargs, and a test that v...Lindley French2015-07-222-0/+48