aboutsummaryrefslogtreecommitdiff
path: root/utils/swig
Commit message (Collapse)AuthorAge
* swig: enable pcre2 support (refs #20604)Michael Heimpold2023-03-15
| | | | | | | | Now since pcre2 provides a host build, let's use it. This is required for e.g. gensio package to provide python bindings. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* swig: bump to 4.1.1Hirokazu MORIKAWA2022-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update summary * Add Javascript Node v12-v18 support, remove support prior to v6. * Octave 6.0 to 6.4 support added. * Add PHP 8 support. * PHP wrapping is now done entirely via PHP's C API - no more .php wrapper. * Perl 5.8.0 is now the oldest version SWIG supports. * Python 3.3 is now the oldest Python 3 version SWIG supports. * Python 3.9-3.11 support added. * Various memory leak fixes in Python generated code. * Scilab 5.5-6.1 support improved. * Many improvements for each and every target language. * Various preprocessor expression handling improvements. * Improved C99, C++11, C++14, C++17 support. Start adding C++20 standard. * Make SWIG much more move semantics friendly. * Add C++ std::unique_ptr support. * Few minor C++ template handling improvements. * Various C++ using declaration fixes. * Few fixes for handling Doxygen comments. * GitHub Actions is now used instead of Travis CI for continuous integration. * Add building SWIG using CMake as a secondary build system. * Update optional SWIG build dependency for regex support from PCRE to PCRE2. * Couple of stability fixes. * Stability fix in ccache-swig when calculating hashes of inputs. * Some template handling improvements. * R - minor fixes plus deprecation for rtypecheck typemaps being optional. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* swig: support node.js v12Hirokazu MORIKAWA2020-08-25
| | | | | | | | | | | | | Maintainer: @blogic me Compile tested: head r14241-ba2ddba, x86_64 Run tested: x86_64 (VirtualBox) Description: Addressed the build failure with node.js version 12. https://github.com/openwrt/packages/pull/12225 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* swig: update to 4.0.2Rosen Penev2020-06-25
| | | | | | | | | | | | | Fix license information. Add URL. Add HOST_BUILD_PARALLEL for faster compilation. Add PKG_HOST_ONLY to signify that this is to be used as a host package only. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* swig: update to 4.0.1Hirokazu MORIKAWA2019-08-26
| | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* swig: update to 4.0.0Hirokazu MORIKAWA2019-05-17
| | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* swig: support latest versions of node.jsHirokazu MORIKAWA2018-04-26
| | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* swig: bump to 3.0.12Hirokazu MORIKAWA2018-04-25
| | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* Treewide fix of typo: PKG_LICENSE_FILE --> PKG_LICENSE_FILESMichael Heimpold2016-09-03
| | | | | | Without the trailing _S_ the variable is not considered at all. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* swig: make it compile even if pcre libs are not availableJohn Crispin2015-10-20
| | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* swig: add PKG_LICENSE_FILEJohn Crispin2015-10-19
| | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* swig: add host buildJohn Crispin2015-10-19
this is a binding generator needed to build node plugins Signed-off-by: John Crispin <blogic@openwrt.org>