summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'enum-trailing-comma-doxygen'William S Fulton2019-04-241-36/+22
|\
| * Fix parsing of enums with trailing comma with -doxygenVadim Zeitlin2019-04-201-36/+22
* | Don't crash if type is not available in Python Doxygen codeVadim Zeitlin2019-04-201-1/+6
|/
* 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-033-7/+59
|\
| * 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-223-7/+54
* | | Merge branch 'ZackerySpytz-valid-floating-point-literals'William S Fulton2019-03-021-0/+6
|\ \ \
| * | | Fix some rejections of valid floating-point literalsZackery Spytz2019-02-211-0/+6
| |/ /
* | | Fix Python compile errors with overloading and varargsWilliam S Fulton2019-02-255-20/+47
| |/ |/|
* | [OCaml] Fix possible memory leaks in generated dispatch functionsZackery Spytz2019-02-231-1/+1
|/
* Fix regression parsing gcc preprocessor linemarkersWilliam S Fulton2019-02-191-1/+16
* Fix typemap matching to expand template parameters when the name contains tem...William S Fulton2019-02-171-0/+2
* Improve debug display of parametersWilliam S Fulton2019-02-171-2/+4
* Template instantion fixes when template parameter is used twice in typeWilliam S Fulton2019-02-171-6/+18
* Memory leak fixes calling Swig_scopename_splitWilliam S Fulton2019-02-163-14/+13
* Fix parser error containing multiple #define statements inside an enum.William S Fulton2019-02-161-4/+8
* Merge pull request #1471 from ZackerySpytz/OCaml-segfaults-list-argsWilliam S Fulton2019-02-151-1/+12
|\
| * [OCaml] Fix segfaults when too few arguments are passed to a functionZackery Spytz2019-02-151-1/+12
* | Add support for C++17 hexadecimal floating literalsZackery Spytz2019-02-131-1/+20
|/
* [php] Whitespace improvements in generated C/C++ codeOlly Betts2019-02-121-14/+14
* Merge branch 'ZackerySpytz-cpp14-binary-integer-literals'William S Fulton2019-02-111-0/+17
|\
| * Add support for C++14 binary integer literalsZackery Spytz2019-02-101-0/+17
* | Mark and setup OCaml as an experimental target language.William S Fulton2019-02-111-1/+1
* | Merge branch 'fix-ignore-param'Vadim Zeitlin2019-02-111-5/+8
|\ \
| * | Don't apply %ignore to parametersVadim Zeitlin2019-02-101-5/+8
* | | Re-organise some generate Python code for method creation and docstring supportWilliam S Fulton2019-02-101-17/+0
| |/ |/|
* | Drop -php4 option completelyOlly Betts2019-02-111-1/+0
* | Merge branch 'ZackerySpytz-cpp11_u_U_char_encoding_prefixes'William S Fulton2019-02-101-2/+10
|\ \
| * | C++17 u8 character literals fixZackery Spytz2019-02-101-2/+6