summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Python 2 Unicode strings can be used as inputs to char * or std::string typesWilliam S Fulton2015-12-195-0/+88
* | Refine Python 2 unicode strings patchWilliam S Fulton2015-12-191-10/+15
* | Automatically coerce python 2.x unicode objects into UTF8 when passing to und...Brian Cole2015-12-191-0/+18
* | html links updatesWilliam S Fulton2015-12-1811-28/+25
* | Add a linkchecker target for checking broken links in SWIGDocumentation.htmlWilliam S Fulton2015-12-189-21/+29
* | html fixesWilliam S Fulton2015-12-171-1/+1
* | Travis octave parallel builds set to 2 as -j quickly ran out of memoryWilliam S Fulton2015-12-171-5/+5
* | Remove dependency on yodl tools and remove ccache-swig man pageWilliam S Fulton2015-12-1710-32/+491
* | Travis octave parallel builds changeWilliam S Fulton2015-12-171-5/+5
* | Show Travis hardware infoWilliam S Fulton2015-12-171-0/+2
* | Merge pull request #570 from besser82/bugfix/ccache-testsuiteWilliam S Fulton2015-12-161-0/+5
|\ \
| * | use sed only to filter CCache from $PATHBjörn Esser2015-12-161-2/+1
| * | Ignore locally installed ccache when running CCache unit testsBjörn Esser2015-12-161-0/+6
| |/
* | Initialize missing PyNumberMethods for Python 3.5 and -builtinWilliam S Fulton2015-12-161-0/+4
* | Fix recent Python -builtin changes for C codeWilliam S Fulton2015-12-161-1/+2
* | Changes file entry for Python exception fixes.William S Fulton2015-12-161-0/+8
* | Merge branch 'coleb-python35_dtor_exception_fix'William S Fulton2015-12-165-10/+118
|\ \ | |/ |/|
| * Add test case for Python 3.5 assertion with a pending StopIterationWilliam S Fulton2015-12-162-2/+36
| * Amend python_destructor_exception runtime testWilliam S Fulton2015-12-161-8/+26
| * Call PyErr_WriteUnraisable if a destructor sets a Python exception (-builtin)William S Fulton2015-12-161-3/+11
| * Extended zjturner's changes to encompass all function dispatch and use PyErr_...Brian Cole2015-12-154-7/+48
| * Python - Save and restore exception state before calling destroy.Zachary Turner2015-11-131-7/+14