aboutsummaryrefslogtreecommitdiff
path: root/Source
AgeCommit message (Expand)Author
2003-03-11Fixed bizarre template default constructor + SwigValueWrapper() bug.Dave Beazley
2003-03-11Added $descriptor() support to code supplied to methods in %extend sections.Dave Beazley
2003-03-11Fixed minor VC compilation problems.Dave Beazley
2003-03-10Java module enhancements/bug fixes since the C# module was derived off the Ja...William S Fulton
2003-03-10*** empty log message ***Logan Johnson
2003-03-10Fix to escape code handling.Dave Beazley
2003-03-10Fix to constant handling.Dave Beazley
2003-03-10Working example. See Examples/ocaml/shapes.Art Yerkes
2003-03-08typemaps.i: $descriptor usage correction.Art Yerkes
2003-03-08Added SetNoneComparison call to PYTHON::topMark Rose
2003-03-08Removed a Py_None from cwrap.c.Art Yerkes
2003-03-07*** empty log message ***Logan Johnson
2003-03-07*** empty log message ***Logan Johnson
2003-03-07*** empty log message ***Logan Johnson
2003-03-07Variety of preprocessor fixes reported by Sebastien Recio.Dave Beazley
2003-03-07added SWIG_DIRECTORS define under pythonMark Rose
2003-03-07changed -fdirectors option to %module optionMark Rose
2003-03-06Enhancement to Swig_require(), Swig_save(), Swig_restore()Dave Beazley
2003-03-06polymorphism patch mergeMark Rose
2003-03-04Remove package statement when using -package commandline. Perhaps this needs ...William S Fulton
2003-03-04Fixed William's weird typemap local variable replacement bug (I think).Dave Beazley
2003-03-03gcc -Wall warnings fixWilliam S Fulton
2003-03-03Whoops undo last checkin which just had some experimentation.William S Fulton
2003-03-03CSharp addedWilliam S Fulton
2003-03-03CSharp module. Neil Cawse version.William S Fulton
2003-03-01Proper handling of arrays finally in the works, no special typemaps needed.Art Yerkes
2003-02-27Fixed [ 653548 ] error parsing casting operator definition.Dave Beazley
2003-02-27Added support for anonymous bit-fields.Dave Beazley
2003-02-27Added to typemaps: reference type in/outArt Yerkes
2003-02-27Changed module technique from <module_name>- to <module_name>: whichJonah Beckford
2003-02-26More VC++ noiseWilliam S Fulton
2003-02-26Function call fixWilliam S Fulton
2003-02-26Fix for Visual C++ which doesn't scope variable declarations in a for() corre...William S Fulton
2003-02-26Fixes for compiler warningsWilliam S Fulton
2003-02-26Fixed [ 642112 ] Constants char bugDave Beazley
2003-02-26Extremely scary template patch to fix Luigi's partial specialization argument...Dave Beazley
2003-02-25Fixed arrayref.i test.Dave Beazley
2003-02-25Fixed abstract_typedef2.i test (apparently).Dave Beazley
2003-02-25Experimental patch for abstract methodsDave Beazley
2003-02-24Fix so that enum typemaps are used when wrapping an enum declaration.William S Fulton
2003-02-22deprecated -xml output.xmlKlaus Wiederänders
2003-02-21csharp module commented.Tiger Feng
2003-02-21csharp module addedTiger Feng
2003-02-21*** empty log message ***Tiger Feng
2003-02-21Added Patch [ 623258 ] GCC-style vararg macro supportDave Beazley
2003-02-20Fixed problem with typedef with -fvirtualTiger Feng
2003-02-20Fixed [ 605162 ] Typemap local variables.Dave Beazley
2003-02-20Refinement of noquote string replace to fixDave Beazley
2003-02-20Fixed Marcelo's abstract_typedef test.Dave Beazley
2003-02-19enumvalue attribute always has a value now. If there is no explicit value setWilliam S Fulton