summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Update PHP source commentOlly Betts2021-12-131-1/+1
* | Remove unused code from PHP backendOlly Betts2021-12-131-47/+0
* | Fix removeNode() to really unset previousSiblingOlly Betts2021-12-101-1/+1
* | [php] Remove unused variableOlly Betts2021-12-101-2/+1
* | [php] configure: Check for php8.1 binaryOlly Betts2021-12-081-1/+1
* | [php] Fix two incorrect PHP 8 conditionalsOlly Betts2021-12-082-5/+5
* | Merge pull request #2116 from vstinner/python311William S Fulton2021-12-071-0/+4
|\ \
| * | Add Python 3.11 support: use Py_SET_TYPE()Victor Stinner2021-12-061-0/+4
* | | Add Octave 6 to changes fileWilliam S Fulton2021-12-051-0/+5
* | | Whitespace consistency fix in CI-linux-install.shWilliam S Fulton2021-12-051-3/+3
* | | GHA: Test Octave 6.4William S Fulton2021-12-052-4/+11
* | | Additional changes due to name changes in octave-6 * is_map to isstruct, is_o...Robert Fries2021-12-051-0/+18
* | | Octave module lets examples and tests work with Octave-6 * Try-catch replacem...Robert Fries2021-12-053-9/+83
* | | Allow swig wrapped modules to compile with -BsymbolicRobert Fries2021-12-052-0/+10
* | | [php] Ensure _runme.php calls check::done()Olly Betts2021-12-0510-0/+20
* | | [php] Check fooCount() in newobject1_runme.phpOlly Betts2021-12-051-0/+7
* | | GHA: Test currently supported php versions 7.0-8.1William S Fulton2021-12-041-0/+10
|/ /
* | Remove bom in Windows.htmlWilliam S Fulton2021-12-021-1/+1
* | HTML doc fixesWilliam S Fulton2021-12-023-4/+5
* | Add Python embedded interpreters fix to changes fileWilliam S Fulton2021-12-021-0/+3
* | Merge branch 'fix-crash-2101'William S Fulton2021-12-023-217/+233
|\ \
| * | Added extern "C" block that was removed in previous commit.John Senneker2021-12-011-0/+8
| * | Fixed crashes when using embedded Python interpreters.John Senneker2021-11-303-217/+225
* | | [php7] Use destructor action if presentOlly Betts2021-12-022-9/+43
* | | Merge pull request #2111 from swig/remove-obsolete-js-supportOlly Betts2021-12-029-483/+13
|\ \ \
| * | | [ci] Remove CI build for unsupported v8 3.14remove-obsolete-js-supportOlly Betts2021-12-021-3/+0
| * | | [js] Remove code to handle v8 < 5.0Olly Betts2021-12-027-463/+10
| * | | [js] Update docs re v8 supportOlly Betts2021-12-021-17/+3
|/ / /
* | | Merge branch 'fix_SWIG_V8_VERSION'William S Fulton2021-12-011-1/+4
|\ \ \
| * | | [javascript][v8] SWIG_V8_VERSION generation method corrected.Hirokazu MORIKAWA2021-05-011-1/+4
* | | | GHA: Test node versions 6,8,10William S Fulton2021-12-011-0/+15
* | | | GHA: Add testing of node 17William S Fulton2021-11-271-6/+2
* | | | Use JSC version available in Ubuntu 20.04 in the CI buildsVadim Zeitlin2021-11-272-2/+1
* | | | Merge pull request #2100 from rex4539/typosWilliam S Fulton2021-11-2424-31/+31
|\ \ \ \
| * | | | Fix typosDimitris Apostolou2021-11-1724-31/+31
| | |/ / | |/| |
* | | | GHA: switch ocaml testing to ubuntu-18.04William S Fulton2021-11-171-0/+1
* | | | Update CI system wrt experimental languagesWilliam S Fulton2021-11-171-4/+4
* | | | GHA: Test experimental languages - mzscheme and ocamlWilliam S Fulton2021-11-171-2/+11
|/ / /
* | | Don't run appveyor when modifying Github Actions CI filesWilliam S Fulton2021-11-161-1/+2
* | | GHA: Test Scilab 6.0 on ubuntu-18.04William S Fulton2021-11-161-0/+4
* | | Scilab testing: don't hang on errorWilliam S Fulton2021-11-161-0/+3
* | | Scilab JAVA_HOME environment fixWilliam S Fulton2021-11-161-0/+6
* | | GHA: Add in Scilab testingWilliam S Fulton2021-11-151-0/+8
* | | Short struct name in cpp11_final_override for ScilabWilliam S Fulton2021-11-151-1/+1
* | | Shorten testcase variable names for Scilab 6 to workWilliam S Fulton2021-11-1512-86/+86
* | | Shorter names in cpp11_rvalue_reference3 testcase for ScilabWilliam S Fulton2021-11-151-24/+24
* | | Scilab compilation fix when wrapping C++11 enum classesWilliam S Fulton2021-11-151-1/+1
* | | CC and CXX override improvements in examplesWilliam S Fulton2021-11-151-18/+18
* | | Fix guile examples for C11 and later conformanceWilliam S Fulton2021-11-151-1/+5
* | | GHA: Add Guile to c++11,c++14,c++17 testingWilliam S Fulton2021-11-151-0/+7