summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* revert accidental checkinv1.3.39rel-1.3.39William S Fulton2009-04-011-1/+1
* update .dll -> .pyd for pythonWilliam S Fulton2009-04-011-1/+1
* invoke using swig.exe instead of just swig in Visual Studio project filesWilliam S Fulton2009-03-2034-68/+68
* Apply small documentation fix - patch #2579863William S Fulton2009-03-202-3/+3
* add summary for 1.3.39 releaseWilliam S Fulton2009-03-201-0/+6
* final touches for 1.3.39 releaseWilliam S Fulton2009-03-205-7/+5
* Fix problem caused by thread not properly terminated in director_thread test....Haoyu Bai2009-03-192-1/+20
* Fix the memory leak related to Python 3 unicode and char * conversion.Haoyu Bai2009-03-196-10/+67
* Fix wrong year in changelog dateHaoyu Bai2009-03-192-21/+21
* remove debug commentWilliam S Fulton2009-03-191-1/+0
* Add possibility of using when using shared_ptr and wrapping pointersWilliam S Fulton2009-03-181-4/+11
* std::vector<T> wrapper improvements for .NET 2 implementing IEnumerable<T>William S Fulton2009-03-183-17/+93
* minor rewriteWilliam S Fulton2009-03-161-9/+4
* add in correct specialization for std::vector<bool> to follow C++ standard - ...William S Fulton2009-03-162-5/+51
* vc++ warning fixesWilliam S Fulton2009-03-161-1/+1
* Remove an nonsense Py_INCREF.Haoyu Bai2009-03-161-1/+0
* Fix #2676738 SWIG generated symbol name clashes.William S Fulton2009-03-122-12/+15
* undef bind for win32, problem reported by vondruchWilliam S Fulton2009-03-111-0/+3
* Fixes to support Python 3.0.1 and higher.Haoyu Bai2009-03-024-17/+32
* Add searching for Python 3.1 in configure.inHaoyu Bai2009-03-021-3/+3
* Fix SF#2583160. Make swig_import_helper() in shadow wrapper able to deal with...Haoyu Bai2009-03-012-4/+15
* Fix SF#2637352, move declaration of SWIG_module before the call of SWIG_Pytho...Haoyu Bai2009-02-282-4/+11
* Fix several heading underlines to be the same length as the headings. Add aOlly Betts2009-02-261-7/+19
* Fix seg fault wrapping some constant variable (%constant) typesWilliam S Fulton2009-02-213-4/+5
* CFFI - Fix seg faults when for %extend and using statementsWilliam S Fulton2009-02-202-6/+9
* Fix -co option which broke in 1.3.37 SF #2605955William S Fulton2009-02-202-1/+4
* minor correction about %beginWilliam S Fulton2009-02-201-2/+2
* add new %begin directive for inserting code at top of wrapper fileWilliam S Fulton2009-02-2031-162/+334
* Fix make partialcheck-ocaml-test-suiteWilliam S Fulton2009-02-174-6/+7
* Fix make partialcheck-mzscheme-test-suiteWilliam S Fulton2009-02-171-4/+4
* typemap_namespace.i fix for mzschemeWilliam S Fulton2009-02-171-1/+1
* make clean-test-suite now cleans all languages, not just languages detected a...William S Fulton2009-02-172-37/+12
* Add %attributeval and %attributestring to attribute.swg libraryWilliam S Fulton2009-02-136-15/+261
* Add support for %extend and memberin typemapsWilliam S Fulton2009-02-134-30/+35
* remove unnecessary temporary variable when wrapping return by referenceWilliam S Fulton2009-02-122-10/+26
* changed the mapped 'SIZE' of buffer interface from the length of raw buffer t...Haoyu Bai2009-02-102-2/+6
* update old syntax to new _dim0William S Fulton2009-02-082-18/+18
* Fix %feature not working for conversion operatorsWilliam S Fulton2009-02-084-2/+27
* remove gcc warning when using -Wunreachable-codeWilliam S Fulton2009-02-071-1/+3
* fix older versions of mzscheme detectionWilliam S Fulton2009-02-071-2/+2
* Apply #2081967 configure changes for mzscheme configure errors and breaking o...William S Fulton2009-02-072-18/+33
* Fix SF#2564192Robert Stone2009-02-053-1/+12
* bump version to 1.3.39William S Fulton2009-02-016-31/+34
* html fixv1.3.38rel-1.3.38William S Fulton2009-01-311-2/+5
* finishing touches for 1.3.38William S Fulton2009-01-314-4/+7
* fix tab alignment - all tabs in SWIG are 8 charsWilliam S Fulton2009-01-311-5/+6
* const / non-const warning fixWilliam S Fulton2009-01-312-4/+4
* Fix SF#2552488: indentation adjust of %pythonappend and %pythonprependHaoyu Bai2009-01-315-16/+57
* Fix SF#2552048. Remove the 'self' parameter in Python proxy code for static m...Haoyu Bai2009-01-313-2/+13
* Fix broken caused by mergeHaoyu Bai2009-01-302-3/+3