aboutsummaryrefslogtreecommitdiff
path: root/Lib
AgeCommit message (Expand)Author
2007-10-17Remove cvs $Header$William S Fulton
2007-10-17attribute tidy up. %attributeref replaces %attribute_refWilliam S Fulton
2007-10-17Revert this fix unless ZEND_RAW_FENTRY is defined (it was added inOlly Betts
2007-10-16Release our mutex rather than free-ing it, since we want it around to reuse.Olly Betts
2007-10-16[Tcl] Fix several ocurrences of "warning: deprecated conversionOlly Betts
2007-10-16[PHP] Fix many occurrences of "warning: deprecated conversion fromOlly Betts
2007-10-15Patch #1797133 from David Piepgrass fixes %attribute when the getter has the ...William S Fulton
2007-10-15[Tcl] Prevent SWIG_Tcl_ConvertPtr from calling the unknown proc.Olly Betts
2007-10-15Another place which can use std::string::assign() which I failed to check inOlly Betts
2007-10-12Add DetachCurrentThread back in for directors. The problems occuring on Solar...William S Fulton
2007-10-11Adjust brackets on typemaps to eliminate superfluous {} blocks in generatedOlly Betts
2007-10-10Fix for new typemaps for handling parameters of type std::string & - add aOlly Betts
2007-10-09Fix compilation problem for const methods and memory leak for plain member va...William S Fulton
2007-10-09Fix compilation problem for const methodsWilliam S Fulton
2007-10-07shared_ptr typemaps addedWilliam S Fulton
2007-09-27[lua] move verbose error checks, more test cases, reorg of luatypemaps.swgMark Gossage
2007-09-25throws typemaps for std::wstring using C# patch #1799064 from David PiepgrassWilliam S Fulton
2007-09-24fix long long handling - mainly patch 1771313. Attempt to define ISO limits t...William S Fulton
2007-09-23Use push_back(wchar_t) instead of append(wchar_t) since append() isOlly Betts
2007-09-20[Java] Eliminate some unnecessary uses of a temporary bufferOlly Betts
2007-09-20Reverted the static_cast fix as it is incorrect dueGonzalo Garramuno
2007-09-19fix director typemaps for wstring&William S Fulton
2007-09-19Changed swigtype.swg to use static_cast's instead ofGonzalo Garramuno
2007-09-18[php] Add typemaps for handling parameters of type std::string &Olly Betts
2007-09-17[python] Simpler code for SWIG_AsVal_bool() which fixes a "strictOlly Betts
2007-09-17[perl5] Use sv_setpvn() to set a scalar from a pointer and lengthOlly Betts
2007-09-17When wrapping C++ code, generate code which usesOlly Betts
2007-09-17[PHP] Use std::string::assign(PTR, LEN) rather than assigningOlly Betts
2007-09-04Revered _mSWIG to rubyhead.swg as some tests would fail.Gonzalo Garramuno
2007-09-04Moved _mSWIG to rubyrun.swg with all other staticGonzalo Garramuno
2007-09-04Silly gcc was complaining about static initializers whenGonzalo Garramuno
2007-08-16[allegrocl] see CHANGES.currentMikel Bancroft
2007-08-15aplied patch 1766076Surendra Singhi
2007-08-11More alternative calling convention namesWilliam S Fulton
2007-08-10Apply patch #1771410 from Wade Brainerd to fix typedef XS(SwigPerlWrapper) in...William S Fulton
2007-08-10const enum reference typemaps fixedWilliam S Fulton
2007-08-10Fix member pointer typemaps (32bit fix only though)William S Fulton
2007-07-24Moved some of the common checks for methods/procs and arityGonzalo Garramuno
2007-07-20complete last commitWilliam S Fulton
2007-07-18member pointer fixesWilliam S Fulton
2007-07-18corrections for last commitWilliam S Fulton
2007-07-10[lua] extras compability for lua 5.1, fixed a static link name conflictMark Gossage
2007-07-05[lua] Fix a bug in SWIG_ALLOC_ARRAY()Mark Gossage
2007-06-25Fixed C++ comment in potential C file.Gonzalo Garramuno
2007-06-25std::vector parameter name changes so that these parameters can be individual...William S Fulton
2007-06-11Fixed typo.Gonzalo Garramuno
2007-06-07[allegrocl] see CHANGES.currentMikel Bancroft
2007-06-06Using an apostrophe in a #error message causes an error for some GCC versions.Olly Betts
2007-06-06[Ruby]Olly Betts
2007-06-02Changed "extern Init_stack" to "RUBY_EXTERN" to make it compatibleGonzalo Garramuno