| .. |
|
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
|
[Perl] Add "#undef do_exec" to our clean up of Perl global namespace pollution.
|
2009-08-17 12:06:08 +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
|
SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear.
|
2010-02-27 23:26:02 +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
|
add some useful info for assert around SWIG_CAST_NEW_MEMORY
|
2009-09-07 06:17:40 +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
|
Fix SF#2564192
|
2009-02-05 15:47:42 +00:00 |
|
perltypemaps.swg
|
Change typemap matching rules for the default type (SWIGTYPE) to follow template partial specialization type deduction. Fixes some containers of const pointers. SWIGTYPE*& typemps removed and replaced with SWIGTYPE *const&.
|
2010-04-01 18:26:37 +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
|
SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear.
|
2010-02-27 23:26:02 +00:00 |
|
std_common.i
|
SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear.
|
2010-02-27 23:26:02 +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
|
SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear.
|
2010-02-27 23:26:02 +00:00 |
|
std_map.i
|
remove std::map specializations - not needed since the typemap matching rules were changed to follow type deducation used in template specialization
|
2010-04-04 20:37:20 +00:00 |
|
std_pair.i
|
SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear.
|
2010-02-27 23:26:02 +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
|
SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear.
|
2010-02-27 23:26:02 +00:00 |
|
stl.i
|
SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear.
|
2010-02-27 23:26:02 +00:00 |
|
typemaps.i
|
SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear.
|
2010-02-27 23:26:02 +00:00 |