summaryrefslogtreecommitdiff
path: root/Lib/mzscheme
Commit message (Expand)AuthorAgeFilesLines
* Whitespace cleanup of all Makefiles*Karl Wette2014-05-021-1/+0
* Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-10-102-2/+2
|\
| * Drop guilegh interfaceGeert Janssens2013-04-281-1/+1
| * Minor extraneous makefiles tidy upWilliam S Fulton2013-04-191-1/+1
* | Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-01-283-10/+5
|\ \ | |/
| * Move contributors to COPYRIGHT file.William S Fulton2012-09-071-9/+0
| * std::string typemap modifications so they can be used with %apply for other s...William S Fulton2012-05-261-1/+1
| * Fix some language's std::map wrappers to recognise difference_type, size_type...William S Fulton2012-05-151-0/+4
* | Add rvalue reference typemapsWilliam S Fulton2013-01-241-3/+12
|/
* Apply Ubuntu patch to fix Mzscheme std::map wrappersWilliam S Fulton2010-04-091-8/+8
* Change typemap matching rules for the default type (SWIGTYPE) to follow templ...William S Fulton2010-04-011-0/+7
* SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton2010-02-279-27/+0
* Add newmemory parameter for SWIG_TypeCastWilliam S Fulton2008-02-101-1/+4
* When wrapping C++ code, generate code which usesOlly Betts2007-09-171-2/+2
* * Bug fix in the dynamic loading code of the mzscheme bindingHans Oesterholt-Dijkema2006-09-171-1/+2
* Fixes for std::pair typemapsLuigi Ballabio2006-08-011-23/+23
* * mzscheme code can now dynamically load libraries, that are neededHans Oesterholt-Dijkema2006-07-091-0/+194
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-079-46/+69
* [MzScheme] Typemaps for all integral types now accept the full rangeMatthias Köppe2006-02-193-20/+86
* std::string global and member variables are wrapped as strings by defaultWilliam S Fulton2006-01-291-0/+2
* Each target language now has its own std_deque.i like the other STL wrappers.William S Fulton2006-01-081-0/+1
* add initial stl.i to ensure proper file inclussion and extensions for each la...Marcelo Matus2006-01-061-0/+7
* Use the system angle brackets for %includeWilliam S Fulton2005-11-263-4/+4
* use exception specification instead of %exception to handle STL error checkingWilliam S Fulton2005-07-273-62/+18
* contract support - patch from Hans Oesterholt-DijkemaWilliam S Fulton2005-06-161-0/+8
* added missing constructors for std::pairWilliam S Fulton2005-05-251-0/+24
* Fix last change.Matthias Köppe2005-03-302-2/+6
* Patch from Hans Oesterholt for supporting MzScheme 30x.Matthias Köppe2005-03-302-1/+45
* Switch mzscheme to use SWIG_TypeCheckStruct instead of SWIG_TypeCheck.John Lenz2005-03-011-1/+1
* - Improve the runtime type sytesmJohn Lenz2005-02-013-47/+64
* allow to include the swig runtime code into external user librariesMarcelo Matus2004-11-181-0/+1
* - Add SWIG_RUNTIME_VERSION to new type sharing code. This is for future-proo...John Lenz2004-10-211-5/+5
* removed redundant valuewrapper featureWilliam S Fulton2004-10-201-1/+0
* avoid to use SwigValueWrapper with std::string, just to keep the code cleaner...Marcelo Matus2004-10-181-0/+1
* Removed ability to share type information by C linkingJohn Lenz2004-10-162-20/+0
* New way of sharing type information between modules for chicken, mzscheme,John Lenz2004-10-052-37/+43
* <Dmitriy.Zavin@infineon.com> writes:Matthias Köppe2004-08-171-0/+44
* New common runtime function SWIG_TypePrettyName.Matthias Köppe2004-05-061-0/+1
* Use FUNC_NAME rather than a bogus typemap variable for signallingMatthias Köppe2004-02-233-12/+12
* Added pack/unpack functionsDave Beazley2003-12-081-0/+2
* Fixed missing variable.Dave Beazley2003-11-261-0/+1
* Added missing exception.iDave Beazley2003-11-261-0/+1
* Char and unsigned-char specialization addedLuigi Ballabio2003-11-191-1/+4
* Remove symbol clashes between runtime libraries.Matthias Köppe2003-10-053-25/+45
* Typemap for size_t applied to std::size_tLuigi Ballabio2003-08-171-0/+2
* std::pair added (but not very much tested)Luigi Ballabio2003-07-101-0/+845
* Merged MzScheme changes contributed by John Lenz.Matthias Köppe2003-06-102-0/+0
* Merged MzScheme changes contributed by John Lenz.Matthias Köppe2003-06-107-511/+313
* Added correct (I hope) typechecking for native scripting objectsLuigi Ballabio2003-05-221-1/+2
* std::map ready for prime time (hopefully)Luigi Ballabio2003-03-111-48/+28