aboutsummaryrefslogtreecommitdiff
path: root/Lib/guile
AgeCommit message (Expand)Author
2013-05-16Simplify and improve Guile FILE * in typemapWilliam S Fulton
2013-04-28Use freearg instead of argout to free temp variableGeert Janssens
2013-04-28Some C++ experience neededWilliam S Fulton
2013-04-28guile: fix std_map.i "$1 not found" errorGeert Janssens
2013-04-28Fix deprecation warnings for test suite under guile 2.0Geert Janssens
2013-04-28Drop guilegh interfaceGeert Janssens
2013-04-28Drop support for guile 1.6 and olderGeert Janssens
2013-04-28Add support for guile 2.0: update swg and interface filesGeert Janssens
2013-04-19Minor extraneous makefiles tidy upWilliam S Fulton
2012-09-07Fix for gcc warning -Wunused-value without triggering -Wunused-parameterWilliam S Fulton
2012-05-26std::string typemap modifications so they can be used with %apply for other s...William S Fulton
2012-05-15Fix some language's std::map wrappers to recognise difference_type, size_type...William S Fulton
2011-05-25cosmetic style fix on pointer declarationsWilliam S Fulton
2011-05-19Patch #3191625 fixing overloading of integer types.William S Fulton
2011-01-14Added some missing multi-argument typemaps: (char *STRING, size_t LENGTH) and...William S Fulton
2010-04-23minor formatting changeWilliam S Fulton
2010-04-01Change typemap matching rules for the default type (SWIGTYPE) to follow templ...William S Fulton
2010-02-27SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton
2008-05-14Add the optimal attribute to the out typemap for more optimal code generation...William S Fulton
2008-02-10Add newmemory parameter for SWIG_TypeCastWilliam S Fulton
2007-10-29Fix list_vector.i in the guilescm test suite to work on amd64John Lenz
2007-10-23Another fix for test case apply_strings, for guile -gh, by adding explicit ca...Matthias Köppe
2007-10-22Fix testcases apply_signed_char and apply_strings by adding explicit casts to...Matthias Köppe
2007-09-17When wrapping C++ code, generate code which usesOlly Betts
2006-10-30Patch from Chris Shoemaker to clean up some warnings in the guile moduleJohn Lenz
2006-10-14- Fix SF bug 1573892John Lenz
2006-08-01Fixes for std::pair typemapsLuigi Ballabio
2006-05-05more %apply char* fixesWilliam S Fulton
2006-05-03ensure %apply with char*, unsigned char* and signed char* worksWilliam S Fulton
2006-03-07Common template for head of each file detailing licence, distribution and aut...William S Fulton
2006-03-03[Guile -scm] Add typemaps for "long long"; whether the generated codeMatthias Köppe
2006-02-19[MzScheme] Typemaps for all integral types now accept the full rangeMatthias Köppe
2006-01-31(free_swig_member_function): Add missing return.Matthias Köppe
2006-01-30Add some more std::string typemaps.Matthias Köppe
2006-01-29std::string global and member variables are wrapped as strings by defaultWilliam S Fulton
2006-01-29Define and use %argument_fail, %as_voidptr.Matthias Köppe
2006-01-29(SWIG_Guile_ConvertPtr): Use constants SWIG_OK, SWIG_ERROR.Matthias Köppe
2006-01-29Add support for member function pointers.Matthias Köppe
2006-01-23Fix for typedef to void *William S Fulton
2006-01-08Resort back to SWIG-1.3.27 STL exception handling. The generic std_except.i d...William S Fulton
2006-01-08Each target language now has its own std_deque.i like the other STL wrappers.William S Fulton
2006-01-06add initial stl.i to ensure proper file inclussion and extensions for each la...Marcelo Matus
2005-11-26Use the system angle brackets for %includeWilliam S Fulton
2005-09-26Fix last change, add throw typemap for enums.Matthias Köppe
2005-09-25Added throw typemaps.Matthias Köppe
2005-07-27use exception specification instead of %exception to handle STL error checkingWilliam S Fulton
2005-06-11Fix handling of anonymous-enum variables.Matthias Köppe
2005-06-10Fix for global "const char *" variables.Matthias Köppe
2005-06-10Fix typecheck for SWIGTYPE.Matthias Köppe
2005-05-27Uniform handling of SWIGEXPORT across SWIG.William S Fulton