summaryrefslogtreecommitdiff
path: root/Examples/test-suite/octave
Commit message (Expand)AuthorAgeFilesLines
* Add li_constraints test, testing 'constraints.i'.Erez Geva2023-05-121-0/+62
* Remove undocumented and non-existent STL std::carrayWilliam S Fulton2023-04-261-52/+0
* Polymorphism in R wrappers fixed for C++ structsWilliam S Fulton2022-10-241-0/+5
* std::string throws typemapsWilliam S Fulton2022-09-191-0/+13
* Add catches_strings test to test throws char * typemapWilliam S Fulton2022-09-191-0/+19
* Add missing typecheck typemaps for std::auto_ptr and std::unique_ptrWilliam S Fulton2022-09-172-0/+24
* Provide SWIGTYPE MOVE typemaps in swigmove.iWilliam S Fulton2022-09-161-0/+37
* rvalue reference outputsWilliam S Fulton2022-09-081-1/+22
* Test/fixes to handle NULL pointer for unique_ptr/auto_ptrWilliam S Fulton2022-08-312-0/+24
* Octave - SWIG now marshalls a C/C++ NULL pointer into the null matrix, []William S Fulton2022-08-311-0/+10
* SWIGTYPE && input typemaps now assume object has been movedWilliam S Fulton2022-08-311-0/+64
* Correct raw pointer handling test for virtual inheritanceWilliam S Fulton2022-08-112-2/+2
* Add raw pointer handling test for virtual inheritanceWilliam S Fulton2022-08-052-18/+27
* auto_ptr and unique_ptr test tweaksWilliam S Fulton2022-08-042-2/+4
* Add Octave support for std::unique_ptr and std::auto_ptrWilliam S Fulton2022-08-022-0/+217
* 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
* Octave argcargvtestXavier Delacour2022-05-211-0/+29
* Add argcargv test case to test-suiteWilliam S Fulton2022-05-151-29/+0
* Consistent cpp11 testing in test-suiteWilliam S Fulton2022-03-271-0/+1
* Shorten testcase variable names for Scilab 6 to workWilliam S Fulton2021-11-151-7/+7
* Split C complex.h from C++ complex testingWilliam S Fulton2020-10-101-8/+0
* Octave: error() must be called with an argumentKarl Wette2020-08-2777-308/+308
* Octave: use pre-compiled headers to speed up test suite, if supportedKarl Wette2020-05-311-0/+18
* Python STL container method overloading fixWilliam S Fulton2019-08-061-0/+37
* Split testcases li_std_wstring.i and li_std_wstring_inherit.iWilliam S Fulton2019-07-221-95/+0
* Remove deprecated calls in Octave testcasesWilliam S Fulton2019-06-272-12/+12
* Fix overloading for non-pointers and NULL - OctaveWilliam S Fulton2018-12-301-0/+52
* Misc. typosluz.paz2018-05-171-2/+2
* Examples/Makefile.in: unset OCTAVE_PATH when running Octave for testsKarl Wette2018-05-121-1/+1
* Run overload_complicated testcaseWilliam S Fulton2017-10-041-8/+8
* Fix C# std::complex pass by value typemapsWilliam S Fulton2017-10-021-1/+2
* Add missing declaration for std::complexWilliam S Fulton2017-10-021-4/+9
* Add std::shared_ptr testcases to OctaveWilliam S Fulton2017-09-251-0/+6
* Rename func to funk in tests to avoid Go keyword problemsWilliam S Fulton2017-06-162-3/+3
* Remove unused cvsignore targetWilliam S Fulton2017-03-101-14/+0
* Octave: do not dump Octave core in examples/test suite scriptsKarl Wette2017-01-0183-0/+415
* Duplicate tests that are run twice as both C and C++ tests to fix parallel ma...William S Fulton2016-02-211-0/+19
* rename overload_extendc testcaseWilliam S Fulton2016-02-211-2/+2
* Duplicate tests that are run twice as both C and C++ tests to fix parallel ma...William S Fulton2016-02-211-0/+12
* Duplicate tests that are run twice as both C and C++ tests to fix parallel ma...William S Fulton2016-02-211-0/+10
* Duplicate tests that are run twice as both C and C++ tests to fix parallel ma...William S Fulton2016-02-211-0/+2
* li_boost_shared_ptr tests cleanupWilliam S Fulton2015-09-251-1/+0
* Consistent quoting in MakefileWilliam S Fulton2015-08-211-1/+1
* Fix default_constructor_runme.m testOrion Poplawski2015-07-101-16/+2
* Don't generate constructor wrappers if a base class has a private constructorWilliam S Fulton2015-07-071-9/+0
* Attempting fixes for Octave shared_ptr supportJeremy2015-01-051-0/+566
* Add c++11 strongly typed enums runtime test for OctaveWilliam S Fulton2014-11-291-0/+166
* Octave: remove '\' line continuation in director_detect_runme.mKarl Wette2014-10-041-2/+2
* Set SRCDIR when calling test-suite clean targets, in case it's neededKarl Wette2014-05-291-1/+1