summaryrefslogtreecommitdiff
path: root/Examples/test-suite/csharp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'JS-check-fix'Olly Betts2023-05-121-0/+57
|\
| * Add li_constraints test, testing 'constraints.i'.Erez Geva2023-05-121-0/+57
* | Expand li_std_string_runme.*Olly Betts2023-05-121-2/+15
|/
* Initial support for std::string_viewOlly Betts2023-05-082-0/+136
* std_array.i std_vector.i tweaksWilliam S Fulton2023-03-221-0/+15
* std::string throws typemapsWilliam S Fulton2022-09-191-0/+12
* Add catches_strings test to test throws char * typemapWilliam S Fulton2022-09-191-0/+20
* 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/+37
* rvalue reference outputsWilliam S Fulton2022-09-081-2/+22
* 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-312-1/+67
* Rename debug in testcases to traceWilliam S Fulton2022-08-202-5/+5
* Add raw pointer handling test for virtual inheritanceWilliam S Fulton2022-08-052-69/+33
* 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
* std::unique_ptr std::auto_ptr tidyupWilliam S Fulton2022-07-192-10/+18
* Add support for std::auto_ptr inputsWilliam S Fulton2022-07-181-0/+63
* Add C# support std::unique_ptr inputsWilliam S Fulton2022-07-171-0/+63
* 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/+11
* Performance optimisation for directors for classes passed by valueWilliam S Fulton2022-07-041-0/+2
* Add std::unique supportWilliam S Fulton2022-07-021-0/+64
* Movable and move-only types supported in "out" typemaps.William S Fulton2022-06-303-6/+41
* Add move assignment operator to SwigValueWrapperWilliam S Fulton2022-06-161-0/+25
* Merge branch 'imfunc'William S Fulton2022-05-301-0/+16
|\
| * Add special variable imfuncname expansion for C# and DWilliam S Fulton2022-05-301-0/+16
* | Final tidy up for improved C# SwigDerviedClassHasMethod implementationWilliam S Fulton2022-05-261-1/+1
* | Add C# wchar_t * director typemapsWilliam S Fulton2022-05-041-2/+0
* | C# std::wstring director supportWilliam S Fulton2022-05-041-2/+19
* | Apply C# test updates for directors with std::wstring supplied by wsfultontartanpaint2022-05-042-0/+42
* | Add support for throwing wstring exceptionsWilliam S Fulton2022-05-021-0/+18
* | Add support for wchar_t * and std::wstring Unicode strings on LinuxWilliam S Fulton2022-05-021-13/+57
* | 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/+58
* | Using declarations, directors and overloaded methodsWilliam S Fulton2022-03-101-0/+70
* | More director const std::string& testing and C# leak fixWilliam S Fulton2022-02-131-0/+13
* | director_property testcase for C# and JavaWilliam S Fulton2022-02-131-0/+51
* | director string testing additionsWilliam S Fulton2022-02-121-0/+58
|/
* Parse common cases of `<` and `>` comparisonsOlly Betts2022-01-252-0/+4
* Fix comment typoOlly Betts2022-01-241-1/+1
* Fix Java %interface family of macrosWilliam S Fulton2021-04-273-0/+29
* Add and improve Ruby test cases in the context of nesting and namespacesThomas Reitmayr2020-12-162-0/+26
* Extend C# wchar_t member test to pass unicode stringsGareth Francis2020-09-121-0/+7
* Add test for wchar_t members to li_std_string.iGareth Francis2020-09-121-0/+7
* Add C# support for void *VOID_INT_PTR member variablesWilliam S Fulton2020-08-131-0/+6
* Merge branch 'shared-ptr-template-upcast'William S Fulton2020-01-172-0/+16
|\