summaryrefslogtreecommitdiff
path: root/Examples/test-suite/java
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Don't generate constructor wrappers if a base class has a private constructorWilliam S Fulton2015-07-071-8/+0
* | Fix incorrect test case codeWilliam S Fulton2015-07-061-1/+1
* | Fix array overrun in li_carrays testcaseWilliam S Fulton2015-07-041-1/+1
* | Fix C++11 type aliasing seg fault.William S Fulton2015-06-091-0/+20
* | Fix shared_ptr of classes with private constructors and destructors.William S Fulton2015-05-141-0/+7
* | Fix Java multi-argument typemaps (char *STRING, size_t LENGTH)William S Fulton2015-05-101-0/+12
* | Merge pull request #403 from LindleyF/masterOlly Betts2015-05-071-0/+71
|\ \
| * | Added missing untracked files.Lindley French2015-05-041-0/+71
* | | Add support for friend templates, including operator overloading.William S Fulton2015-05-051-0/+28
|/ /
* | Fix preproc_line_file testWilliam S Fulton2015-01-261-1/+1
* | Fix abort using template default parametersWilliam S Fulton2014-12-281-0/+5
* | Warning suppressions in testsWilliam S Fulton2014-12-221-1/+1
* | Add testcase for nested inner class deriving from a templated base class and ...William S Fulton2014-12-191-0/+27
* | Partial support for %constant and structsWilliam S Fulton2014-12-181-0/+22