summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* revert accidental checkinv1.3.39rel-1.3.39William S Fulton2009-04-011-1/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/tags/rel-1.3.39@11181 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* update .dll -> .pyd for pythonWilliam S Fulton2009-04-011-1/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/tags/rel-1.3.39@11180 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* invoke using swig.exe instead of just swig in Visual Studio project filesWilliam S Fulton2009-03-2034-68/+68
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11166 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Apply small documentation fix - patch #2579863William S Fulton2009-03-202-3/+3
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11165 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* add summary for 1.3.39 releaseWilliam S Fulton2009-03-201-0/+6
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11164 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* final touches for 1.3.39 releaseWilliam S Fulton2009-03-205-7/+5
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11163 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix problem caused by thread not properly terminated in director_thread ↵Haoyu Bai2009-03-192-1/+20
| | | | | | test. This was cause crash in Python 3 git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11161 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix the memory leak related to Python 3 unicode and char * conversion.Haoyu Bai2009-03-196-10/+67
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11160 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix wrong year in changelog dateHaoyu Bai2009-03-192-21/+21
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11159 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* remove debug commentWilliam S Fulton2009-03-191-1/+0
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11158 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add possibility of using when using shared_ptr and wrapping pointersWilliam S Fulton2009-03-181-4/+11
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11157 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* std::vector<T> wrapper improvements for .NET 2 implementing IEnumerable<T>William S Fulton2009-03-183-17/+93
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11156 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* minor rewriteWilliam S Fulton2009-03-161-9/+4
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11154 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* add in correct specialization for std::vector<bool> to follow C++ standard - ↵William S Fulton2009-03-162-5/+51
| | | | | | to create compileable wrappers with vc++ and recent return by reference changes git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11153 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* vc++ warning fixesWilliam S Fulton2009-03-161-1/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11152 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Remove an nonsense Py_INCREF.Haoyu Bai2009-03-161-1/+0
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11151 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix #2676738 SWIG generated symbol name clashes.William S Fulton2009-03-122-12/+15
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11150 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* undef bind for win32, problem reported by vondruchWilliam S Fulton2009-03-111-0/+3
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11148 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fixes to support Python 3.0.1 and higher.Haoyu Bai2009-03-024-17/+32
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11143 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add searching for Python 3.1 in configure.inHaoyu Bai2009-03-021-3/+3
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11142 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix SF#2583160. Make swig_import_helper() in shadow wrapper able to deal ↵Haoyu Bai2009-03-012-4/+15
| | | | | | with the case that module already imported at other place. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11141 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix SF#2637352, move declaration of SWIG_module before the call of ↵Haoyu Bai2009-02-282-4/+11
| | | | | | SWIG_Python_FixMethods, since some C compiler don't allow declaration in middle of function body. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11140 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix several heading underlines to be the same length as the headings. Add aOlly Betts2009-02-261-7/+19
| | | | | | | newline after a few headings which were missing it. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11139 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix seg fault wrapping some constant variable (%constant) typesWilliam S Fulton2009-02-213-4/+5
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11137 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* CFFI - Fix seg faults when for %extend and using statementsWilliam S Fulton2009-02-202-6/+9
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11136 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix -co option which broke in 1.3.37 SF #2605955William S Fulton2009-02-202-1/+4
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11135 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* minor correction about %beginWilliam S Fulton2009-02-201-2/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11134 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* add new %begin directive for inserting code at top of wrapper fileWilliam S Fulton2009-02-2031-162/+334
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11133 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix make partialcheck-ocaml-test-suiteWilliam S Fulton2009-02-174-6/+7
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11132 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix make partialcheck-mzscheme-test-suiteWilliam S Fulton2009-02-171-4/+4
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11131 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* typemap_namespace.i fix for mzschemeWilliam S Fulton2009-02-171-1/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11130 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* make clean-test-suite now cleans all languages, not just languages detected ↵William S Fulton2009-02-172-37/+12
| | | | | | at configure time git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11129 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add %attributeval and %attributestring to attribute.swg libraryWilliam S Fulton2009-02-136-15/+261
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11128 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add support for %extend and memberin typemapsWilliam S Fulton2009-02-134-30/+35
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11127 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* remove unnecessary temporary variable when wrapping return by referenceWilliam S Fulton2009-02-122-10/+26
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11126 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* changed the mapped 'SIZE' of buffer interface from the length of raw buffer ↵Haoyu Bai2009-02-102-2/+6
| | | | | | to number of items in the buffer. So it would be easier to use with type other than 'char' git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11125 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* update old syntax to new _dim0William S Fulton2009-02-082-18/+18
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11124 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix %feature not working for conversion operatorsWilliam S Fulton2009-02-084-2/+27
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11123 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* remove gcc warning when using -Wunreachable-codeWilliam S Fulton2009-02-071-1/+3
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11117 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* fix older versions of mzscheme detectionWilliam S Fulton2009-02-071-2/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11116 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Apply #2081967 configure changes for mzscheme configure errors and breaking ↵William S Fulton2009-02-072-18/+33
| | | | | | of swig exe build git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11111 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix SF#2564192Robert Stone2009-02-053-1/+12
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11110 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* bump version to 1.3.39William S Fulton2009-02-016-31/+34
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11107 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* html fixv1.3.38rel-1.3.38William S Fulton2009-01-311-2/+5
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11104 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* finishing touches for 1.3.38William S Fulton2009-01-314-4/+7
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11103 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* fix tab alignment - all tabs in SWIG are 8 charsWilliam S Fulton2009-01-311-5/+6
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11102 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* const / non-const warning fixWilliam S Fulton2009-01-312-4/+4
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11101 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix SF#2552488: indentation adjust of %pythonappend and %pythonprependHaoyu Bai2009-01-315-16/+57
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11100 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix SF#2552048. Remove the 'self' parameter in Python proxy code for static ↵Haoyu Bai2009-01-313-2/+13
| | | | | | member function. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11099 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix broken caused by mergeHaoyu Bai2009-01-302-3/+3
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11098 626c5289-ae23-0410-ae9c-e8d60b6d4f22