summaryrefslogtreecommitdiff
path: root/Lib/mzscheme
Commit message (Expand)AuthorAgeFilesLines
* Allow using snprintf() instead of sprintf() in wrappersOlly Betts2023-04-271-5/+6
* Cleanup SWIG_VERSION definitionWilliam S Fulton2022-10-131-2/+0
* Sort out predefined SWIG-specific macrosOlly Betts2022-10-051-0/+2
* std::string throws typemapsWilliam S Fulton2022-09-191-0/+7
* Add Racket throws typemaps for char *William S Fulton2022-09-191-0/+4
* Add missing typecheck typemaps for std::auto_ptr and std::unique_ptrWilliam S Fulton2022-09-172-0/+12
* Provide SWIGTYPE MOVE typemaps in swigmove.iWilliam S Fulton2022-09-161-0/+19
* Racket - NULL pointer handlingWilliam S Fulton2022-08-311-9/+13
* SWIGTYPE && input typemaps now assume object has been movedWilliam S Fulton2022-08-313-9/+17
* Cosmetic stray semi-colon removal after %typemap using quotesWilliam S Fulton2022-08-311-5/+5
* Add Racket support for std::unique_ptr and std::auto_ptrWilliam S Fulton2022-08-184-7/+100
* More move semantics improvementsWilliam S Fulton2022-07-041-1/+1
* Movable and move-only types supported in "out" typemaps.William S Fulton2022-06-301-1/+1
* Avoid -Wempty-body warnings from SWIG_contract_assertOlly Betts2022-02-111-6/+8
* Consistent parameter names for std::pairWilliam S Fulton2019-02-141-8/+8
* Add STL container copy constructors where missingWilliam S Fulton2019-02-142-6/+8
* Add missing typedefs to std::vector + typedef correctionsWilliam S Fulton2019-02-131-0/+16
* Add missing typedefs to std::pairWilliam S Fulton2019-02-131-0/+4
* Add missing typedefs to std::mapWilliam S Fulton2019-02-131-0/+36
* Add missing parameter names in STL container wrappersWilliam S Fulton2019-02-132-6/+6
* Create a consistent stl.i library fileWilliam S Fulton2019-02-121-2/+1
* Fix overloading for non-pointers and NULL - MzSchemeWilliam S Fulton2018-12-303-3/+13
* Add support for non-default compare template argument in std::map wrappersWilliam S Fulton2018-10-091-96/+96
* Add some missing SWIGINTERN usageWilliam S Fulton2017-01-171-2/+5
* 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