summaryrefslogtreecommitdiff
path: root/Lib/guile/typemaps.i
Commit message (Expand)AuthorAgeFilesLines
* Guile - Add error checking to SWIGTYPE and SWIGTYPE & in typemapsWilliam S Fulton2022-09-161-2/+8
* SWIGTYPE && input typemaps now assume object has been movedWilliam S Fulton2022-08-311-7/+23
* Cosmetic stray semi-colon removal after %typemap using quotesWilliam S Fulton2022-08-311-6/+6
* [guile] Stop using deprecated aliasesOlly Betts2022-08-041-1/+1
* Movable and move-only types supported in "out" typemaps.William S Fulton2022-06-301-3/+2
* Remove redundant NULL checks before free()/delete (#2184)Olly Betts2022-01-291-3/+3
* Member function pointer typemap tweaksWilliam S Fulton2021-04-261-6/+6
* Fix overloading for non-pointers and NULL - GuileWilliam S Fulton2018-12-301-2/+8
* guile - replace obsolete scm_listify with scm_list_nGeert Janssens2018-04-201-8/+8
* Fix wrapping of references/pointers and qualifiers to member pointersWilliam S Fulton2017-03-161-0/+2
* Add c++11 strongly typed enum support for GuileWilliam S Fulton2014-11-281-3/+3
* Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-10-101-46/+46
|\
| * Fix deprecation warnings for test suite under guile 2.0Geert Janssens2013-04-281-9/+9
| * Drop guilegh interfaceGeert Janssens2013-04-281-42/+42
| * Add support for guile 2.0: update swg and interface filesGeert Janssens2013-04-281-3/+3
* | Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-01-281-9/+9
|\ \ | |/
| * cosmetic style fix on pointer declarationsWilliam S Fulton2011-05-251-7/+7
| * Patch #3191625 fixing overloading of integer types.William S Fulton2011-05-191-1/+1
| * Added some missing multi-argument typemaps: (char *STRING, size_t LENGTH) and...William S Fulton2011-01-141-1/+1
* | Add rvalue reference typemapsWilliam S Fulton2013-01-241-4/+19
|/
* Change typemap matching rules for the default type (SWIGTYPE) to follow templ...William S Fulton2010-04-011-0/+6
* SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton2010-02-271-3/+0
* Add the optimal attribute to the out typemap for more optimal code generation...William S Fulton2008-05-141-2/+2
* Another fix for test case apply_strings, for guile -gh, by adding explicit ca...Matthias Köppe2007-10-231-2/+2
* Fix testcases apply_signed_char and apply_strings by adding explicit casts to...Matthias Köppe2007-10-221-4/+4
* more %apply char* fixesWilliam S Fulton2006-05-051-1/+1
* ensure %apply with char*, unsigned char* and signed char* worksWilliam S Fulton2006-05-031-2/+2
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-071-4/+8
* [Guile -scm] Add typemaps for "long long"; whether the generated codeMatthias Köppe2006-03-031-0/+7
* [MzScheme] Typemaps for all integral types now accept the full rangeMatthias Köppe2006-02-191-3/+3
* Define and use %argument_fail, %as_voidptr.Matthias Köppe2006-01-291-9/+14
* Add support for member function pointers.Matthias Köppe2006-01-291-0/+30
* Fix for typedef to void *William S Fulton2006-01-231-1/+1
* Fix last change, add throw typemap for enums.Matthias Köppe2005-09-261-3/+7
* Added throw typemaps.Matthias Köppe2005-09-251-0/+40
* Fix handling of anonymous-enum variables.Matthias Köppe2005-06-111-1/+11
* Fix for global "const char *" variables.Matthias Köppe2005-06-101-1/+7
* Fix typecheck for SWIGTYPE.Matthias Köppe2005-06-101-1/+6
* Remove %apply for size_t; add %typecheck for size_t and ptrdiff_tMatthias Köppe2005-02-131-5/+5
* Cast guile enum in typemap corretlyJohn Lenz2005-01-241-1/+1
* size_t fixWilliam S Fulton2004-11-011-1/+1
* Improvements to object-ownership management inMatthias Köppe2003-11-181-25/+17
* Merged first chunk of Guile changes contributed by John Lenz.Matthias Köppe2003-06-031-74/+56
* Added correct (I hope) typechecking for native scripting objectsLuigi Ballabio2003-05-221-0/+1
* Fixed typecheck for boolsLuigi Ballabio2003-02-191-2/+7
* The great mergeDave Beazley2002-11-301-33/+334
* [Guile] New typemaps for FILE *.Matthias Köppe2000-09-211-1/+6
* Incorporated patch #101430, fixing bugs in the Guile module.Matthias Köppe2000-09-181-1/+2
* Free malloc'ed string copies after function call.Matthias Köppe2000-08-311-0/+5
* Fixed handling of char types.Matthias Köppe2000-08-301-2/+2