summaryrefslogtreecommitdiff
path: root/Source/Swig
Commit message (Expand)AuthorAgeFilesLines
* Replace all exit() with SWIG_exit()William S Fulton2019-07-315-13/+15
* 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-252-0/+17
|/
* 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
* Add support for C++17 hexadecimal floating literalsZackery Spytz2019-02-131-1/+20
* 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
* | Merge branch 'fix-ignore-param'Vadim Zeitlin2019-02-111-5/+8
|\ \ | |/ |/|
| * Don't apply %ignore to parametersVadim Zeitlin2019-02-101-5/+8
* | C++17 u8 character literals fixZackery Spytz2019-02-101-2/+6
* | Add support for the C++11 u and U encoding prefixes for char literalsZackery Spytz2019-02-051-0/+4
|/
* Suppress rename warnings when parameter names are keywordsWilliam S Fulton2019-01-191-3/+9
* Merge branch 'baldurk-raw-strings-issue-948'William S Fulton2019-01-041-0/+3
|\
| * Experimental fix for delimiter leakage in raw strings.baldurk2017-07-061-0/+3
* | Merge branch 'vadz-doxygen'William S Fulton2018-06-073-2/+15
|\ \
| * | new_node refactorWilliam S Fulton2018-05-191-16/+2
| * | Merge branch 'master' into doxygenVadim Zeitlin2018-03-194-20/+50
| |\ \
| * \ \ Merge branch 'master' into doxygenVadim Zeitlin2017-09-1911-116/+471
| |\ \ \
| * \ \ \ Merge branch 'master' into doxygenVadim Zeitlin2017-02-014-10/+45
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into doxygenVadim Zeitlin2016-12-126-436/+402
| |\ \ \ \ \
| * \ \ \ \ \ Another merge with master.Vadim Zeitlin2015-07-208-32/+36
| |\ \ \ \ \ \
| * | | | | | | Remove unused Swig_warn() function.Vadim Zeitlin2015-02-161-2/+1
| * | | | | | | Another merge with master.Vadim Zeitlin2015-02-163-7/+17
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge latest master into doxygen branch.Vadim Zeitlin2014-12-151-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge latest master into doxygen branch again.Vadim Zeitlin2014-08-132-0/+162
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into doxygenVadim Zeitlin2014-04-3022-395/+1397
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge trunk (up to just after swig 2.0.5 release - rev 13009) to gsoc2008-che...William S Fulton2012-04-2725-1433/+2607
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add new GPL license headers to source files added in this branchWilliam S Fulton2010-03-061-2/+6
| * | | | | | | | | | | | merge revisions 11872:11876 from trunk to gsoc2008-cherylfoil branch - licens...William S Fulton2010-03-0524-48/+144
| * | | | | | | | | | | | Major refactoring: translation now takes a node and returns a translated comm...Jamie Kirkpatrick2008-09-122-1/+13
| * | | | | | | | | | | | Merged revisions 10487,10498-10499,10503-10504,10506,10508,10511,10515-10516,...Jamie Kirkpatrick2008-09-127-20/+39
* | | | | | | | | | | | | Misc. typosluz.paz2018-05-176-7/+7
| |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |
* | | | | | | | | | | | Fix seg fault parsing invalid exponentsWilliam S Fulton2018-01-141-6/+8
* | | | | | | | | | | | Small code simplification using SwigValueWrapperWilliam S Fulton2017-11-031-1/+1
* | | | | | | | | | | | Enhance -debug-csymbols and -debug-symbols to show siblingsWilliam S Fulton2017-10-021-7/+18
* | | | | | | | | | | | Allow an instantiated template to have the same name as the C++ template nameWilliam S Fulton2017-09-291-4/+22
* | | | | | | | | | | | Workaround spurious gcc warning [-Woverlength]William S Fulton2017-09-201-2/+1
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
* | | | | | | | | | | Fix wrapping of some member function pointer parametersWilliam S Fulton2017-09-071-1/+1
* | | | | | | | | | | Add support for member function pointers with ref-qualifiersWilliam S Fulton2017-09-051-38/+70
* | | | | | | | | | | Add unignore for rvalue ref-qualifiersWilliam S Fulton2017-08-301-0/+9
* | | | | | | | | | | Improve ref-qualifier implementationWilliam S Fulton2017-08-304-25/+102
* | | | | | | | | | | Fix support for member const function pointer variablesWilliam S Fulton2017-08-302-2/+6
* | | | | | | | | | | Use normal SWIG encodings for ref-qualifiersWilliam S Fulton2017-08-191-2/+5
* | | | | | | | | | | C++11 ref-qualifier support addedWilliam S Fulton2017-08-191-0/+4
* | | | | | | | | | | Merge branch 'templates-scope-enforcement'William S Fulton2017-08-164-53/+224
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add using declarations to templates into typedef table.William S Fulton2017-08-161-8/+37
| * | | | | | | | | | | Fix type lookup in the presence of using directives and using declarationsWilliam S Fulton2017-08-161-28/+75