summaryrefslogtreecommitdiff
path: root/Examples/test-suite/tcl
Commit message (Expand)AuthorAgeFilesLines
* std::string throws typemapsWilliam S Fulton2022-09-191-0/+13
* Add catches_strings test to test throws char * typemapWilliam S Fulton2022-09-191-0/+18
* 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/+35
* Correct TCL integers testcase for 32-bit platformsWilliam S Fulton2022-09-091-1/+3
* rvalue reference outputsWilliam S Fulton2022-09-081-1/+21
* Test/fixes to handle NULL pointer for unique_ptr/auto_ptrWilliam S Fulton2022-08-312-0/+18
* SWIGTYPE && input typemaps now assume object has been movedWilliam S Fulton2022-08-311-0/+62
* 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/+20
* auto_ptr and unique_ptr test tweaksWilliam S Fulton2022-08-042-2/+4
* Add Tcl support for std::unique_ptr and std::auto_ptrWilliam S Fulton2022-07-302-0/+251
* Merge branch 'cpp-testing'Olly Betts2022-07-271-0/+3
|\
| * Add machinery for C++14, C++17 and C++20 testingOlly Betts2022-07-261-0/+3
* | [Tcl] Fix handling of long long on 32-bit platformsOlly Betts2022-07-271-0/+24
|/
* Fix argcargv.i in Perl5, Tcl, PHPErez Geva2022-05-111-0/+28
* Consistent cpp11 testing in test-suiteWilliam S Fulton2022-03-271-0/+1
* [Tcl] Fix Tcl generic input typemap for std::vectorOlly Betts2022-02-101-0/+8
* Fix comments about version Tcl bug fixed inOlly Betts2022-02-081-1/+1
* [Tcl] Fix std_vector typecheck typemapsOlly Betts2022-02-011-0/+7
* Fix typosDimitris Apostolou2021-11-171-2/+2
* Shorten testcase variable names for Scilab 6 to workWilliam S Fulton2021-11-151-7/+7
* Fix overloading for non-pointers and NULL - TclWilliam S Fulton2018-12-291-0/+52
* Rename func to funk in tests to avoid Go keyword problemsWilliam S Fulton2017-06-161-1/+1
* Consistent quoting in MakefileWilliam S Fulton2015-08-211-1/+1
* Add c++11 strongly typed enums runtime test for TclWilliam S Fulton2014-11-271-0/+172
* Set SRCDIR when calling test-suite clean targets, in case it's neededKarl Wette2014-05-291-1/+1
* Slight simplification of test-suite build for new out-of-source changesWilliam S Fulton2014-05-151-6/+0
* Allow examples and test-suite to be built out of source treeKarl Wette2014-05-111-2/+9
* Whitespace cleanup of all Makefiles*Karl Wette2014-05-021-4/+4
* Apply #3300072 from Christian Delbaere to fix multiple module loading not alw...William S Fulton2011-05-171-8/+11
* Apply patch 3224663 for Tcl - NULL value fixes and performance improvements f...William S Fulton2011-03-291-0/+21
* remove unnecessary extra semicolons in the tesuiteMiklos Vajna2009-08-091-1/+1
* remove unnecessary extra shells being spawned in the test-suiteWilliam S Fulton2009-08-091-2/+2
* better way to provide custom commandline options for individual testsWilliam S Fulton2009-07-031-0/+3
* Fix union.i module name and rename to union_parameter.iWilliam S Fulton2009-01-121-1/+1
* modify test-suite (barring python atm) to not rely on the -I path to find the...William S Fulton2008-11-263-45/+1
* Add partialcheck make targets. Also add RUNTOOL, COMPILETOOL and SWIGTOOL var...William S Fulton2008-05-201-6/+2
* Remove cvs $Header$William S Fulton2007-10-171-1/+0
* remove broken tcl testWilliam S Fulton2007-09-031-2/+1
* Remove obscure mpointer example and replace with member_pointer.i testcase an...William S Fulton2007-08-091-0/+46
* fixes to use parallel make when running the examples and test-suiteWilliam S Fulton2007-07-241-6/+6
* Remove cvsignore files: this is stored on svn:igonre property nowJohn Lenz2006-12-031-6/+0
* Use "[info sharedlibextension]" instead of trying ".so" then ".dll". AllOlly Betts2006-09-231-3/+2
* add option to use valgrindMarcelo Matus2006-02-231-3/+7
* fix gcc warning reported by R. BernsteinMarcelo Matus2006-02-182-21/+22
* fix premature object deletion reported by Paul in tcl3dMarcelo Matus2006-02-182-0/+77
* add missing delete that valgrind missesMarcelo Matus2006-02-171-1/+1
* add/fix std_string test with %naturalvarMarcelo Matus2006-01-301-0/+21
* Get clean target working againWilliam S Fulton2005-11-261-0/+1