summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use https for swig.org linksOlly Betts2022-10-06110-135/+135
* [Python] Remove deprecated and apparently useless defarg.swgOlly Betts2022-10-063-39/+10
* Fix python/c++ coding confusion!William S Fulton2022-10-061-1/+1
* Changes file typo fixWilliam S Fulton2022-10-061-1/+1
* Testcase warning suppressionWilliam S Fulton2022-10-061-0/+2
* Doxygen Java fix quoting for \image commandWilliam S Fulton2022-10-066-3/+14
* Merge branch 'python_subinterpreter_issues'William S Fulton2022-10-052-7/+17
|\
| * added comment in CHANGES.currentbenjamin-sch2022-02-081-0/+4
| * always get the type_pointer from capsule instead of using a static variablebenjamin-sch2022-02-081-7/+7
| * added interpreter_counter to deinitialize only once in case of subinterpretersbenjamin-sch2022-02-081-0/+6
* | Add support for parsing C++11 final classesWilliam S Fulton2022-10-059-24/+267
* | Fix OCaml %rename for enum itemsWilliam S Fulton2022-10-053-4/+18
* | Warning fix for OCaml testWilliam S Fulton2022-10-051-0/+4
* | Report errors in preprocessor expressions by defaultOlly Betts2022-10-057-7/+34
* | Fix SWIG version reference in recent doc changeOlly Betts2022-10-051-1/+1
* | Fix doc typoOlly Betts2022-10-051-1/+1
* | Sort out predefined SWIG-specific macrosOlly Betts2022-10-0518-9/+128
* | [php] Fix emitted PHP type declarations in corner casesphp-type-declaration-fixesOlly Betts2022-10-041-83/+215
* | Prefer !Equal() to Cmp() != 0Olly Betts2022-10-031-5/+5
* | Merge pull request #2249 from geographika/pcre-nugetWilliam S Fulton2022-09-302-26/+90
|\ \
| * | Split build and installsethg2022-09-272-3/+9
| * | Build and Install are in the same commandsethg2022-09-271-5/+1
| * | Move install to separate stepsethg2022-09-271-0/+4
| * | Switch Action and docs to use PowerShellsethg2022-09-272-18/+35
| * | Test using version rather than helpsethg2022-08-201-1/+1
| * | Add GitHub Action to test Windows builds using Nuget as described in the docssethg2022-08-201-0/+47
| * | Update Windows CMake builds to use NuGet package for PCRE2sethg2022-03-311-15/+9
* | | C# CreateWStringFromUTF32 optimisationWilliam S Fulton2022-09-301-3/+1
* | | Generate richcompare switch statements in sorted orderWilliam S Fulton2022-09-301-2/+4
* | | Add DohSortedKeys functionWilliam S Fulton2022-09-304-26/+29
* | | [ci] Revert continue-on-error for PHP 8.2Olly Betts2022-09-301-1/+0
* | | Adjust the DOH string hash functionOlly Betts2022-09-302-6/+25
* | | Testcase overloading warning fixWilliam S Fulton2022-09-291-0/+2
* | | Runtime tables deterministic ordering (4)William S Fulton2022-09-293-20/+48
* | | Runtime tables deterministic ordering (3)William S Fulton2022-09-291-4/+7
* | | Runtime tables deterministic ordering (2)William S Fulton2022-09-291-29/+34
* | | Runtime tables deterministic ordering (1)William S Fulton2022-09-291-2/+6
* | | Fix a few documentation typosOlly Betts2022-09-294-7/+7
* | | [php] Add php:allowdynamicproperties featureOlly Betts2022-09-294-4/+86
* | | [ci] Revert continue-on-error for PHP 8.0Olly Betts2022-09-291-1/+0
* | | [php] Fix testcase segfaults with PHP 8.0Olly Betts2022-09-291-0/+4
* | | [php] Suppress -Wdeclaration-after-statement in php.hOlly Betts2022-09-291-3/+22
* | | [php] Workaround PHP 8.2 header problemOlly Betts2022-09-282-2/+8
* | | [php] Adapt swig_ptr_cast_object for PHP 8.2Olly Betts2022-09-281-0/+2
* | | [php] Avoid creating dynamic properties in testsuiteOlly Betts2022-09-283-0/+6
* | | [php] Avoid deprecated interpolation syntaxOlly Betts2022-09-281-5/+5
* | | [ci] Temporarily allow PHP 8.0 and 8.2 to failOlly Betts2022-09-281-0/+2
* | | [ci] Fix CI to actually test PHP 8.0; add PHP 8.2Olly Betts2022-09-281-0/+3
* | | C# CreateWStringFromUTF32 optimisationWilliam S Fulton2022-09-221-2/+1
* | | Fixes for classes with the same name in different namespacesFrank Schlimbach2022-09-214-5/+109