Commit graph

909 commits

Author SHA1 Message Date
William S Fulton
6645e8b5dc default args added
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6674 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-05 23:19:00 +00:00
William S Fulton
adacc118f3 C# fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6673 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-05 23:17:59 +00:00
Marcelo Matus
021695a2a1 add std_list (lluisp #1033399)
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6671 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-05 02:32:26 +00:00
Marcelo Matus
523c3c6e73 fix typemap + numinputs +argout
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6669 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-05 00:22:29 +00:00
Marcelo Matus
32b724e75c remove old patch for features + def arg, but save the ignore/rename part. Now everything seems to be working.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6668 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-04 23:18:01 +00:00
William S Fulton
23413c0edc Beefed up features test. The C++ code will fail to compile if features are not working as expected.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6662 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-04 22:11:35 +00:00
Marcelo Matus
f81cf97c35 fix private new operator
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6658 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-04 18:44:41 +00:00
Marcelo Matus
44009421a8 fix %features/%rename + def args
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6657 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-04 18:41:31 +00:00
Art Yerkes
b1c2cd26b4 Uniform SWIGSTATIC on all prototypes.
#ifdef __GNUC__ -> static inline to remove warning spew using gcc
typemaps: tweaks for arrays, enums
ocaml.cxx: remove Swig. qualifier everywhere it's not needed


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6655 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-04 04:17:00 +00:00
John Lenz
134dd53433 Update overload_extend runme script to work properly
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6654 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-04 02:20:04 +00:00
John Lenz
7e766a3f61 Update Guile makefiles to work with default -scm mode.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6652 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-04 01:28:37 +00:00
Art Yerkes
894a7509d0 Fixed test name -- the module names of tests are supposed to make their
file names


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6647 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-03 18:24:42 +00:00
Art Yerkes
e38310fe8b Fixed GIFPlot examples.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6646 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-03 17:14:51 +00:00
Art Yerkes
865d5d2c10 Removed unneeded constructor for shape class.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6645 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-03 17:11:20 +00:00
Marcelo Matus
a42260811d fix serious bug with def args + static methods
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6644 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-03 10:22:15 +00:00
Marcelo Matus
a6dba8577d making sure the resolve_scope_node is working fine before release, and fix for unnamed namespace
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6641 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-03 08:07:02 +00:00
Marcelo Matus
ad7d943dfc fixes for %template+member/static methods
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6636 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-03 00:59:38 +00:00
Marcelo Matus
94a6a89af7 more fixes for %features, now doint it right, ie, deleting code instead of adding
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6635 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-03 00:58:49 +00:00
Marcelo Matus
34a5893881 fix ConstMethods order for ruby
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6634 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-02 22:45:29 +00:00
William S Fulton
80c1b147c7 lib_xxx to li_xxx name change fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6633 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-02 22:31:12 +00:00
William S Fulton
7368ff1452 html fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6632 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-02 22:13:39 +00:00
William S Fulton
b90e7d607d *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6631 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-02 22:13:03 +00:00
John Lenz
53132a810f Revert guile_gh.swg and guile_gh_run.swg to not use new runtime system.
Added global variable to hold status of -runtime,-c,-noruntime flag for use
  in guile gh module mode.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6630 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-02 22:06:53 +00:00
William S Fulton
00011b087a warning fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6628 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-02 21:29:44 +00:00
William S Fulton
a2da4e699c Warning fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6627 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-02 21:27:32 +00:00
William S Fulton
71e8b429be test for default args in const methods
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6625 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-02 21:26:26 +00:00
Marcelo Matus
73248606bf fix %template + static class members
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6623 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-02 20:04:59 +00:00
Marcelo Matus
ee0b146afd fix %template + static class members
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6622 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-02 19:40:41 +00:00
Marcelo Matus
2a799d9bcd more uniform treatment of extern C. This also fix the defarg mechanism when declaring C functions inside C++.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6621 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-02 19:03:01 +00:00
Marcelo Matus
38d71bb5e2 add #include <algorithm>
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6616 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-02 08:31:29 +00:00
Marcelo Matus
2165a21a25 attributefunc not longer supported
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6613 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-02 08:22:25 +00:00
Marcelo Matus
58e18f531c fix warnings
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6612 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-02 08:14:46 +00:00
John Lenz
ae49beb41c Chicken test suite should at least run now... still generates a bunch of errors
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6611 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-02 03:10:50 +00:00
John Lenz
2cdf91de5d More work on the chicken module. The test suite, zlib, and overload examples are still broken.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6610 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-02 02:50:30 +00:00
Marcelo Matus
b41b869b38 last fixes for namespaces
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6608 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-02 01:59:33 +00:00
Marcelo Matus
e9b1bdbb13 fixes for new file names
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6606 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-02 01:09:48 +00:00
Marcelo Matus
d6a3a88122 fixes for new name
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6605 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-02 00:57:47 +00:00
Marcelo Matus
d34639f1ff more tests
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6604 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-02 00:33:36 +00:00
William S Fulton
c6e0cd23c9 lib_xxx name change
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6601 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-01 23:51:35 +00:00
William S Fulton
5402bab68b Bob Tolbert patch for C# on Mac
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6600 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-01 23:46:32 +00:00
William S Fulton
743f258ba3 lib_xxx renamed to li_xxx
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6599 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-01 23:35:08 +00:00
William S Fulton
9af665a99a renamed lib_xxxx to li_xxxx
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6598 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-01 23:33:12 +00:00
William S Fulton
d035ab0fa3 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6597 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-01 23:31:55 +00:00
William S Fulton
2fb4abda14 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6596 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-01 23:25:39 +00:00
William S Fulton
ba9ff9c7a0 lib_xxxx tests renamed to li_xxxx as a workaround in glib which Mono C# uses - libraries wont be loaded if they start with lib
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6594 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-01 23:18:22 +00:00
William S Fulton
c5ec1dea4b *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6593 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-01 23:14:01 +00:00
William S Fulton
33032bb431 new name mods
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6592 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-01 22:57:56 +00:00
William S Fulton
c611933db3 lib_xxxx tests renamed to li_xxxx as a workaround in glib which Mono C# uses - libraries wont be loaded if they start with lib
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6591 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-01 22:56:31 +00:00
William S Fulton
5f7c3f7e26 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6590 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-01 22:53:39 +00:00
William S Fulton
e4d0c0f1de lib_xxxx tests renamed to li_xxxx as a workaround in glib which Mono C# uses - libraries wont be loaded if they start with lib
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6588 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-01 22:31:10 +00:00