summaryrefslogtreecommitdiff
path: root/Source/Swig
Commit message (Expand)AuthorAgeFilesLines
* Fix typosDimitris Apostolou2021-11-172-2/+2
* Fix comment typoOlly Betts2021-05-051-1/+1
* template template parameters patch tidyupWilliam S Fulton2021-03-221-24/+23
* Fix handling of Template template parametersWilliam S Fulton2021-03-221-6/+25
* Fix few unused variable warningsMichel Zou2021-03-071-0/+5
* complex can now be used as an identifierWilliam S Fulton2020-10-101-1/+1
* Merge commit '8245277ad3acd9308ce28c40508b999e9496b27e' into c99-complexWilliam S Fulton2020-10-101-3/+3
|\
| * Restore _Complex as standalone typeLeo Singer2020-06-241-0/+2
| * Small corrections for handling C99 _ComplexLeo Singer2020-06-241-2/+0
| * Properly handle C99 complex types even in C++ modeLeo Singer2020-06-241-2/+2
* | naming: Add unreachable return to !HAVE_PCRE pathAlistair Delva2020-08-131-0/+1
|/
* escape filepathsNoah Stegmaier2020-06-042-0/+14
* 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