summaryrefslogtreecommitdiff
path: root/Source/Modules
Commit message (Expand)AuthorAgeFilesLines
* C# 'out' or 'ref' removal improvements in director typemaps.William S Fulton2019-11-261-1/+1
* 'out' or 'ref' usage in a cstype typemap in directorsWilliam S Fulton2019-11-261-4/+3
* Fix bug in Python builtin support for keyword argsWilliam S Fulton2019-11-011-7/+13
* Merge branch 'contrib/TekuConcept'William S Fulton2019-08-201-0/+26
|\
| * Dev Checkpoint 201908200213Chris Walker2019-08-201-8/+0
| * Dev Checkpoint 201906252210Chris Walker2019-06-251-5/+10
| * Add JS Native Wrapper APITekuConcept2019-05-081-0/+29
* | Merge branch 'cshar-fix-enum-constants'William S Fulton2019-08-082-2/+2
|\ \
| * | Fix invalid code generated for "%constant enum EnumType ..." and add a test.Rokas Kupstys2019-08-012-2/+2
* | | Replace all exit() with SWIG_exit()William S Fulton2019-07-315-7/+5
* | | Remove all generated files on error.William S Fulton2019-07-311-1/+20
* | | Exit code change when using -WerrorWilliam S Fulton2019-07-311-5/+4
|/ /
* | Make Python module source non-executable againVadim Zeitlin2019-07-241-0/+0
* | Merge branch 'annotation_quoting'William S Fulton2019-07-181-24/+24
|\ \
| * | Generator: Unify string quoting in generated Python sourcesDmitry D. Chernov2019-07-141-7/+7
| * | Generator: Remove trailing whitespaces in the Python moduleDmitry D. Chernov2019-07-141-17/+17
* | | Merge branch 'patch-1'William S Fulton2019-07-092-2/+2
|\ \ \ | |/ / |/| |
| * | Fix class name for nested classesIsaac Pascual Monells2019-07-081-1/+1
| * | Fix class name for nested classesIsaac Pascual Monells2019-06-271-1/+1
* | | $arg and $input were incorrectly substituted in the argout typemapWilliam S Fulton2019-06-282-8/+4
|/ /
* | Remove some legacy cruft from Python proxy classWilliam S Fulton2019-06-271-34/+7
* | Misc. documentation and source comment typo fixesluz.paz2019-05-284-5/+5
* | Don't add a closing php-tag Frederik Schubert2019-05-221-1/+1
* | Merge remote-tracking branch 'upstream/master' into OCaml-INPUT-OUTPUT-INOUT-...Zackery Spytz2019-05-0811-349/+522
|\ \ | |/
| * Fix command line error handling to work like in 3.0.12William S Fulton2019-04-251-6/+8
| * Fix Go tests to run in module modeIan Lance Taylor2019-04-241-2/+19
| * When generating Go code, make -cgo the default.Ian Lance Taylor2019-04-191-1/+5
| * Fix minor whitespace regression in Java generated codeWilliam S Fulton2019-04-181-1/+1
| * Add the parameters typemap attribute to D and Java destructor wrapper typemapsWilliam S Fulton2019-04-082-6/+16
| * Fix C# CA1063 warning by implementing the recommended Dispose methods.William S Fulton2019-04-081-19/+55
| * Always use fastunpack for Python swigconstant wrappersWilliam S Fulton2019-03-211-6/+2
| * Always use fastunpack for Python swigregister functionWilliam S Fulton2019-03-211-6/+2
| * Fix Python low-level static member setters.William S Fulton2019-03-201-1/+1
| * Merge branch 'REnums2018'William S Fulton2019-03-181-279/+369
| |\
| | * Remove unused code in r.cxxWilliam S Fulton2019-03-181-12/+0
| | * ENH:Richard Beare2019-03-111-20/+4
| | * FIX: references to enums now functioningRichard Beare2019-03-081-54/+29
| | * Reformat comments in R moduleRichard Beare2019-03-081-153/+172
| | * Code style changes post reviewRichard Beare2019-03-081-19/+21
| | * ENH: R Module: Enumerations with values set by calls to C code, allowingRichard Beare2019-03-081-14/+54
| | * Setting enum values with calls to the C code.Richard Beare2019-03-081-57/+139
| * | Fix some MSVC compiler warnings in the test suiteZackery Spytz2019-03-071-1/+1
| |/
| * Merge branch 'ZackerySpytz-director-classes-final-methods'William S Fulton2019-03-031-1/+13
| |\
| | * Warning tweaks for destructors that are final in director classesWilliam S Fulton2019-03-031-1/+1
| | * Fixes for final destructors in director classesWilliam S Fulton2019-03-031-0/+3
| | * Warning fix for final destructor in directorsWilliam S Fulton2019-03-021-0/+2
| | * Merge remote-tracking branch 'upstream/master' into director-classes-final-me...Zackery Spytz2019-02-241-1/+1
| | |\
| | * | Fix the handling of director classes with final methodsZackery Spytz2019-02-221-1/+8
| * | | Fix Python compile errors with overloading and varargsWilliam S Fulton2019-02-253-20/+30
| | |/ | |/|
| * | [OCaml] Fix possible memory leaks in generated dispatch functionsZackery Spytz2019-02-231-1/+1
| |/