Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove some usage of strdup | William S Fulton | 2022-05-07 | 1 | -3/+5 |
| | | | | | To fix visual c++ warning: warning C4996: 'strdup': The POSIX name for this item is deprecated. | ||||
* | Add missing checks for failures in calls to PyUnicode_AsUTF8String. | William S Fulton | 2017-12-04 | 1 | -1/+11 |
| | | | | | Previously a seg fault could occur when passing invalid UTF8 strings (low surrogates), eg passing u"\udcff" to the C layer (Python 3). | ||||
* | Correct docs and examples to call SWIG_fail after setting a Python error | William S Fulton | 2016-10-23 | 1 | -2/+2 |
| | | | | | Although 'return NULL' works, it may miss out on some cleanup and NULL is the wrong value to return in generated code for overloaded functions. | ||||
* | Warning fixes in generated Python code for 64bit Visual C++ on Windows. | William S Fulton | 2015-07-03 | 1 | -3/+3 |
| | |||||
* | Portability fixes for python example | William S Fulton | 2015-04-04 | 1 | -2/+2 |
| | |||||
* | Fix assorted comment and documentation typos | Olly Betts | 2014-02-23 | 1 | -1/+1 |
| | |||||
* | Fix Python examples to compile and run under Python 3 | William S Fulton | 2013-05-26 | 1 | -10/+37 |
| | |||||
* | warning fix | William S Fulton | 2009-01-09 | 1 | -1/+3 |
| | | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11045 626c5289-ae23-0410-ae9c-e8d60b6d4f22 | ||||
* | Merged the Python 3.0 support branch. The merging progress is not so smooth, ↵ | Haoyu Bai | 2008-09-11 | 1 | -1/+31 |
| | | | | | | | | | | | | | so hope this commit won't make anything broken. This is the (incomplemete) log produced by svnmerge.py: Merged revisions 10405-10409,10420-10422,10426,10438,10445,10451,10454-10465,10467,10473-10475,10485,10488-10489,10493-10495,10497,10509-10510,10513-10514,10517,10520,10525,10528-10529,10533-10535,10554-10557,10570,10573,10593,10614,10666-10669,10673,10678,10687,10690,10704-10706,10731,10744,10750-10752,10755,10759,10770,10775-10776,10813,10819 via svnmerge from https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2008-bhy git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10834 626c5289-ae23-0410-ae9c-e8d60b6d4f22 | ||||
* | add %typemap(LANG,..) warning 1387184 | Marcelo Matus | 2006-01-05 | 1 | -3/+3 |
| | | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8220 626c5289-ae23-0410-ae9c-e8d60b6d4f22 | ||||
* | fix extern declarations | William S Fulton | 2005-06-28 | 1 | -0/+10 |
| | | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7321 626c5289-ae23-0410-ae9c-e8d60b6d4f22 | ||||
* | warning fixes | William S Fulton | 2004-11-02 | 1 | -5/+1 |
| | | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6628 626c5289-ae23-0410-ae9c-e8d60b6d4f22 | ||||
* | The great merge | Dave Beazley | 2002-11-30 | 1 | -0/+83 |
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4141 626c5289-ae23-0410-ae9c-e8d60b6d4f22 |