swig/Source/Swig
Jamie Kirkpatrick 01695a3128 Major refactoring: translation now takes a node and returns a translated comment if there is one.
This is to allow for situations where you need to use several nodes to create a comment, for example where there are multiple overloads for the same function but the target language doesnt support overloading: in this case we want to combine comments to explain the possible overloads.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2008-cherylfoil@10843 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-09-12 11:20:58 +00:00
..
cwrap.c Merged revisions 10487,10498-10499,10503-10504,10506,10508,10511,10515-10516,10518-10519,10527,10530-10531,10536-10537,10539-10552,10558-10568,10574-10580,10582,10584,10588-10589,10594,10607-10610,10616,10621,10624-10629,10633-10641,10643,10647,10649-10650,10662,10672,10676-10677,10682-10683,10714,10726-10727,10738,10743,10747,10749,10794,10801-10809,10827-10831,10834 via svnmerge from 2008-09-12 10:51:51 +00:00
deprecate.c API cleanup (Parms) 2007-01-10 23:43:07 +00:00
error.c fix stack overflow when using typemap warning suppression, eg %warnfilter(SWIGWARN_TYPEMAP_CHARLEAK_MSG) 2008-04-06 21:21:29 +00:00
fragment.c Eliminated use of swigkeys.h/.c files. 2007-01-03 20:58:19 +00:00
getopt.c Changed Header keyword to Id for SVN 2006-12-05 21:57:44 +00:00
include.c Merged revisions 10487,10498-10499,10503-10504,10506,10508,10511,10515-10516,10518-10519,10527,10530-10531,10536-10537,10539-10552,10558-10568,10574-10580,10582,10584,10588-10589,10594,10607-10610,10616,10621,10624-10629,10633-10641,10643,10647,10649-10650,10662,10672,10676-10677,10682-10683,10714,10726-10727,10738,10743,10747,10749,10794,10801-10809,10827-10831,10834 via svnmerge from 2008-09-12 10:51:51 +00:00
misc.c Major refactoring: translation now takes a node and returns a translated comment if there is one. 2008-09-12 11:20:58 +00:00
naming.c Merged revisions 10487,10498-10499,10503-10504,10506,10508,10511,10515-10516,10518-10519,10527,10530-10531,10536-10537,10539-10552,10558-10568,10574-10580,10582,10584,10588-10589,10594,10607-10610,10616,10621,10624-10629,10633-10641,10643,10647,10649-10650,10662,10672,10676-10677,10682-10683,10714,10726-10727,10738,10743,10747,10749,10794,10801-10809,10827-10831,10834 via svnmerge from 2008-09-12 10:51:51 +00:00
parms.c API cleanup (Parms) 2007-01-10 23:43:07 +00:00
scanner.c Merged revisions 10487,10498-10499,10503-10504,10506,10508,10511,10515-10516,10518-10519,10527,10530-10531,10536-10537,10539-10552,10558-10568,10574-10580,10582,10584,10588-10589,10594,10607-10610,10616,10621,10624-10629,10633-10641,10643,10647,10649-10650,10662,10672,10676-10677,10682-10683,10714,10726-10727,10738,10743,10747,10749,10794,10801-10809,10827-10831,10834 via svnmerge from 2008-09-12 10:51:51 +00:00
stype.c Beautify the output a bit - always put spaces around a template type list, eg Foo< abc >, was Foo<abc >. 2008-02-13 23:25:37 +00:00
swig.h Major refactoring: translation now takes a node and returns a translated comment if there is one. 2008-09-12 11:20:58 +00:00
swigfile.h Fix many instances of "delimeter" to "delimiter". 2007-10-08 12:02:56 +00:00
swigopt.h API cleanup. Documentation. 2006-12-30 18:27:47 +00:00
swigparm.h API cleanup (Parms) 2007-01-10 23:43:07 +00:00
swigscan.h Fix memory leak in SWIG's parser (based on patch from Russell 2008-03-17 00:36:35 +00:00
swigtree.h API cleanup. Documentation. 2006-12-30 18:27:47 +00:00
swigwrap.h API cleanup and documentation (Wrapper objects) 2007-01-16 04:50:43 +00:00
symbol.c Fix 1832613 - template function pointer typedefs 2007-12-16 20:55:43 +00:00
tree.c Swig_print_node truncates to 80 characters now instead of 40 2007-12-16 20:37:25 +00:00
typemap.c Remove old swig-1.1 Swig_typemap_lookup function. Rename Swig_typemap_lookup_new() to Swig_typemap_lookup() 2008-05-15 21:18:44 +00:00
typeobj.c Merged revisions 10487,10498-10499,10503-10504,10506,10508,10511,10515-10516,10518-10519,10527,10530-10531,10536-10537,10539-10552,10558-10568,10574-10580,10582,10584,10588-10589,10594,10607-10610,10616,10621,10624-10629,10633-10641,10643,10647,10649-10650,10662,10672,10676-10677,10682-10683,10714,10726-10727,10738,10743,10747,10749,10794,10801-10809,10827-10831,10834 via svnmerge from 2008-09-12 10:51:51 +00:00
typesys.c Merged revisions 10487,10498-10499,10503-10504,10506,10508,10511,10515-10516,10518-10519,10527,10530-10531,10536-10537,10539-10552,10558-10568,10574-10580,10582,10584,10588-10589,10594,10607-10610,10616,10621,10624-10629,10633-10641,10643,10647,10649-10650,10662,10672,10676-10677,10682-10683,10714,10726-10727,10738,10743,10747,10749,10794,10801-10809,10827-10831,10834 via svnmerge from 2008-09-12 10:51:51 +00:00
warn.c Changed Header keyword to Id for SVN 2006-12-05 21:57:44 +00:00
wrapfunc.c API cleanup and documentation (Wrapper objects) 2007-01-16 04:50:43 +00:00