summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* swig-3.0.9 release updatev3.0.9rel-3.0.9William S Fulton2016-05-295-4/+12
|
* Check for qt patched version of wkhtmltopdf for pdf doc generationWilliam S Fulton2016-05-291-0/+1
|
* statically link to gcc windows runtimes when cross compiling windows binariesWilliam S Fulton2016-05-291-9/+13
|
* Fix warning compiling with i686-w64-mingw32-gccWilliam S Fulton2016-05-291-1/+3
|
* No need to detect languages when building Windows binaryWilliam S Fulton2016-05-291-2/+2
|
* Fix new mingw detectionWilliam S Fulton2016-05-281-4/+4
|
* Update windows on linux build to use i686-w64-ming32William S Fulton2016-05-281-3/+12
|
* Add gcc-6 Travis testing and use gcc-5.3 instead of gcc-5.2William S Fulton2016-05-282-5/+30
| | | | | Test Python, Java and C# with gcc-6 Test gcc-5 on Trusty instead of on Precise to pick up gcc-5.3 instead of gcc-5.2
* Fix SWIG overloading warning display for R and allegroclWilliam S Fulton2016-05-282-6/+12
| | | | | Only half the warning would have been displayed due to missing if statement brackets. Fixes gcc-6 warnings
* configure to only test Go 1.2 and laterWilliam S Fulton2016-05-281-2/+2
| | | | | Go 1.1 does not seem to work with the -cgo option which is turned on during testing and 'make check'
* Testcase warning suppression for vc++William S Fulton2016-05-281-0/+3
|
* Compile warning fixWilliam S Fulton2016-05-281-1/+1
|
* Fix failure to detect lua.h on some systemsWilliam S Fulton2016-05-281-1/+4
| | | | Fixes "present but cannot be compiled" autoconf failure looking for lua.h
* Fix unused warnings in perl wrappersWilliam S Fulton2016-05-283-2/+5
|
* Fix unused variable warnings in Guile wrappersWilliam S Fulton2016-05-281-22/+12
|
* Correct file format to unixWilliam S Fulton2016-05-281-508/+507
|
* Remove unused variables from C# boost::intrusive_ptr wrappersWilliam S Fulton2016-05-281-3/+3
|
* Remove unused kwnames generated variable in Ruby wrappersWilliam S Fulton2016-05-283-3/+4
| | | | This seems to be from some left over Python kwargs / unfinished kwargs support
* Fix unused variable warnings in test-suiteWilliam S Fulton2016-05-284-49/+52
|
* Fix unused variable warning in Perl wrappersWilliam S Fulton2016-05-282-0/+3
|
* Fix php-config name in error messageOlly Betts2016-05-271-1/+1
|
* Testcase workaround for missing boost::array::fillWilliam S Fulton2016-05-261-0/+2
| | | | Some older versions of boost don't have this function.
* Changes file entry minor editWilliam S Fulton2016-05-241-1/+1
| | | | [skip ci]
* Changes file entry for Python implicit namespace packagesWilliam S Fulton2016-05-241-0/+3
|
* Merge branch 'mromberg-implpkg'William S Fulton2016-05-2412-3/+230
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mromberg-implpkg: Minor edits to Python implicit namespace package docs use %inline for test use relative import for -builtin and python2 Python3 removes support for relative imports Document implicit namespace packages for python disable namespace package build Attempt to calm the testing gods... use whatever name winders uses for .so files. Examples (and tests) for python namespace packages disable namespace package build spelling Attempt to calm the testing gods... use whatever name winders uses for .so files. Don't run example for old pythons Examples (and tests) for python namespace packages use importlib to load C extension modules for python 2.7 and newer
| * Minor edits to Python implicit namespace package docsWilliam S Fulton2016-05-242-4/+11
| |
| * use %inline for testMike Romberg2016-05-243-8/+4
| |
| * use relative import for -builtin and python2Mike Romberg2016-05-241-1/+2
| |
| * Python3 removes support for relative importsMike Romberg2016-04-051-1/+8
| |
| * Document implicit namespace packages for pythonMike Romberg2016-04-051-0/+71
| |
| * disable namespace package buildMike Romberg2016-04-051-2/+1
| |
| * Attempt to calm the testing gods...Mike Romberg2016-04-051-34/+0
| |
| * use whatever name winders uses for .so files.Mike Romberg2016-04-051-2/+2
| |
| * Examples (and tests) for python namespace packagesMike Romberg2016-04-052-1/+36
| |
| * disable namespace package buildMike Romberg2016-04-051-2/+1
| |
| * spellingMike Romberg2016-04-051-1/+1
| |
| * Attempt to calm the testing gods...Mike Romberg2016-04-052-42/+45
| |
| * use whatever name winders uses for .so files.Mike Romberg2016-04-051-2/+2
| |
| * Don't run example for old pythonsMike Romberg2016-04-052-3/+6
| |
| * Examples (and tests) for python namespace packagesMike Romberg2016-04-0512-2/+133
| |
| * use importlib to load C extension modules for python 2.7 and newerMike Romberg2016-04-051-1/+10
| |
* | Ruby opaque pointer handling regression fixWilliam S Fulton2016-05-245-5/+131
| | | | | | | | | | | | | | | | | | | | | | | | This bug was introduced in swig-3.0.8 in #146252 adding shared_ptr support. An ObjectPreviouslyDeleted error was incorrectly thrown when the pointer was used as a parameter after being set to zero via a call to 'DATA_PTR(self) = 0'. It isn't clear to me which approach is better in this corner case, so I've gone for backwards compatibility and restored the old behaviour. Closes #602
* | Stop preinst-swig.in from being executableOlly Betts2016-05-221-0/+0
| | | | | | | | | | The template itself isn't useful to run, and the generated file "preinst-swig" is explicitly made executable by configure.
* | Changes entry for improved Ruby error messageWilliam S Fulton2016-05-171-0/+4
| | | | | | | | [skip ci]
* | Merge branch 'tamuratak-master'William S Fulton2016-05-171-5/+6
|\ \ | | | | | | | | | | | | | | | * tamuratak-master: Revert introduction of minor memory leak in Ruby wrappers ruby: use nodeType attribute to determine whether functions are constructors. get return type each time.
| * | Revert introduction of minor memory leak in Ruby wrappersWilliam S Fulton2016-05-171-1/+5
| | |
| * | ruby: use nodeType attribute to determine whether functions are constructors.Takashi Tamura2016-04-081-5/+2
| | | | | | | | | | | | get return type each time.
* | | Add changes entry for Ruby %module docstringWilliam S Fulton2016-05-171-0/+3
| | | | | | | | | | | | Closes #582
* | | Merge branch 'ruby-module-docstring'William S Fulton2016-05-171-0/+12
|\ \ \ | | | | | | | | | | | | | | | | | | | | * ruby-module-docstring: Ruby module docstring avoid memory leak Ruby add support for docstring option in %module()
| * | | Ruby module docstring avoid memory leakAurelien Jacobs2016-01-121-2/+4
| | | |