| .. |
|
attribute.i
|
move attribute.i to the typemap library, now is usable from all the languages
|
2005-10-25 13:20:50 +00:00 |
|
carrays.i
|
Perl added to the Unified typemap library, cleaner way to use the library, and 'normalized' macro names
|
2005-10-24 14:59:05 +00:00 |
|
cdata.i
|
Perl added to the Unified typemap library, cleaner way to use the library, and 'normalized' macro names
|
2005-10-24 14:59:05 +00:00 |
|
cmalloc.i
|
Perl added to the Unified typemap library, cleaner way to use the library, and 'normalized' macro names
|
2005-10-24 14:59:05 +00:00 |
|
cni.i
|
add macros/names to avoid numeric warning codes. use them in tcl,perl,ruby and python
|
2006-01-07 06:59:32 +00:00 |
|
cpointer.i
|
Perl added to the Unified typemap library, cleaner way to use the library, and 'normalized' macro names
|
2005-10-24 14:59:05 +00:00 |
|
cstring.i
|
Perl added to the Unified typemap library, cleaner way to use the library, and 'normalized' macro names
|
2005-10-24 14:59:05 +00:00 |
|
exception.i
|
add SWIG_fail to SWIG_expcetion macro
|
2007-03-25 17:40:56 +00:00 |
|
extra-install.list
|
Added John's perl5 patches
|
2003-02-14 18:04:21 +00:00 |
|
factory.i
|
add the factory library for UTL
|
2006-02-22 18:42:20 +00:00 |
|
jstring.i
|
[perl5] Use sv_setpvn() to set a scalar from a pointer and length
|
2007-09-17 23:24:11 +00:00 |
|
Makefile.in
|
Remove cvs $Header$
|
2007-10-17 21:43:55 +00:00 |
|
Makefile.pl
|
Added files
|
2000-01-11 21:15:54 +00:00 |
|
noembed.h
|
Fix another perl global namespace pollution
|
2008-09-01 20:00:28 +00:00 |
|
perl5.swg
|
fix -external-runtime and warning arounds in subversion
|
2006-02-01 08:37:53 +00:00 |
|
perlerrors.swg
|
fix -external-runtime and warning arounds in subversion
|
2006-02-01 08:37:53 +00:00 |
|
perlfragments.swg
|
fix comments about fragments - noticed by Josh Cherry
|
2007-11-20 21:45:06 +00:00 |
|
perlhead.swg
|
Use more efficient SvPV_nolen(x) instead of SvPV(x,PL_na)
|
2007-10-28 16:52:49 +00:00 |
|
perlinit.swg
|
Fix #1904537 Swig causes a Perl warning 'x used only once' in Perl 5.10 reported by Ari Jolma
|
2008-02-29 23:42:52 +00:00 |
|
perlkw.swg
|
Add R keyword support. Rename keywords for successful compilation of Java and C# code. More consistent keyword warnings across the different languages.
|
2008-06-19 20:02:13 +00:00 |
|
perlmacros.swg
|
eliminate compilation warnings, add docs, and centralize the access to the unified typemap library
|
2005-10-25 09:31:15 +00:00 |
|
perlmain.i
|
Common template for head of each file detailing licence, distribution and authors information
|
2006-03-07 00:14:10 +00:00 |
|
perlopers.swg
|
modified to match current perl5.cxx capabilities
|
2008-04-03 11:22:02 +00:00 |
|
perlprimtypes.swg
|
Use more efficient SvPV_nolen(x) instead of SvPV(x,PL_na)
|
2007-10-28 16:52:49 +00:00 |
|
perlrun.swg
|
Remove a pointless cast which drops const and causes a warning with certain GCC
|
2008-03-31 04:52:32 +00:00 |
|
perlruntime.swg
|
uniform the location of the includes and fixes, now in perlhead.swg as rubyhead.swg and pyhead.swg
|
2006-02-11 20:33:52 +00:00 |
|
perlstrings.swg
|
Backed out #1798728 due to regression pointed out by Josh Cherry on swig-user
|
2007-12-16 21:51:10 +00:00 |
|
perltypemaps.swg
|
Fix #1904537 Swig causes a Perl warning 'x used only once' in Perl 5.10 reported by Ari Jolma
|
2008-02-29 23:42:52 +00:00 |
|
perluserdir.swg
|
Perl added to the Unified typemap library, cleaner way to use the library, and 'normalized' macro names
|
2005-10-24 14:59:05 +00:00 |
|
reference.i
|
Common template for head of each file detailing licence, distribution and authors information
|
2006-03-07 00:14:10 +00:00 |
|
std_common.i
|
Fix for handling strings with zero bytes from Stephen Hutsal.
|
2006-10-03 08:59:19 +00:00 |
|
std_deque.i
|
Each target language now has its own std_deque.i like the other STL wrappers.
|
2006-01-08 20:08:44 +00:00 |
|
std_except.i
|
add std_except typemaps to the unified typemap library
|
2005-10-31 09:43:02 +00:00 |
|
std_list.i
|
Common template for head of each file detailing licence, distribution and authors information
|
2006-03-07 00:14:10 +00:00 |
|
std_map.i
|
Common template for head of each file detailing licence, distribution and authors information
|
2006-03-07 00:14:10 +00:00 |
|
std_pair.i
|
Common template for head of each file detailing licence, distribution and authors information
|
2006-03-07 00:14:10 +00:00 |
|
std_string.i
|
Perl added to the Unified typemap library, cleaner way to use the library, and 'normalized' macro names
|
2005-10-24 14:59:05 +00:00 |
|
std_vector.i
|
VC++ warning fixes
|
2007-10-23 22:09:24 +00:00 |
|
stl.i
|
Common template for head of each file detailing licence, distribution and authors information
|
2006-03-07 00:14:10 +00:00 |
|
typemaps.i
|
Use more efficient SvPV_nolen(x) instead of SvPV(x,PL_na)
|
2007-10-28 16:52:49 +00:00 |