Marcelo Matus
|
11b237dddd
|
put the swig::PyObject_var and swig::PyObject_ptr in the pyclass.swg file, to use them in more places
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7824 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-08 15:58:08 +00:00 |
|
Marcelo Matus
|
73a821d0b6
|
add code to properly 'unload' the module
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7823 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-08 15:57:39 +00:00 |
|
Marcelo Matus
|
f2d1e94900
|
add owndata field to swig_type_info, so clientdata can be properly delete if needed
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7822 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-08 15:53:30 +00:00 |
|
Marcelo Matus
|
6de5dc38fe
|
use preinst-swig in all the examples
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7821 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-08 15:48:51 +00:00 |
|
Marcelo Matus
|
53aca58eb3
|
add calloc
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7820 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-07 13:10:17 +00:00 |
|
Marcelo Matus
|
3c4fbce9de
|
add support for multi-inheritance at the python side and performance tunings
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7819 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-07 12:40:16 +00:00 |
|
Marcelo Matus
|
b7a257a090
|
add support for multi-inheritance at the python side, and use PyArgs_UnpackTuple instead of PyArgs_ParseTuple when possible
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7818 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-07 12:38:14 +00:00 |
|
Marcelo Matus
|
d6f0a99b3e
|
fix bool AsVal
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7817 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-07 11:13:16 +00:00 |
|
William S Fulton
|
9e66ad828d
|
fix typo for php4kw.swg file
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7816 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-05 23:10:05 +00:00 |
|
Marcelo Matus
|
6cac9f0a1f
|
better equivalent test, doesn't use range
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7815 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-05 16:07:39 +00:00 |
|
Marcelo Matus
|
18736f2cba
|
add missing INCREF
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7814 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-05 15:45:57 +00:00 |
|
Marcelo Matus
|
02b14340c0
|
avoid to write the pointer on failure
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7813 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-05 15:45:28 +00:00 |
|
Marcelo Matus
|
c772c0b7f3
|
fixes for chicken and the STL/STD cases
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7812 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-05 12:54:48 +00:00 |
|
Marcelo Matus
|
f6d0f3b3ae
|
fixes for chicken and the STL/STD cases
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7811 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-05 12:43:56 +00:00 |
|
Marcelo Matus
|
c50b5284e2
|
fix name_set extra mangling that confuses chicken
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7810 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-05 12:43:30 +00:00 |
|
Marcelo Matus
|
a3a4859112
|
fixes for chicken and the STL/STD cases
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7809 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-05 12:38:28 +00:00 |
|
Marcelo Matus
|
baec2c1c62
|
add namespace case
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7808 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-05 12:36:38 +00:00 |
|
Marcelo Matus
|
e1534a90e0
|
add more support for operators + templates
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7807 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-05 10:26:37 +00:00 |
|
Marcelo Matus
|
d34532e249
|
make all the suffix/prefix operations aware of operators, as in 'Foo::operator ns2::Bar()', where the prefix is 'Foo'
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7806 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-05 10:25:18 +00:00 |
|
Marcelo Matus
|
edf21ab130
|
fix extra mangling that confuses chicken
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7805 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-05 10:22:42 +00:00 |
|
William S Fulton
|
edd19b2f39
|
bump version
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7804 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-05 00:06:24 +00:00 |
|
William S Fulton
|
d0cfe01f58
|
note that this is the cvs version
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7803 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-05 00:02:32 +00:00 |
|
William S Fulton
|
29af43323e
|
Document %rename syntax using quotes (for Bug #1252361)
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7802 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-05 00:01:01 +00:00 |
|
William S Fulton
|
455dbf6a6d
|
Add typemap examples to handle memory management and early garbage collection
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7801 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-04 23:52:02 +00:00 |
|
John Lenz
|
f83457423d
|
Make chicken module correctly calculate the get/set functions by using Swig_name_get
Fix a few compiler warnings in chickenrun.swg
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7800 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-04 19:23:19 +00:00 |
|
Marcelo Matus
|
bf2dac0672
|
fix bug #1347853 and better and/or/not operator management
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7799 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-04 16:47:07 +00:00 |
|
Marcelo Matus
|
1a4b7561d3
|
fix problem with operator < + templates
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7798 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-04 16:45:20 +00:00 |
|
Marcelo Matus
|
0bcdda061b
|
add initial traits
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7797 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-04 10:58:28 +00:00 |
|
Marcelo Matus
|
23c9555292
|
simplify the ASPTR_ARGS and ASVAL_ARGS macros to one AS_ARG
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7796 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-04 10:57:16 +00:00 |
|
Marcelo Matus
|
ccf9e8d3b5
|
fix size_t and ptrdiff_t for gcc4.0
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7795 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-04 08:54:34 +00:00 |
|
Marcelo Matus
|
1110f7b2c4
|
fix test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7794 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-03 16:20:10 +00:00 |
|
Marcelo Matus
|
5671dc8ab6
|
use new checkcodes,which should take precedence over plain C strings
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7793 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-03 15:50:44 +00:00 |
|
Marcelo Matus
|
9db98e0459
|
add ptrdiff_t and size_t properly
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7792 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-03 15:50:01 +00:00 |
|
Marcelo Matus
|
1f71060e66
|
add codes for size_t, ptrdiff_t, std::string and std::wstring
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7791 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-03 15:49:24 +00:00 |
|
Marcelo Matus
|
3baa03e1b1
|
add missing check and sort the code around
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7790 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-03 15:11:17 +00:00 |
|
Marcelo Matus
|
ca60dcebc6
|
clean PyItem and use it in OutputIterator
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7789 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-03 15:00:38 +00:00 |
|
Marcelo Matus
|
45439174b4
|
remove unused label
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7788 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-03 14:59:56 +00:00 |
|
Marcelo Matus
|
40a65ea681
|
add swig::PyItem and all the helper code
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7787 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-03 14:24:36 +00:00 |
|
Marcelo Matus
|
07ff83fdc3
|
fix SWIG_Object const & typemap
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7786 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-03 14:23:18 +00:00 |
|
Marcelo Matus
|
ea0c2ca342
|
adding more missing typemaps
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7785 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-03 11:11:21 +00:00 |
|
Marcelo Matus
|
1a29563037
|
CHANGES.current
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7784 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-03 10:26:14 +00:00 |
|
Marcelo Matus
|
85db6ee607
|
more docs for fragments
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7783 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-03 10:25:58 +00:00 |
|
Marcelo Matus
|
99edd219d2
|
full fn call
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7782 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-03 10:25:24 +00:00 |
|
Marcelo Matus
|
888e9e82c4
|
add -nomodern option and makes -modern the default
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7781 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-03 10:03:48 +00:00 |
|
Marcelo Matus
|
5ab4595d76
|
add fast get/set for the this attribute
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7780 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-03 10:02:34 +00:00 |
|
Marcelo Matus
|
c529327196
|
add missing typecheck typemap for function ptrs
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7779 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-03 10:00:51 +00:00 |
|
Marcelo Matus
|
c8acd49fb2
|
CHANGES.current
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7778 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-02 16:29:53 +00:00 |
|
Marcelo Matus
|
e60b07b285
|
fix cvsignore
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7777 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-02 16:11:08 +00:00 |
|
Marcelo Matus
|
1a6245e5f2
|
CHANGES.current
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7776 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-02 16:08:35 +00:00 |
|
Marcelo Matus
|
a3424e36e1
|
add 'iterator'(sequences) and 'key_iterator'(maps). The first returns allways the C++ iterator. In sequences __iter__ returns 'iterator()', in maps, __iter__ returns 'key_iterator()'
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7775 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-02 15:58:58 +00:00 |
|