summaryrefslogtreecommitdiff
path: root/Source/Swig/wrapfunc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove cvs/svn Id stringsWilliam S Fulton2013-01-121-2/+0
* SWIG license change - Source moves to GPLv3William S Fulton2010-02-271-2/+6
* Replaced all [const] String_or_char * to const_String_or_char_ptr, by the fol...Haoyu Bai2009-01-241-5/+5
* add parameter list (or void) to all C functionsWilliam S Fulton2008-11-111-1/+1
* API cleanup and documentation (Wrapper objects)Dave Beazley2007-01-161-1/+1
* Changed Header keyword to Id for SVNDave Beazley2006-12-051-1/+1
* beautify/format source code with gnu indentWilliam S Fulton2006-11-011-175/+165
* Use Strchr/strchr instead of Strstr/strstr when searching for a singleOlly Betts2006-09-231-1/+1
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-061-11/+6
* fix for the switch/case:Marcelo Matus2005-12-211-2/+4
* more memory leaks fixesMarcelo Matus2005-12-041-9/+8
* add NewStringEmpty, use more StringEuqual and less StrcmpMarcelo Matus2005-11-281-9/+9
* use direct methods for string, hash and avoid Strstr/StrnstrMarcelo Matus2005-11-281-1/+1
* several clean/speed upsMarcelo Matus2005-11-271-3/+3
* manage the labels as fail:Marcelo Matus2005-10-311-1/+9
* small cosmetic change to manage parentesis () closed in different lines, and ...Marcelo Matus2005-10-191-4/+17
* Minor tweak.Dave Beazley2003-04-301-0/+1
* Fixed [ 723471 ] Wrapper_print() fails with preprocessor directivesDave Beazley2003-04-281-4/+22
* Fixed comment problemsDave Beazley2003-03-211-1/+1
* modified -fcompact feature to deal with PP linesTiger Feng2003-02-191-13/+29
* Add -compact option.Tiger Feng2003-02-101-2/+170
* The great mergeDave Beazley2002-11-301-235/+77
* Bug fixesDave Beazley2000-12-181-3/+5
* Major reworking of the Wrapper object. It is now a DOH object.Dave Beazley2000-11-221-79/+200
* Changes to support memberin typemapDave Beazley2000-09-031-1/+1
* The pretty printer gets confused by comments including unbalancedMatthias Köppe2000-08-231-0/+1
* Lots of cleanupDave Beazley2000-08-171-1/+21
* Restored the Python module. Lots of minor fixes and cleanupDave Beazley2000-08-161-2/+2
* Completely new type implementation. Almost everything broken. Typemaps sort ...Dave Beazley2000-08-141-19/+23
* Converted parameter lists to linked listsDave Beazley2000-08-101-5/+6
* Cleanup. Replaced Parm and ParmList data structures with new implementation.Dave Beazley2000-07-241-2/+2
* Added cwrap.c file that contains a variety of wrapper function support codeDave Beazley2000-07-241-0/+66
* More work on smoothing out the type system. Needs more work however.Dave Beazley2000-07-231-21/+1
* Changed the handling of types in parameter lists and removed the %valDave Beazley2000-07-201-1/+0
* Fixed Wrapper_new_local() function.Dave Beazley2000-07-131-0/+1
* Fixed the pretty-printing code.Dave Beazley2000-07-111-13/+26
* Removed the WrapperFunction class entirely. Everything uses the C version.Dave Beazley2000-07-101-21/+113
* *** empty log message ***Dave Beazley2000-04-111-139/+94
* Work in progressDave Beazley2000-04-111-0/+211