summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove pointless code creating WCHARCONST tokenchar_enumsWilliam S Fulton2016-01-231-5/+1
* Fix generated code parsing enum values using char escape sequencesWilliam S Fulton2016-01-2311-20/+146
* Fix minor memory leak in Python module docstring handlingOlly Betts2016-01-121-6/+8
* Fix typo: "neccessary" -> "necessary"Olly Betts2016-01-124-7/+7
* [Javascript] Look for "nodejs" as well as "node", as it's packagedOlly Betts2016-01-122-1/+5
* [Javascript] For v8 >= 4.3.0, use V8_MAJOR_VERSION.Olly Betts2016-01-127-81/+107
* Merge branch 'aurelj-master'William S Fulton2016-01-101-2/+4
|\
| * Alternative solution for Ruby unbalanced bracesWilliam S Fulton2016-01-101-5/+4
| * Ruby fix unbalanced braces causing issue with the YARD parserAurelien Jacobs2016-01-091-0/+3
* | Add changes entry for ptrdiff_t and size_t improvementsWilliam S Fulton2016-01-101-0/+4
* | Merge branch 'ahnolds-Win64_ptrdiff_t'William S Fulton2016-01-1012-55/+212
|\ \ | |/ |/|
| * Adding required define at beginningAlec Cooper2016-01-091-0/+4
| * Unit tests for ptrdiff_t/size_t max/min in PythonAlec Cooper2016-01-062-0/+42
| * Python2 build on x64 should no longer failAlec Cooper2016-01-061-7/+0
| * Don't use long long if it isn't availableAlec Cooper2016-01-068-36/+108
| * Add support for ptrdiff_t and size_t == long longAlec Cooper2016-01-061-12/+58
* | Merge pull request #580 from ismail/ppc-fixWilliam S Fulton2016-01-091-1/+1
|\ \
| * | Fix test failure on PPC{64} where the char is unsigned by defaultİsmail Dönmez2016-01-081-1/+1
|/ /
* | Octave tests on Travis now working reliablyWilliam S Fulton2016-01-051-8/+0
|/
* Bump version to 3.0.9William S Fulton2015-12-316-162/+166
* htmldoc patch no longer needed since pdf docs are now generated by wkhtmltopdfWilliam S Fulton2015-12-311-277/+0
* Add check that mingw gcc is installed when making releaseWilliam S Fulton2015-12-311-0/+3
* swig-3.0.8 release updatev3.0.8rel-3.0.8William S Fulton2015-12-305-4/+11
* changes file update for the pdf documentationWilliam S Fulton2015-12-301-0/+4
* html docs updateWilliam S Fulton2015-12-301-2/+7
* HTML pdf doc generation fixesWilliam S Fulton2015-12-303-7/+20
* Replace pdf documentation generation tool with wkhtmltopdf from htmldocWilliam S Fulton2015-12-301-13/+15
* Replace tabs with spaces in html docsWilliam S Fulton2015-12-3025-750/+759
* Minor html fixesWilliam S Fulton2015-12-302-0/+4
* html fixesWilliam S Fulton2015-12-301-4/+6
* HTML fixes for documentation - add meta tag and loose.dtdWilliam S Fulton2015-12-3045-55/+94
* link fixesWilliam S Fulton2015-12-301-1/+1
* More link fixes in the docsWilliam S Fulton2015-12-304-4/+4
* Remove broken link in docsWilliam S Fulton2015-12-301-2/+1
* Docs - remove html tags from headingsWilliam S Fulton2015-12-306-33/+33
* Correct links in html documentation using new version of makechap.pyWilliam S Fulton2015-12-3041-1262/+1262
* Correct html documentation linking generated by makechap.py scriptWilliam S Fulton2015-12-301-16/+29
* Merge branch 'ahnolds-Python3Int'William S Fulton2015-12-244-13/+167
|\
| * Adding information about PyInt/PyLong conversion updates to CHANGES.currentAlec Cooper2015-12-231-0/+19
| * Adding unit tests for Python primitive type conversionsAlec Cooper2015-12-232-0/+138
| * Fixing Python primitive conversionsAlec Cooper2015-12-231-13/+10
* | Prevent redefinition warnings when compiling with SWIG<module> definedPetre Eftime2015-12-2220-47/+23
|/
* Merge branch 'missing-initializers'William S Fulton2015-12-1910-24/+34
|\
| * Tcl fix when using -Wmissing-field-initializers warningsWilliam S Fulton2015-12-192-1/+7
| * Php fix for -Wmissing-field-initializers warningWilliam S Fulton2015-12-192-1/+5
| * Fixes for Octave and missing -Wmissing-field-initializers in swig_octave_memberWilliam S Fulton2015-12-191-2/+2
| * Fixes for Ruby and using -Wmissing-field-initializersWilliam S Fulton2015-12-193-15/+15
| * R test case warning fixesWilliam S Fulton2015-12-191-1/+1
| * Use -Wmissing-field-initializers warning testing all languages on TravisWilliam S Fulton2015-12-191-4/+4
* | pystrings.swg cosmetic formattingWilliam S Fulton2015-12-191-8/+7