summaryrefslogtreecommitdiff
path: root/Examples/test-suite/java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'JS-check-fix'Olly Betts2023-05-121-0/+77
|\
| * Add li_constraints test, testing 'constraints.i'.Erez Geva2023-05-121-0/+77
* | Expand li_std_string_runme.*Olly Betts2023-05-121-0/+13
|/
* Initial support for std::string_viewOlly Betts2023-05-082-0/+147
* Fix duplicate const in generated code wrapping templatesWilliam S Fulton2023-03-081-0/+26
* Partial template specialization fixes to support default argumentsWilliam S Fulton2023-03-011-0/+49
* Fix deduction of partially specialized template parametersWilliam S Fulton2023-02-171-16/+19
* Fix seg fault using %templateWilliam S Fulton2023-01-031-0/+25
* Fix syntax error for misplaced Doxygen comment after struct/class member.William S Fulton2022-12-062-0/+18
* Improved handling of Doxygen comments in parameter listsWilliam S Fulton2022-12-051-3/+29
* Fix syntax error parsing of Doxygen comments after last enum itemWilliam S Fulton2022-12-031-0/+13
* Fix parsing of unconventional Doxygen post comments for enum items.William S Fulton2022-12-031-1/+37
* Improved template template parameters support.William S Fulton2022-12-022-2/+42
* rename cpp14_enable_if_t to cpp17_enable_if_tWilliam S Fulton2022-11-051-4/+4
* Fix infinite loop handling non-type template parametersWilliam S Fulton2022-11-051-0/+19
* Doxygen Java fix quoting for \image commandWilliam S Fulton2022-10-062-2/+3
* std::string throws typemapsWilliam S Fulton2022-09-191-0/+13
* Add catches_strings test to test throws char * typemapWilliam S Fulton2022-09-191-0/+28
* Add missing typecheck typemaps for std::auto_ptr and std::unique_ptrWilliam S Fulton2022-09-172-0/+18
* Provide SWIGTYPE MOVE typemaps in swigmove.iWilliam S Fulton2022-09-161-0/+51
* rvalue reference outputsWilliam S Fulton2022-09-081-3/+23
* Test/fixes to handle NULL pointer for unique_ptr/auto_ptrWilliam S Fulton2022-08-312-0/+16
* SWIGTYPE && input typemaps now assume object has been movedWilliam S Fulton2022-08-311-0/+1
* SWIGTYPE && input typemaps now assume object has been moved - JavaWilliam S Fulton2022-08-311-0/+16
* Rename debug in testcases to traceWilliam S Fulton2022-08-201-1/+1
* Add raw pointer handling test for virtual inheritanceWilliam S Fulton2022-08-052-60/+32
* auto_ptr and unique_ptr test tweaksWilliam S Fulton2022-08-042-2/+4
* Add machinery for C++14, C++17 and C++20 testingOlly Betts2022-07-261-0/+3
* Fix friends_runme.*Olly Betts2022-07-221-1/+1
* Order of interfaces generated for %interface macrosWilliam S Fulton2022-07-201-5/+5
* std::unique_ptr std::auto_ptr tidyupWilliam S Fulton2022-07-192-0/+8
* Add support for std::auto_ptr inputsWilliam S Fulton2022-07-181-0/+70
* Java unique_ptr test ownership enhancement to testWilliam S Fulton2022-07-171-0/+15
* Java unique_ptr enhance test for double releaseWilliam S Fulton2022-07-171-0/+21
* SWIGTYPE && input typemaps now assume object has been movedWilliam S Fulton2022-07-171-0/+60
* Add Java support for std::unique<T> for input parameters.William S Fulton2022-07-171-0/+34
* Performance optimisation for parameters passed by value that are C++11 movable.William S Fulton2022-07-081-2/+2
* Test copy constructor and assignment operator calls for movable typesWilliam S Fulton2022-07-081-0/+12
* Performance optimisation for directors for classes passed by valueWilliam S Fulton2022-07-041-0/+2
* Add std::unique supportWilliam S Fulton2022-07-021-0/+68
* Movable and move-only types supported in "out" typemaps.William S Fulton2022-06-303-2/+91
* Merge branch 'imfunc'William S Fulton2022-05-301-0/+9
|\
| * Test and document imfuncname special variable expansionWilliam S Fulton2022-05-301-0/+9
* | Add runme.class file to Java test-suite cleanWilliam S Fulton2022-05-071-0/+1
* | Recognise and ignore Doxygen group commands @{ and @}Olly Betts2022-04-071-0/+8
* | Fix warning in D test-suiteWilliam S Fulton2022-03-281-2/+2
* | Consistent cpp11 testing in test-suiteWilliam S Fulton2022-03-271-0/+1
* | %interface family of macros no longer add variable wrappersWilliam S Fulton2022-03-121-0/+2
* | Fixes for the family of %interface macros for overloaded methodsWilliam S Fulton2022-03-121-0/+65
* | Using declarations, directors and overloaded methodsWilliam S Fulton2022-03-101-0/+64