summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix PHP_EXTENSION value for examplesphp-stop-using-dlOlly Betts2021-03-241-1/+1
* [ci] Only test PHPOlly Betts2021-03-231-422/+0
* php: Stop using dl()Olly Betts2021-03-234-28/+13
* Don't pass -q when running CLI PHP in testsuiteOlly Betts2021-03-231-1/+1
* php: Omit closing ?> in manual and examplesOlly Betts2021-03-23100-135/+0
* Travis non-default C/C++ standards flags tweakWilliam S Fulton2021-03-221-3/+3
* Test gcc-10.2 on Focal FossaWilliam S Fulton2021-03-221-0/+3
* Stop trying to disable PHP safe_mode in testsuiteOlly Betts2021-03-221-1/+1
* template template parameters patch tidyupWilliam S Fulton2021-03-225-33/+61
* Fix handling of Template template parametersWilliam S Fulton2021-03-224-7/+82
* Add note about Node v14 also supportedWilliam S Fulton2021-03-211-2/+2
* Add some missing changes file entriesWilliam S Fulton2021-03-211-0/+6
* Fix entry date in CHANGES.currentOlly Betts2021-03-211-1/+1
* Merge branch 'php8-support'Olly Betts2021-03-2114-27/+82
|\
| * Update CHANGES.current and RELEASENOTES re PHP8Olly Betts2021-03-212-0/+6
| * Clarify what SWIGPHP7 meansOlly Betts2021-03-211-1/+1
| * Temporary hack so testsuite passes for PHP8Olly Betts2021-03-191-0/+4
| * Add initial support for PHP8Olly Betts2021-03-1911-27/+72
* | Test a different C# keyword renameWilliam S Fulton2021-03-201-1/+1
* | Appveyor MinGW only works now on Visual Studio 2019 imageWilliam S Fulton2021-03-201-0/+1
* | Appveyor yaml correctionWilliam S Fulton2021-03-201-3/+2
* | Modernise C++11 compiler support detection in autotoolsWilliam S Fulton2021-03-205-139/+978
* | Remove -ansi from default compilation flagsWilliam S Fulton2021-03-202-3/+6
* | Remove redundant Appveyor allow_failuresWilliam S Fulton2021-03-201-3/+1
* | Added windows build instructions for MSYS2Erik Smistad2021-03-192-2/+56
* | Suppress Visual C++ warning in cpp_typedef testcaseWilliam S Fulton2021-03-191-0/+3
* | Changes file entry for Java long long arraysWilliam S Fulton2021-03-191-0/+3
* | Merge branch 'java-jlong-cleanup'William S Fulton2021-03-192-14/+2
|\ \
| * | Lib/java/arrays_java.i: use actual C/C++ type in JAVA_ARRAYS_TYPEMAPS.Andy Polyakov2021-03-191-2/+2
| * | Lib/java/javahead.swg: clean up jlong handling.Andy Polyakov2021-03-191-12/+0
| |/
* | Appveyor Windows testing changesWilliam S Fulton2021-03-191-9/+25
* | Restore MinGW testing on AppveyorWilliam S Fulton2021-03-191-8/+8
|/
* Upgrade osx on Travis to fix unsupported platform errorsWilliam S Fulton2021-03-181-0/+1
* Merge pull request #1909 from treitmayr/ruby-additional-testsWilliam S Fulton2021-03-1838-36/+1097
|\
| * Add justification for suppressing warnings in Ruby test caseThomas Reitmayr2021-03-161-16/+5
| * Add and improve Ruby test cases in the context of nesting and namespacesThomas Reitmayr2020-12-1638-36/+1108
* | Improve PHP object creationOlly Betts2021-03-192-9/+11
* | php: Fix char* typecheck typemap to accept NullOlly Betts2021-03-194-1/+25
* | Test latest Go 1.16 on TravisWilliam S Fulton2021-03-171-0/+4
* | Add ruby 3.0 testingWilliam S Fulton2021-03-172-4/+12
* | Travis: update ruby rvm installation for ruby-3.0William S Fulton2021-03-171-2/+2
* | php: Fix overloaded directed methods with non-void returnOlly Betts2021-03-184-3/+34
* | [ci] Remove PHP 7.2 from allow_failuresOlly Betts2021-03-171-5/+0
* | Add php7.4 to list configure checks forOlly Betts2021-03-171-1/+1
* | [ci] Add build for PHP 7.4Olly Betts2021-03-171-0/+4
* | Conditionalise math.i for PHPOlly Betts2021-03-172-8/+10
* | Update PHP director_basic expected classes+funcsOlly Betts2021-03-171-5/+2
* | Merge branch 'v8-context-aware-race-free-preparation'William S Fulton2021-03-117-47/+36
|\ \
| * | Lib/javascript/v8: use ::Cast instead of To* when possible.Andy Polyakov2021-03-102-5/+5
| * | Lib/javascript/v8/javascriptrun.swg: clean up pre-processor conditions.Andy Polyakov2021-03-104-30/+24