summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Fix for newline handling in doxygen "///" style commentsJohn McFarland2019-11-021-0/+20
| |/ / /
* | | | Merge pull request #1656 from mcfarljm/Issue-1647William S Fulton2020-01-141-2/+3
|\ \ \ \
| * | | | Fix doxygen crash with empty commentJohn McFarland2019-10-301-2/+3
| |/ / /
* | | | Merge branch 'doxy/commands'William S Fulton2020-01-146-27/+158
|\ \ \ \
| * | | | Fix doxygen translation of \p command for pythonJohn McFarland2019-09-151-1/+1
| * | | | Fix doxygen handling of \em tag for pythonJohn McFarland2019-09-151-1/+1
| * | | | Special handling for python doctest code blocksJohn McFarland2019-08-071-12/+23
| * | | | Handle doxygen code command with language optionJohn McFarland2019-08-072-10/+31
| * | | | Improve doxygen parser handling of \code contentJohn McFarland2019-08-072-3/+17
| * | | | Flag optional arguments in doxygen pydoc outputJohn McFarland2019-08-072-0/+29
| * | | | Add parameter direction to doxygen pydoc outputJohn McFarland2019-08-071-1/+28
| * | | | Support doxygen \param[] commandsJohn McFarland2019-08-074-5/+34
* | | | | Merge branch 'OCaml-caml_named_value-const'William S Fulton2020-01-131-1/+1
|\ \ \ \ \
| * | | | | [OCaml] Fix compilation errors with OCaml 4.09.0Zackery Spytz2019-12-291-1/+1
* | | | | | Merge branch 'builtin-ctor-kwargs'William S Fulton2020-01-131-4/+13
|\ \ \ \ \ \
| * | | | | | Python -builtin constructors silently ignored keyword arguments.William S Fulton2020-01-131-4/+13
| |/ / / / /
* | | | | | Python 3.8 builtin tp_print initializerWilliam S Fulton2020-01-051-0/+4
* | | | | | Merge branch 'python38'William S Fulton2020-01-051-0/+3
|\ \ \ \ \ \
| * | | | | | Adding tp_vectorcall field to PyTypeObject for Python version 3.8Alexander Shadchin2020-01-051-0/+3
* | | | | | | Improve description of cast macros for RubyThomas Reitmayr2020-01-041-7/+5
* | | | | | | Move new macros for Ruby to their dedicated namespaceThomas Reitmayr2020-01-031-1/+1
* | | | | | | Add support for Ruby 2.7Thomas Reitmayr2019-12-311-13/+9
|/ / / / / /
* | | | | | Merge pull request #1668 from treitmayr/masterWilliam S Fulton2019-12-301-10/+26
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix code generated for Ruby global variablesThomas Reitmayr2019-10-271-10/+26
| | |/ / / | |/| | |
* | | | | Fix some C++11 identifiers with special meaning parsing problemsWilliam S Fulton2019-12-101-2/+6
* | | | | C# 'out' or 'ref' removal improvements in director typemaps.William S Fulton2019-11-264-11/+124
* | | | | '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
* | | | Parameter name expansion fix for template functions.William S Fulton2019-08-011-11/+16
* | | | Replace all exit() with SWIG_exit()William S Fulton2019-07-3111-24/+24
* | | | Remove all generated files on error.William S Fulton2019-07-313-4/+96
* | | | Exit code change when using -WerrorWilliam S Fulton2019-07-311-5/+4
* | | | Remove deprecated DohClose in DOHWilliam S Fulton2019-07-315-50/+0
|/ / /
* | | 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
* | | | Fix missing value for first item of enums with trailing commaVadim Zeitlin2019-07-111-0/+10
* | | | Merge branch 'doxy/segfault'William S Fulton2019-07-112-1/+20
|\ \ \ \
| * | | | Add iterator safety check in DoxygenParser::parseJohn McFarland2019-07-062-1/+8
| * | | | Doxygen comment parsing fix for empty lines in code/verbatim blocksJohn McFarland2019-07-061-0/+12
* | | | | 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