summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic corrections - Mac OS XWilliam S Fulton2015-08-021-1/+1
* Merge branch 'docstring-indentation'William S Fulton2015-07-301-76/+166
|\
| * Improve python code indentation warning / error messagesdocstring-indentationWilliam S Fulton2015-07-301-21/+21
| * Function comment header formatting correctionsWilliam S Fulton2015-07-301-46/+66
| * Improve Python docstring indentation handlingWilliam S Fulton2015-07-301-28/+98
* | Restored broken ignoring of operators etc. Added more comments.Vladimir Kalinin2015-07-301-2/+8
|/
* Avoid gcc uninitialized variable warnings in Python wrappers.xantares2015-07-251-1/+1
* Typemap attribute fixesWilliam S Fulton2015-07-242-50/+52
* Merge branch 'LindleyF-typemap-in-descriptor'William S Fulton2015-07-221-6/+49
|\
| * Support special variable expansion in special variable macros in typemap attr...William S Fulton2015-07-221-16/+31
| * Enable variable and typemap substitution in typemap kwargs, and a test that v...Lindley French2015-07-221-0/+28
* | refactoring: 2 ways of ignoring symbol in add_symbols() merged for clarityVladimir Kalinin2015-07-221-11/+9
|/
* explicitly %ignore'd symbol does not get feature:ignore if it is only added t...Vladimir Kalinin2015-07-211-0/+2
* Merge branch 'm7thon-issue-445-python-class-docstrings'William S Fulton2015-07-181-6/+18
|\
| * Set class docstring in tp_doc slot for python -builtinMichael Thon2015-07-091-6/+18
* | Clearer variable name in Java director generated codeAnbiru Shouta2015-07-171-4/+4
* | warning fixesWilliam S Fulton2015-07-171-1/+1
* | String / char * usage in parser fixesWilliam S Fulton2015-07-171-40/+21
* | const char * fixes in the parserWilliam S Fulton2015-07-171-13/+15
|/
* Don't generate constructor wrappers if a base class has a private constructorWilliam S Fulton2015-07-072-2/+16
* Warning fixes for 64bit visual c++ on WindowsWilliam S Fulton2015-07-031-1/+1
* Warning fixes for 64bit visual c++ on WindowsWilliam S Fulton2015-07-0317-55/+55
* Add a space between literal and string macroNils Gladitz2015-07-031-1/+1
* Fix syntax error when the template keyword is used in typesWilliam S Fulton2015-07-021-18/+34
* Improve handling of whitespace in %pythoncodeOlly Betts2015-06-292-48/+107
* improve support of varargsSimon Marchetto2015-06-231-3/+7
* Cosmetic parser changeWilliam S Fulton2015-06-221-5/+5
* Fix parse errors for C++11 type aliasingWilliam S Fulton2015-06-221-4/+7
* [Go] Fix member variables in base classes to handle CWRAP_NATURAL_VARIan Lance Taylor2015-06-201-3/+14
* Fix Python pep8 warning when using -fastinit (or -O)William S Fulton2015-06-161-1/+1
* Fix python -builtin -O and overloaded functionsWilliam S Fulton2015-06-161-1/+1
* Fix r.cxx build breakWilliam S Fulton2015-06-121-0/+1
* R - Remove constantWrapper message wrapping constantsWilliam S Fulton2015-06-121-0/+10
* Documentation improvements for -o and -oh optionsWilliam S Fulton2015-06-121-2/+2
* Cosmetics - remove references to Java in C# moduleWilliam S Fulton2015-06-111-4/+4
* Merge branch 'Sghirate-master' - C# -outfile optionWilliam S Fulton2015-06-111-68/+85
|\
| * C# -outfile cosmetic code fixesWilliam S Fulton2015-06-111-29/+28
| * [C#] Single file mode (fixes)Frederick Parotat2015-06-041-51/+64
| * [C#] Single file mode (minor fix)Frederick Parotat2015-06-031-2/+0
| * [C#] Single file modeFrederick Parotat2015-06-031-66/+73
* | Fix warning display of types associated with 'using' and templates.William S Fulton2015-06-091-4/+4
* | Fix C++11 type aliasing seg fault.William S Fulton2015-06-091-2/+2
|/
* Add new feature "python:cdefaultargs"William S Fulton2015-05-281-2/+3
* Fix Python typedef bool default arguments that are not booleans.William S Fulton2015-05-271-19/+11
* Refactor PYTHON::convertValueWilliam S Fulton2015-05-271-77/+85
* [Go] Adjust last change to always emit a destructor.Ian Lance Taylor2015-05-181-20/+21
* [Go] Fix bug with ignored destructor--generated code did not compile.Ian Lance Taylor2015-05-181-18/+19
* Fix shared_ptr of classes with private constructors and destructors.William S Fulton2015-05-141-0/+4
* Refactor Java director swig_override array codeWilliam S Fulton2015-05-101-7/+1
* Merge pull request #413 from LindleyF/masterOlly Betts2015-05-081-3/+8
|\