summaryrefslogtreecommitdiff
path: root/Source/Swig/naming.c
Commit message (Expand)AuthorAgeFilesLines
* merge revisions 11872:11876 from trunk to gsoc2008-jezabek branch - license c...William S Fulton2010-03-061-2/+6
* Merged revisions 10794,10801-10809,10827-10831,10834,10846-10856,10860,10862-...Jan Jezabek2009-06-211-16/+16
* Merged revisions 10527,10530-10531,10536-10537,10539-10552,10558-10568,10574-...Jan Jezabek2008-06-241-1/+3
* Merged revisions 10498-10499,10503-10504,10506,10508,10511,10515-10516,10518-...Jan Jezabek2008-06-091-1/+1
* Add allprotected mode for wrapping protected members when using directorsWilliam S Fulton2008-04-201-10/+16
* fix seg fault when attempting to report errors on overloaded global functionsWilliam S Fulton2008-03-041-1/+2
* Add support function for displaying the declaration of a methods. Add special...William S Fulton2008-02-131-0/+76
* conversion operator %rename improvements - the exact operator name must be sp...William S Fulton2007-05-261-28/+29
* Eliminated use of swigkeys.h/.c files.Dave Beazley2007-01-031-64/+63
* API cleanup. DocumentationDave Beazley2007-01-031-31/+31
* API cleanupDave Beazley2007-01-021-1/+1
* API cleanup. Documentation.Dave Beazley2006-12-301-30/+30
* Changed Header keyword to Id for SVNDave Beazley2006-12-051-1/+1
* beautify/format source code with gnu indentWilliam S Fulton2006-11-011-452/+448
* Use Strchr/strchr instead of Strstr/strstr when searching for a singleOlly Betts2006-09-231-6/+6
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-061-6/+4
* fix [ 1432152 ] %rename friend operators in namespaceMarcelo Matus2006-02-161-0/+9
* fixes for %templates/%rename/%features + templatesMarcelo Matus2006-02-051-31/+79
* (Swig_name_copyconstructor): Use "copy" naming scheme, not "construct".Matthias Köppe2006-01-301-1/+1
* fix several compiler warningsMarcelo Matus2006-01-231-5/+12
* add initial regexp support based on the coptional rxspencer library. Active i...Marcelo Matus2006-01-171-39/+106
* cosmeticsMarcelo Matus2006-01-151-4/+6
* varios error fixesMarcelo Matus2006-01-141-8/+27
* last list rename rule added take precedenceMarcelo Matus2006-01-121-1/+3
* add predicates to %rename, new kind attribute to cdecl and the '|' operator i...Marcelo Matus2006-01-121-1/+18
* fix the way a member is added to a class, and the class node is constructed, ...Marcelo Matus2006-01-111-1/+9
* fix problem introduced by notmatch, extra notMarcelo Matus2006-01-111-2/+13
* fix rename, problem detected in guile which doesn't set any namewarnMarcelo Matus2006-01-091-1/+13
* add operator aliasesMarcelo Matus2006-01-071-0/+13
* add nomatch optionMarcelo Matus2006-01-021-1/+4
* cleanup and fix 'fullname' optionMarcelo Matus2006-01-021-7/+15
* add fullname to the php4 kw warningMarcelo Matus2006-01-021-2/+2
* cosmetics + docsMarcelo Matus2006-01-021-61/+114
* Move rename/namewarn engine from parser.y to naming.c. The code was gettingMarcelo Matus2006-01-021-48/+525
* add naming init and other string cosmeticsMarcelo Matus2005-12-311-65/+112
* fix features/rename for template constructors/destructorsMarcelo Matus2005-12-301-4/+27
* Changed a variable name from cdecl to cdecl_. The reason for the changeCharlie Savage2005-12-271-3/+3
* fix many/many memory leaksMarcelo Matus2005-11-301-2/+7
* remove many memory leaks and cleanupMarcelo Matus2005-11-291-2/+10
* add NewStringEmpty, use more StringEuqual and less StrcmpMarcelo Matus2005-11-281-8/+8
* fix name_set extra mangling that confuses chickenMarcelo Matus2005-11-051-1/+1
* fix extra mangling that confuses chickenMarcelo Matus2005-11-051-1/+1
* uniform the name_get/name_set namesMarcelo Matus2005-10-251-2/+2
* typoWilliam S Fulton2005-10-041-1/+1
* Modify following features to work as flags, so that they can be truely set an...William S Fulton2005-09-301-5/+5
* fix several memory leaksMarcelo Matus2005-03-071-1/+1
* fix %ignore *::Bar::foo caseMarcelo Matus2004-12-211-3/+13
* fixes for templates and template default args, cosmetics, and other fixes for...Marcelo Matus2004-12-161-0/+16
* more fixes for %features, now doint it right, ie, deleting code instead of ad...Marcelo Matus2004-11-031-90/+59
* more on %rename+%features+ templatesMarcelo Matus2004-11-021-1/+1