This website requires JavaScript.
Explore
Help
Sign in
jyapayne
/
swig
Watch
1
Star
0
Fork
You've already forked swig
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
486eca2faa
swig
/
Lib
/
mzscheme
History
Download ZIP
Download TAR.GZ
William S Fulton
1f4bd0bfa5
Minor extraneous makefiles tidy up
2013-04-19 22:47:29 +01:00
..
Makefile
Minor extraneous makefiles tidy up
2013-04-19 22:47:29 +01:00
mzrun.swg
Move contributors to COPYRIGHT file.
2012-09-07 06:03:20 +00:00
mzscheme.swg
SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear.
2010-02-27 23:26:02 +00:00
std_common.i
SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear.
2010-02-27 23:26:02 +00:00
std_deque.i
Each target language now has its own std_deque.i like the other STL wrappers.
2006-01-08 20:08:44 +00:00
std_map.i
Fix some language's std::map wrappers to recognise difference_type, size_type, key_type and mapped_type.
2012-05-15 19:51:06 +00:00
std_pair.i
SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear.
2010-02-27 23:26:02 +00:00
std_string.i
std::string typemap modifications so they can be used with %apply for other string classes
2012-05-26 06:33:49 +00:00
std_vector.i
SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear.
2010-02-27 23:26:02 +00:00
stl.i
SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear.
2010-02-27 23:26:02 +00:00
typemaps.i
Change typemap matching rules for the default type (SWIGTYPE) to follow template partial specialization type deduction. Fixes some containers of const pointers. SWIGTYPE*& typemps removed and replaced with SWIGTYPE *const&.
2010-04-01 18:26:37 +00:00