aboutsummaryrefslogtreecommitdiff
path: root/Lib/typemaps/fragments.swg
AgeCommit message (Expand)Author
2024-04-11Update to v4.2.1HEADmastermainAlistair Delva
2018-05-04Enhance SWIG_isfinite for older standards: C++03/C++98/C89William S Fulton
2018-05-04__cplusplus macro usage tweakWilliam S Fulton
2017-08-30Add unignore for rvalue ref-qualifiersWilliam S Fulton
2017-01-22Octave: add support for version 4.2Karl Wette
2016-12-21Fix isfinite() checks to work with all C++11 compilersOlly Betts
2016-03-01[Python] Use std::isfinite() under C++11Olly Betts
2016-03-01[Python] Fix isfinite() check to work with GCC6Olly Betts
2014-02-21Move some header file includes into fragments for UTL languagesWilliam S Fulton
2014-02-15Add <string> fragmentWilliam S Fulton
2013-09-12Infinity is now by default an acceptable value for type 'float'.William S Fulton
2012-03-20Fix missing stddef.h when %import of STL containers. Was causing compile fail...William S Fulton
2010-04-14Make typemap fragments official - move the documentation in fragments.swg int...William S Fulton
2009-08-21fix SWIG naming conventionWilliam S Fulton
2007-09-24fix long long handling - mainly patch 1771313. Attempt to define ISO limits t...William S Fulton
2006-09-28Fix a few more typos in commentsOlly Betts
2006-02-18more fixes for old Solaris compilerMarcelo Matus
2006-02-10use one line macro when possibleMarcelo Matus
2006-02-01add declaration for WCHAR_MIN and WCHAR_MAX if not foundedMarcelo Matus
2006-01-30Add missing fragment. Surely this kind of bug should be found when SWIG compi...William S Fulton
2006-01-22more fixes to MSCMarcelo Matus
2006-01-22more on MSC and snprintf/strtoll/strtoullMarcelo Matus
2006-01-22fixes for VCMarcelo Matus
2006-01-01fixed document typosJason Stewart
2005-12-23more perl + cast/rank mechanismMarcelo Matus
2005-12-23changes to support cast ranking for dispatch and/or overloadingMarcelo Matus
2005-11-24last performance improvements, and typemaps fixesMarcelo Matus
2005-11-04simplify the ASPTR_ARGS and ASVAL_ARGS macros to one AS_ARGMarcelo Matus
2005-11-03more docs for fragmentsMarcelo Matus
2005-10-27be sure we use #if defined(...) instead of the fragil #ifdef everywhere, fix ...Marcelo Matus
2005-10-25eliminate compilation warnings, add docs, and centralize the access to the un...Marcelo Matus
2005-10-24Perl added to the Unified typemap library, cleaner way to use the library, an...Marcelo Matus