swig/SWIG/Source/Swig
Marcelo Matus 9b4df57aa4 Simple patch to allow fragments to include other fragments:
%fragment("Hello","header") "..."

%fragment("Hi","header",fragment="Hello") "..."

the latter fragment will include the first one if is invoked.

more than one fragment can be included at the time, just
keep adding fragment="f1",fragment="f2", etc.

this is used to emulate typemaps reuse, where all the
reusable typemap code is put in a fragment static method,
and then it can be included from another fragment typemap
as needed.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5690 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-01-27 23:39:35 +00:00
..
.cvsignore *** empty log message *** 2003-01-22 08:11:51 +00:00
cwrap.c Various warning fixes for .NET 2003 cl /W4 to work barring one warning and for gcc -ansi -Wall -pedantic to be warning free: 2004-01-15 22:46:07 +00:00
error.c - Normalize the 'Swig_error' calls and formats, before some 2004-01-15 08:33:12 +00:00
fragment.c Simple patch to allow fragments to include other fragments: 2004-01-27 23:39:35 +00:00
getopt.c The great merge 2002-11-30 22:01:28 +00:00
include.c Fix so that Windows paths are displayed correctly when reporting errors. 2003-12-28 21:38:58 +00:00
misc.c Eric Sunshine patch - Mods to work on NextStep 2004-01-22 22:42:18 +00:00
naming.c Various warning fixes for .NET 2003 cl /W4 to work barring one warning and for gcc -ansi -Wall -pedantic to be warning free: 2004-01-15 22:46:07 +00:00
parms.c Various warning fixes for .NET 2003 cl /W4 to work barring one warning and for gcc -ansi -Wall -pedantic to be warning free: 2004-01-15 22:46:07 +00:00
scanner.c Eliminate compiler warning. 2003-10-31 17:48:02 +00:00
stype.c Fixed casting problem with references to arrays in gcc-3.3 (and maybe other versions). 2003-11-28 19:06:35 +00:00
swig.h Simple patch to allow fragments to include other fragments: 2004-01-27 23:39:35 +00:00
swig.i The great merge 2002-11-30 22:01:28 +00:00
symbol.c forte warning fixes 2004-01-21 21:27:43 +00:00
tree.c Major refactoring of DOH List/Hash iterators. See CHANGES 2003-09-11 20:26:57 +00:00
typemap.c fix expansion for templates, ie from Type<(int)> to Type<int> 2004-01-25 09:22:35 +00:00
typeobj.c Various warning fixes for .NET 2003 cl /W4 to work barring one warning and for gcc -ansi -Wall -pedantic to be warning free: 2004-01-15 22:46:07 +00:00
typesys.c Various warning fixes for .NET 2003 cl /W4 to work barring one warning and for gcc -ansi -Wall -pedantic to be warning free: 2004-01-15 22:46:07 +00:00
warn.c The great merge 2002-11-30 22:01:28 +00:00
wrapfunc.c Minor tweak. 2003-04-30 17:42:24 +00:00