summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Let us see what the fallout is, no promises though ;)enable-more-warnings-in-ciJustus Winter2022-02-031-2/+2
* [Python] Sort out handling of self parameterOlly Betts2022-02-032-9/+25
* CHANGES.current: Add entry for recent changeOlly Betts2022-02-031-0/+4
* [python] Workaround MSVC2022-related bugOlly Betts2022-02-031-0/+7
* Fix function prototypes of generated pointer functionsJustus Winter2022-02-032-4/+4
* Fix -Wstrict-prototypes warning in generated PHP wrappersOlly Betts2022-02-031-1/+1
* Allow method calls in expressionsOlly Betts2022-02-033-1/+73
* Uncomment line in testcase which now worksOlly Betts2022-02-031-1/+1
* Document calling extend methods from C/C++Olly Betts2022-02-031-0/+5
* [Ruby] Fix remove of prefix from method nameOlly Betts2022-02-024-2/+32
* Allow object reference in C++ trailing return typeOlly Betts2022-02-023-0/+14
* [scilab] Name init function name to avoid collisionClement David2022-02-023-2/+6
* [Java] Note use of %ignore with %nativeOlly Betts2022-02-011-0/+5
* [Tcl] Add changed file missed recent commitOlly Betts2022-02-011-0/+10
* Merge pull request #1398 from swig-fortran/missing-includesOlly Betts2022-02-0125-50/+106
|\
| * Move <string.h> fragment to swigfragmentsSeth R Johnson2019-01-066-6/+14
| * "Include what you use" for testsSeth R Johnson2019-01-0617-31/+61
| * Fix missing include in SWIG typemapSeth R Johnson2019-01-064-17/+35
* | Add CHANGES entry for #2083Olly Betts2022-02-011-0/+4
* | [Ocaml] Fix to work with CAML_SAFE_STRINGOlly Betts2022-02-011-1/+1
* | [Tcl] Fix std_vector typecheck typemapsOlly Betts2022-02-012-12/+19
* | [Tcl] Document objects aren't destroyed on exitOlly Betts2022-02-011-1/+9
* | [ocaml] Improve the Qt exampleOlly Betts2022-02-011-11/+9
* | [R] Fix CopyToR() generated for struct in namespaceOlly Betts2022-01-315-1/+25
* | [python] Replace uses of assert in testsuiteOlly Betts2022-01-303-27/+39
* | Add CHANGES entry for #655Olly Betts2022-01-301-0/+3
* | Merge branch 'fschlimb/using-fixes'Olly Betts2022-01-306-3/+101
|\ \
| * | Coding style tweaksOlly Betts2022-01-303-7/+7
| * | adding support for structs, docuFrank Schlimbach2022-01-302-6/+7
| * | better handling of using directivesFrank Schlimbach2022-01-306-3/+100
|/ /
* | Add CHANGES entry and regression test for #676Olly Betts2022-01-294-0/+35
* | [Go] Fix overloaded functions with noncapitalized class as parameter typeShengqiu Li2022-01-291-1/+5
* | Remove redundant NULL checks before free()/delete (#2184)Olly Betts2022-01-2917-51/+44
* | Ruby: Fix warnings in generated code about missing parameter in variadic macroThomas Reitmayr2022-01-299-13/+13
* | Update CMake build to use NuGet Bison3sethg2022-01-291-3/+3
* | Talk about namespaces and unignoringCorey Minyard2022-01-291-0/+16
* | Add an example for unignoring everythingCorey Minyard2022-01-291-0/+2
* | Fix the recent %rename docsCorey Minyard2022-01-291-7/+8
* | Move docs on replacing c++ class methods to C++ sectionWilliam S Fulton2022-01-273-53/+64
* | Merge branch 'doc-work2-v2'William S Fulton2022-01-272-3/+74
|\ \
| * | Improve documentation on %renameCorey Minyard2022-01-262-3/+74
* | | HTML formatting fixesWilliam S Fulton2022-01-273-32/+31
* | | Merge branch 'cmake-docs'William S Fulton2022-01-271-41/+38
|\ \ \
| * | | Add CXX flagsethg2022-01-261-1/+1
| * | | Updated and verified CMake build docssethg2022-01-261-41/+38
| |/ /
* | | [python] Fix GCC -Wunused-variable with -builtinOlly Betts2022-01-271-1/+1
* | | Try to fix Bison portability issueOlly Betts2022-01-271-1/+4
* | | Update out-of-date docs re _runme3.pyOlly Betts2022-01-271-2/+2
* | | Issue error for missing ; after %constantOlly Betts2022-01-273-0/+8
* | | [python] Remove unused bogus fallback macroOlly Betts2022-01-271-1/+0
|/ /