summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* more warning fixesMarcelo Matus2005-03-011-2/+2
* fix more VC7.1 warningsMarcelo Matus2005-02-281-1/+1
* following Bill's labels patch, we add swiglabels.swgMarcelo Matus2005-02-283-180/+152
* Fix bool performance warning for Visual C++William S Fulton2005-02-281-3/+3
* more fixes for security and warningsMarcelo Matus2005-02-2610-34/+44
* more warning fixes, cosmetics, and uniformity changesMarcelo Matus2005-02-265-89/+106
* finishing change from 'static' to 'SWIGINTERN'Marcelo Matus2005-02-254-15/+15
* add robust -nortti implementationMarcelo Matus2005-02-251-9/+45
* add -nortti option in python, to avoid using RTTI, mainly with directorsMarcelo Matus2005-02-252-4/+31
* More fix for warnings, and add some of the ideas of the Bill's 'labels' patchMarcelo Matus2005-02-2418-145/+181
* add template constructorMarcelo Matus2005-02-241-0/+2
* fix seg. fault after error reportMarcelo Matus2005-02-241-1/+1
* Fix bug in runtime.swg, it should now work properlyJohn Lenz2005-02-241-4/+4
* Add support for the -external-runtime argument and update all language module...John Lenz2005-02-231-11/+3
* Fixes for new Exception mechanism, but still failing.William S Fulton2005-02-231-71/+78
* fix for SF#1096981, bad long castingsMarcelo Matus2005-02-221-4/+4
* C# exceptions - wider range of exceptions to throwWilliam S Fulton2005-02-221-25/+31
* Wider range of C# exceptions to throw. More applicable exceptions in are thrown.William S Fulton2005-02-226-63/+171
* Use SWIGUNUSED attribute and fix warningsMarcelo Matus2005-02-222-8/+2
* fix PyOS_snprintf for old python versionsMarcelo Matus2005-02-221-2/+8
* fix empty map bugMarcelo Matus2005-02-222-12/+12
* fix static/inline warning, add SWIGUNUSED attributeMarcelo Matus2005-02-221-5/+12
* fix unused warningMarcelo Matus2005-02-221-0/+2
* Patch from Olly Betts, so that wrappers compile with Zend thread safety enabled.William S Fulton2005-02-221-1/+1
* Correct memory allocation for STRINGARRAYWilliam S Fulton2005-02-171-2/+2
* %exception fixes for C#William S Fulton2005-02-151-0/+5
* revert last %exception changes for C#William S Fulton2005-02-151-11/+3
* Fixes to SWIG_exception for C# and JavaWilliam S Fulton2005-02-151-5/+6
* Latest exception fixes for propertiesWilliam S Fulton2005-02-155-53/+122
* pending exception assertion makeoverWilliam S Fulton2005-02-151-2/+2
* Remove %apply for size_t; add %typecheck for size_t and ptrdiff_tMatthias Köppe2005-02-131-5/+5
* More of the new C# exceptionsWilliam S Fulton2005-02-056-90/+101
* C# exception handling improvements - they are robust and don't leak anymore. ...William S Fulton2005-02-029-90/+217
* minor name changeWilliam S Fulton2005-02-021-1/+1
* Add __attribute__ ((unsued)) to runtime functions for gcc compilersJohn Lenz2005-02-011-0/+4
* - Improve the runtime type sytesmJohn Lenz2005-02-0132-939/+868
* hide swig-initialize-return symbol in chicken exported scheme codeJohn Lenz2005-01-241-1/+1
* Cast guile enum in typemap corretlyJohn Lenz2005-01-241-1/+1
* new typemap: csconstruct. This typemap contains the code that goes into the p...William S Fulton2005-01-101-2/+17
* new typemap: javaconstruct. This typemap contains the code that goes into the...William S Fulton2005-01-101-0/+9
* fix for 'staticmethod' kw nameMarcelo Matus2004-12-221-0/+1
* fix varin for ptr typesMarcelo Matus2004-12-211-4/+9
* fix typecheck for INPUT* typeMarcelo Matus2004-12-201-1/+1
* fix *INPUT typemaps for ptr types, now a null value is okMarcelo Matus2004-12-191-0/+1
* fix *INPUT typemaps for ptr types, now a null value is okMarcelo Matus2004-12-191-5/+1
* fix varin typemapMarcelo Matus2004-12-191-6/+8
* solve possible seg. faults and directors #1080075Marcelo Matus2004-12-166-21/+25
* fix warning(error?) with jlong + x86_64Marcelo Matus2004-12-161-0/+8
* using new template resolution for def args, and cosmeticsMarcelo Matus2004-12-1614-63/+58
* better warning messageMarcelo Matus2004-12-161-1/+1