aboutsummaryrefslogtreecommitdiff
path: root/Lib/mzscheme
AgeCommit message (Expand)Author
2013-04-28Drop guilegh interfaceGeert Janssens
2013-04-19Minor extraneous makefiles tidy upWilliam S Fulton
2012-09-07Move contributors to COPYRIGHT file.William 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
2010-04-09Apply Ubuntu patch to fix Mzscheme std::map wrappersWilliam 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-02-10Add newmemory parameter for SWIG_TypeCastWilliam S Fulton
2007-09-17When wrapping C++ code, generate code which usesOlly Betts
2006-09-17* Bug fix in the dynamic loading code of the mzscheme bindingHans Oesterholt-Dijkema
2006-08-01Fixes for std::pair typemapsLuigi Ballabio
2006-07-09* mzscheme code can now dynamically load libraries, that are neededHans Oesterholt-Dijkema
2006-03-07Common template for head of each file detailing licence, distribution and aut...William S Fulton
2006-02-19[MzScheme] Typemaps for all integral types now accept the full rangeMatthias Köppe
2006-01-29std::string global and member variables are wrapped as strings by defaultWilliam 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-07-27use exception specification instead of %exception to handle STL error checkingWilliam S Fulton
2005-06-16contract support - patch from Hans Oesterholt-DijkemaWilliam S Fulton
2005-05-25added missing constructors for std::pairWilliam S Fulton
2005-03-30Fix last change.Matthias Köppe
2005-03-30Patch from Hans Oesterholt for supporting MzScheme 30x.Matthias Köppe
2005-03-01Switch mzscheme to use SWIG_TypeCheckStruct instead of SWIG_TypeCheck.John Lenz
2005-02-01- Improve the runtime type sytesmJohn Lenz
2004-11-18allow to include the swig runtime code into external user librariesMarcelo Matus
2004-10-21- Add SWIG_RUNTIME_VERSION to new type sharing code. This is for future-proo...John Lenz
2004-10-20removed redundant valuewrapper featureWilliam S Fulton
2004-10-18avoid to use SwigValueWrapper with std::string, just to keep the code cleaner...Marcelo Matus
2004-10-16Removed ability to share type information by C linkingJohn Lenz
2004-10-05New way of sharing type information between modules for chicken, mzscheme,John Lenz
2004-08-17<Dmitriy.Zavin@infineon.com> writes:Matthias Köppe
2004-05-06New common runtime function SWIG_TypePrettyName.Matthias Köppe
2004-02-23Use FUNC_NAME rather than a bogus typemap variable for signallingMatthias Köppe
2003-12-08Added pack/unpack functionsDave Beazley
2003-11-26Fixed missing variable.Dave Beazley
2003-11-26Added missing exception.iDave Beazley
2003-11-19Char and unsigned-char specialization addedLuigi Ballabio
2003-10-05Remove symbol clashes between runtime libraries.Matthias Köppe
2003-08-17Typemap for size_t applied to std::size_tLuigi Ballabio
2003-07-10std::pair added (but not very much tested)Luigi Ballabio
2003-06-10Merged MzScheme changes contributed by John Lenz.Matthias Köppe
2003-06-10Merged MzScheme changes contributed by John Lenz.Matthias Köppe
2003-05-22Added correct (I hope) typechecking for native scripting objectsLuigi Ballabio
2003-03-11std::map ready for prime time (hopefully)Luigi Ballabio
2003-02-27Support for std::map (thanks, Dave)Luigi Ballabio
2003-02-18Missing typecheck for bool passed as valueLuigi Ballabio
2003-01-17A global stl.i works just as wellLuigi Ballabio
2002-11-30The great mergeDave Beazley