summaryrefslogtreecommitdiff
path: root/Lib/guile
Commit message (Expand)AuthorAgeFilesLines
* merge revisions 11872:11876 from trunk to gsoc2008-jezabek branch - license c...William S Fulton2010-03-0619-60/+0
* Merged revisions 10418:10475 from trunk.Jan Jezabek2008-05-201-2/+2
* Add newmemory parameter for SWIG_TypeCastWilliam S Fulton2008-02-102-2/+8
* Fix list_vector.i in the guilescm test suite to work on amd64John Lenz2007-10-291-3/+3
* Another fix for test case apply_strings, for guile -gh, by adding explicit ca...Matthias Köppe2007-10-231-2/+2
* Fix testcases apply_signed_char and apply_strings by adding explicit casts to...Matthias Köppe2007-10-221-4/+4
* When wrapping C++ code, generate code which usesOlly Betts2007-09-171-3/+3
* Patch from Chris Shoemaker to clean up some warnings in the guile moduleJohn Lenz2006-10-302-45/+52
* - Fix SF bug 1573892John Lenz2006-10-141-0/+3
* Fixes for std::pair typemapsLuigi Ballabio2006-08-011-10/+10
* more %apply char* fixesWilliam S Fulton2006-05-051-1/+1
* ensure %apply with char*, unsigned char* and signed char* worksWilliam S Fulton2006-05-031-2/+2
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-0718-116/+142
* [Guile -scm] Add typemaps for "long long"; whether the generated codeMatthias Köppe2006-03-032-0/+11
* [MzScheme] Typemaps for all integral types now accept the full rangeMatthias Köppe2006-02-194-4/+47
* (free_swig_member_function): Add missing return.Matthias Köppe2006-01-311-0/+1
* Add some more std::string typemaps.Matthias Köppe2006-01-301-0/+28
* std::string global and member variables are wrapped as strings by defaultWilliam S Fulton2006-01-291-0/+2
* Define and use %argument_fail, %as_voidptr.Matthias Köppe2006-01-291-9/+14
* (SWIG_Guile_ConvertPtr): Use constants SWIG_OK, SWIG_ERROR.Matthias Köppe2006-01-292-19/+20
* Add support for member function pointers.Matthias Köppe2006-01-292-0/+97
* Fix for typedef to void *William S Fulton2006-01-231-1/+1
* Resort back to SWIG-1.3.27 STL exception handling. The generic std_except.i d...William S Fulton2006-01-081-0/+12
* 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-265-7/+7
* Fix last change, add throw typemap for enums.Matthias Köppe2005-09-261-3/+7
* Added throw typemaps.Matthias Köppe2005-09-251-0/+40
* use exception specification instead of %exception to handle STL error checkingWilliam S Fulton2005-07-273-59/+18
* Fix handling of anonymous-enum variables.Matthias Köppe2005-06-111-1/+11
* Fix for global "const char *" variables.Matthias Köppe2005-06-101-1/+7
* Fix typecheck for SWIGTYPE.Matthias Köppe2005-06-101-1/+6
* Uniform handling of SWIGEXPORT across SWIG.William S Fulton2005-05-271-22/+2
* added missing constructors for std::pairWilliam S Fulton2005-05-251-0/+24
* more warning fixes, cosmetics, and uniformity changesMarcelo Matus2005-02-261-16/+18
* Remove %apply for size_t; add %typecheck for size_t and ptrdiff_tMatthias Köppe2005-02-131-5/+5
* - Improve the runtime type sytesmJohn Lenz2005-02-014-393/+195
* Cast guile enum in typemap corretlyJohn Lenz2005-01-241-1/+1
* allow to include the swig runtime code into external user librariesMarcelo Matus2004-11-181-0/+1
* Revert guile_gh.swg and guile_gh_run.swg to not use new runtime system.John Lenz2004-11-022-86/+84
* size_t fixWilliam S Fulton2004-11-011-1/+1
* - Add SWIG_RUNTIME_VERSION to new type sharing code. This is for future-proo...John Lenz2004-10-212-7/+17
* 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-165-153/+88
* Fix a few bugs in the tcl module related to clientdata propagation.John Lenz2004-10-071-28/+0
* Move the magic with the (Swig swigrun) module here.Matthias Köppe2004-07-241-0/+13
* In -scm mode, SWIG modules now exchange their pointer type informationMatthias Köppe2004-07-241-18/+59
* Don't try to do magic with the (Swig swigrun) module in -runtime mode.Matthias Köppe2004-07-241-17/+2
* Don't depend on the presence of the SWIG-PointerAddress function.Matthias Köppe2004-07-241-2/+9