William S Fulton
|
a548a66d3f
|
fix varout typemap pointer casts - removes heaps of warnings on cygwin
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8710 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-02-04 13:54:36 +00:00 |
|
Marcelo Matus
|
8f8673bd2c
|
fix varout typemaps for swigtypes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8681 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-02-02 21:31:19 +00:00 |
|
Marcelo Matus
|
a06eb9c981
|
fix warning
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8680 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-02-02 21:29:59 +00:00 |
|
Marcelo Matus
|
38d96c9ad8
|
fix -external-runtime and warning arounds in subversion
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8667 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-02-01 08:57:04 +00:00 |
|
Marcelo Matus
|
dbdcf4462c
|
fix -external-runtime and warning arounds in subversion
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8666 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-02-01 08:37:53 +00:00 |
|
Marcelo Matus
|
829cd3a908
|
reenable missing INPUT/OUTPUT, and add tests for std::string
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8637 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-01-30 19:55:43 +00:00 |
|
William S Fulton
|
a27f850313
|
Fix for VC++
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8548 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-01-24 22:23:43 +00:00 |
|
Marcelo Matus
|
5bbeb3847a
|
better solution for warning of perl+cygwin
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8521 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-01-22 21:04:57 +00:00 |
|
Marcelo Matus
|
bd11299e1e
|
fix cygwin warning for perl
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8520 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-01-22 20:24:04 +00:00 |
|
Marcelo Matus
|
c5492251bd
|
more fixes to MSC
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8515 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-01-22 07:00:32 +00:00 |
|
Marcelo Matus
|
ada8352ce5
|
fixes for VC
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8511 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-01-22 00:48:55 +00:00 |
|
Marcelo Matus
|
6cb4870883
|
fix perl C errors
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8481 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-01-19 04:53:15 +00:00 |
|
Marcelo Matus
|
4c1614424d
|
add macro for backward comp.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8476 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-01-17 21:43:55 +00:00 |
|
Marcelo Matus
|
5601aff69c
|
fix cast from double to long long
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8458 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-01-15 09:18:58 +00:00 |
|
Marcelo Matus
|
137ab96746
|
use internal SWIG_exception_fail, let SWIG_exception as in 1.3.27
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8434 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-01-14 21:23:36 +00:00 |
|
Marcelo Matus
|
88db03abb7
|
finally, fix the croak/Nullch issue
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8374 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-01-11 20:15:39 +00:00 |
|
Marcelo Matus
|
16992b9291
|
move &&/|| to ignore operators and put the name __and__ and __or__ back to represent &/|
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8347 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-01-10 08:18:53 +00:00 |
|
Marcelo Matus
|
f7510720d3
|
add native bool support
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8345 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-01-10 07:27:12 +00:00 |
|
Marcelo Matus
|
0641b004b3
|
add croak(Nullch) again and propagate exception as needed, please jason, check this one
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8342 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-01-10 02:48:01 +00:00 |
|
William S Fulton
|
eb433dbef1
|
Each target language now has its own std_deque.i like the other STL wrappers.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8303 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-01-08 20:08:44 +00:00 |
|
Marcelo Matus
|
0767474ada
|
add operator aliases
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8277 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-01-07 09:36:58 +00:00 |
|
Marcelo Matus
|
ed53e75df6
|
add macros/names to avoid numeric warning codes. use them in tcl,perl,ruby and python
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8274 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-01-07 06:59:32 +00:00 |
|
Jason Stewart
|
fd440b5a26
|
organized better for the list of supported and unsupported operators
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8245 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-01-06 10:51:44 +00:00 |
|
Marcelo Matus
|
55d79fea4f
|
add initial stl.i to ensure proper file inclussion and extensions for each language
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8232 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-01-06 00:37:31 +00:00 |
|
Marcelo Matus
|
8d812cd955
|
add stl.i files for each language to prevent improper includes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8229 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-01-06 00:27:12 +00:00 |
|
Marcelo Matus
|
da7a59d3f8
|
move xmlstring.i to a more standard location
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8228 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-01-06 00:06:27 +00:00 |
|
Marcelo Matus
|
6374f6824a
|
add missing typecheck codes and Char typemaps
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8216 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-01-04 21:46:27 +00:00 |
|
Marcelo Matus
|
25f12e2784
|
add runme.pl file and missing %init
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8215 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-01-04 20:40:47 +00:00 |
|
Marcelo Matus
|
b60c5572ca
|
treat XMLCh properly using %typemaps_string
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8213 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-01-04 20:20:33 +00:00 |
|
Marcelo Matus
|
d4aaf7a08a
|
add initial xmlstring support
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8211 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-01-04 17:06:45 +00:00 |
|
Marcelo Matus
|
50e243ee28
|
finish the initial jstring support
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8207 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-01-04 07:43:03 +00:00 |
|
Marcelo Matus
|
fb563123a5
|
uniform cni examples
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8197 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-01-03 19:48:06 +00:00 |
|
Marcelo Matus
|
df7878b2dd
|
add empty (not working) jstring support
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8184 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2006-01-02 11:44:14 +00:00 |
|
Marcelo Matus
|
e4637545e3
|
add implicitconv support and cosmetics for cast rank
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8095 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-12-27 22:06:26 +00:00 |
|
Marcelo Matus
|
5a76bc68fc
|
add castmode in python and cleaning the castdispatch mechanism
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8051 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-12-23 09:22:17 +00:00 |
|
Marcelo Matus
|
ba4df9e37d
|
more perl + cast/rank mechanism
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8049 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-12-23 00:46:50 +00:00 |
|
Marcelo Matus
|
7edc2e0a91
|
implement the rank-cast dispatch mechanism, which is now the default behavior in perl
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8045 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-12-23 00:07:49 +00:00 |
|
Jason Stewart
|
8f66e0ced2
|
fixed unsigned long typemap
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8035 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-12-22 08:14:59 +00:00 |
|
Jason Stewart
|
556e5e2a58
|
removed ENTER - it conflicts with code that needs XS access
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8034 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-12-22 08:13:00 +00:00 |
|
Jason Stewart
|
326936e54d
|
cleanup up comment spelling
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8033 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-12-22 08:11:40 +00:00 |
|
Marcelo Matus
|
dc26b91c35
|
keep old typemap code in place, but disable, for readers to look around, and rescue other lost typemaps
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7980 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-12-13 23:46:37 +00:00 |
|
Marcelo Matus
|
ea47af15fe
|
more on the TypeQuery fix
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7971 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-12-10 23:53:53 +00:00 |
|
Marcelo Matus
|
3ead254d42
|
fix extra calls to TypeQuery for 'char *' and 'wchar_t *'
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7968 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-12-10 20:20:19 +00:00 |
|
Marcelo Matus
|
31466e0085
|
avoid extra call to SvUV
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7943 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-12-07 22:23:15 +00:00 |
|
Marcelo Matus
|
f31d6dde8a
|
fix runtimes for subversion
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7941 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-12-07 07:40:42 +00:00 |
|
Marcelo Matus
|
694f8fd93e
|
return PL_sv_undef for empty strings, as in the old perl library
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7940 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-12-07 07:39:44 +00:00 |
|
Marcelo Matus
|
c0f64e4d82
|
add SWIGUNUSEDPARM
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7917 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-12-02 08:42:41 +00:00 |
|
William S Fulton
|
e013e7ff5a
|
Use the system angle brackets for %include
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7871 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-26 09:28:20 +00:00 |
|
Marcelo Matus
|
0e34b75e44
|
more speed ups
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7864 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-24 00:54:46 +00:00 |
|
Marcelo Matus
|
4267a26ecd
|
fix for perl + multiple modules
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7863 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-11-24 00:54:10 +00:00 |
|