Miklos Vajna
|
451f71d7b1
|
remove unnecessary extra semicolons in the tesuite
Basically just style cleanup, "fi;" or "fi; \" -> "fi".
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11523 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2009-08-09 22:52:08 +00:00 |
|
William S Fulton
|
56c5b52c1d
|
remove unnecessary extra shells being spawned in the test-suite
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11522 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2009-08-09 22:39:51 +00:00 |
|
William S Fulton
|
9064b08651
|
better way to provide custom commandline options for individual tests
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11356 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2009-07-03 22:23:43 +00:00 |
|
Joseph Wang
|
88e60d75c9
|
fix change to make compatible with integer framework
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11058 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2009-01-12 08:54:36 +00:00 |
|
Joseph Wang
|
2854ceef44
|
Add regression tests for R
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11057 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2009-01-12 07:41:38 +00:00 |
|
Joseph Wang
|
98f992e704
|
add regression test for integers
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11051 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2009-01-10 23:30:10 +00:00 |
|
William S Fulton
|
db83e51441
|
modify test-suite (barring python atm) to not rely on the -I path to find the input .i file - removes the new warning 125 and sets up the test-suite for testing with ccache. This change required the use of -outcurrentdir and moving the .i files from the language subdirectories to the directory above along with some .i file name changes.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10949 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2008-11-26 21:35:15 +00:00 |
|
William S Fulton
|
1d2856d820
|
fix partialcheck-test-suite and parallel make for r, chicken, tcl and php
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10560 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2008-06-23 20:26:07 +00:00 |
|
William S Fulton
|
f06222b993
|
Add partialcheck make targets. Also add RUNTOOL, COMPILETOOL and SWIGTOOL variables for invoking tools when running tests, compiling or invoking swig
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10482 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2008-05-20 21:27:22 +00:00 |
|
William S Fulton
|
69e6f39cfd
|
test more global function pointer variables
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10268 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2008-02-27 13:07:26 +00:00 |
|
William S Fulton
|
9029bae5e0
|
Move funcptr.i from being an R only test to a test for all languages. Modify the test to test function pointers with no arguments, which is a problem for R.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10250 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2008-02-13 22:41:34 +00:00 |
|
Joseph Wang
|
1094fcda7b
|
Fix memory overflow. Need to allocate one extra byte for the null
termination for the string
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10248 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2008-02-12 06:53:35 +00:00 |
|
Joseph Wang
|
8c2b3d9dcd
|
Revert last change
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10139 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2007-11-15 02:17:19 +00:00 |
|
Joseph Wang
|
c164443d21
|
Set to include _wrap
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10138 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2007-11-15 02:07:42 +00:00 |
|
William S Fulton
|
083efd15ca
|
Rename dll/shared object name to be the same as the module name for R - _wrap is no longer postfixed to the name
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10130 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2007-11-14 22:34:10 +00:00 |
|
William S Fulton
|
8eae1cfb5a
|
Fix warnings
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10121 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2007-11-14 21:42:31 +00:00 |
|
William S Fulton
|
35c07c0b67
|
fix SWIG warnings
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10120 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2007-11-14 21:38:35 +00:00 |
|
William S Fulton
|
854f9a3ed3
|
Add Windows PATH for test-suite
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10116 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2007-11-12 22:12:47 +00:00 |
|
William S Fulton
|
7bbf5d66d1
|
fix typo
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10108 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2007-11-11 18:53:54 +00:00 |
|
Joseph Wang
|
783ca15e4e
|
Make clean work better
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10107 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2007-11-11 05:05:15 +00:00 |
|
Joseph Wang
|
414c6db78d
|
Remove broken insert snamespace
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10106 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2007-11-11 04:45:19 +00:00 |
|
Joseph Wang
|
cd9c301b48
|
Remove _wrap from .R files
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10105 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2007-11-11 03:08:10 +00:00 |
|
William S Fulton
|
6e9058cbeb
|
Make examples cross platform
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10091 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2007-11-08 21:40:24 +00:00 |
|
Joseph Wang
|
bc801e662a
|
Make this work with multi tests
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10052 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2007-10-26 09:36:46 +00:00 |
|
William S Fulton
|
ede8b8c87a
|
Remove cvs $Header$
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10007 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2007-10-17 21:56:11 +00:00 |
|
William S Fulton
|
e4bade15f3
|
fixes to use parallel make when running the examples and test-suite
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9875 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2007-07-24 21:26:54 +00:00 |
|
John Lenz
|
6dda6f8321
|
Remove cvsignore files: this is stored on svn:igonre property now
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9593 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-12-03 08:28:42 +00:00 |
|
Joseph Wang
|
91e3e97a7b
|
change to make test suite pass R 2.4
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9569 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-11-19 05:04:44 +00:00 |
|
William S Fulton
|
2f67b5a05c
|
*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9196 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-07-04 21:20:40 +00:00 |
|
Joseph Wang
|
0218fdeb27
|
add missing files from initial check in
change camel case to match SWIG conventions
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9182 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-06-30 05:48:54 +00:00 |
|
William S Fulton
|
a3a7b4df66
|
update to use proxy terminology
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9177 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-06-29 21:17:30 +00:00 |
|
Joseph Wang
|
ef80a4f59a
|
Committing R-SWIG
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9175 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-06-29 03:01:18 +00:00 |
|