aboutsummaryrefslogtreecommitdiff
path: root/Source
AgeCommit message (Expand)Author
2003-03-23Fixed xml sym:name problem.Dave Beazley
2003-03-22Fixed extremely silly mistake that causes intermittent failures whenJonah Beckford
2003-03-21minor warning fixWilliam S Fulton
2003-03-21Warning tidy upWilliam S Fulton
2003-03-21Fixed overloaded constructor+%extend problem.Dave Beazley
2003-03-21overloaded constructor patch.Dave Beazley
2003-03-21Oops. Accidently nuked a {. Fixed now.Dave Beazley
2003-03-21Fixed comment problemsDave Beazley
2003-03-20Fixed template_extend_overload test. Marcelo, I'll need you to double checkDave Beazley
2003-03-20All but four test cases work. I'm going to leave these for afterward.Art Yerkes
2003-03-20Fixed odd class scope bug.Dave Beazley
2003-03-20Incorporated [ 696516 ] Enabling exception processing for data member access.Dave Beazley
2003-03-20Added patch 701860.Dave Beazley
2003-03-19Reserved word checking removed - a #define can be used in interface insteadWilliam S Fulton
2003-03-19cosmetic changeWilliam S Fulton
2003-03-19vararg support for Java and C#William S Fulton
2003-03-19Added:Art Yerkes
2003-03-19director method tagging simplificationMark Rose
2003-03-19Minor tweak to earlier const-smart-pointer fix.Dave Beazley
2003-03-17Fixed function argument bugDave Beazley
2003-03-17Comment out Ruby code for "fail" tag.Logan Johnson
2003-03-17void director method fixMark Rose
2003-03-17compiler warning fixWilliam S Fulton
2003-03-17missing return statementWilliam S Fulton
2003-03-16smart-pointer const fixDave Beazley
2003-03-15Tidy upWilliam S Fulton
2003-03-15Global variables use properties instead of get and set functions.William S Fulton
2003-03-15Changed %module xx_yy_zz to generate xx-yy-zz.scm andJonah Beckford
2003-03-14partial fix for abstract director classesMark Rose
2003-03-12Missing using System; statement in the module class, needed by mono compilerWilliam S Fulton
2003-03-12Virtual methods in C# proxy classes now use the appropriate keyword, virtual ...William S Fulton
2003-03-12Use the code written for -fvirtual to gather information about virtual method...William S Fulton
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