summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'arbitrary-decltype-expressions'HEADmasterOlly Betts2023-05-181-11/+33
|\
| * Support parsing arbitrary expression in decltypeOlly Betts2023-05-171-11/+33
* | More maintainable warning messageWilliam S Fulton2023-05-171-2/+2
* | Simplify grammar rules for alternative start symbolsOlly Betts2023-05-181-8/+8
|/
* Use Putc instead of Append on a temp 1 or 2 char stringOlly Betts2023-05-161-17/+6
* Improve docs for Scanner_skip_balanced() return valueOlly Betts2023-05-161-0/+2
* Clean up double spaces between words in commentsOlly Betts2023-05-163-7/+7
* Emit extra message for missing typecheck typemapOlly Betts2023-05-161-0/+6
* Use strchr/Strchr for single character searchesOlly Betts2023-05-156-13/+13
* support check typemaps in JSMomtchil Momtchev2023-05-111-0/+32
* Parse storage class more flexiblyOlly Betts2023-05-118-62/+149
* Removed unused default parameter valueOlly Betts2023-05-081-1/+1
* [PHP] Wrap method with both static and non-static overloadsOlly Betts2023-05-081-1/+18
* Merge branch 'typedef-namespace'William S Fulton2023-05-061-3/+3
|\
| * Partial revert of previous commit for typedefsWilliam S Fulton2023-05-061-5/+3
| * tentative fix for typedef/using declaration to struct typedefMomtchil Momtchev2023-05-061-2/+4
* | [D] Fix typo in -d2 option descriptionOlly Betts2023-05-041-1/+1
* | Drop D version 1Erez Geva2023-05-041-16/+8
* | Fix typo: "temporal" which should be "temporary"Olly Betts2023-04-271-1/+1
* | try to ninja fix jscMomtchil Momtchev2023-04-261-1/+6
* | take into account numinputs when counting argumentsMomtchil Momtchev2023-04-261-15/+9
|/
* [js] Turn on C++ output for node tooOlly Betts2023-04-221-8/+4
* use the renamed name when creating a constantMomtchil Momtchev2023-04-221-2/+1
* Fix #ifdef and #ifndef to work inside a %defineOlly Betts2023-04-211-7/+29
* Restore handling for '<<' in array sizeOlly Betts2023-04-201-1/+2
* Add missing newline on new error messageOlly Betts2023-04-201-1/+1
* Improve error for array size with a '<' characterOlly Betts2023-04-201-4/+7
* Remove remaining traces of PHP7 supportOlly Betts2023-04-201-13/+1
* scilab: add a gateway xml v6 with full function namesClément DAVID2023-04-201-4/+61
* Merge branch 'macro-partial-expansion'Olly Betts2023-04-191-16/+33
|\
| * Copy over missing parts of macro expansion codeOlly Betts2023-04-191-1/+6
| * suppress a warningMomtchil Momtchev2023-04-141-1/+1
| * fix code readability issuesMomtchil Momtchev2023-04-141-12/+11
| * alternative, much cleaner, approachMomtchil Momtchev2023-04-111-16/+29
* | Remove support for PHP7Olly Betts2023-04-142-3/+4
|/
* Improved error checking when defining classes and using %template.William S Fulton2023-03-131-46/+54
* Fix duplicate const in generated code wrapping templatesWilliam S Fulton2023-03-081-1/+14
* Cosmetic change in template terminologyWilliam S Fulton2023-03-033-17/+17
* Partial template specialization fixes to support default argumentsWilliam S Fulton2023-03-014-18/+94
* Duplicate parameter name handling improvementsWilliam S Fulton2023-02-181-2/+7
* Improved variadic parameter names expansionWilliam S Fulton2023-02-182-17/+13
* Template partial specialization improvementsWilliam S Fulton2023-02-173-170/+188
* Fix deduction of partially specialized template parametersWilliam S Fulton2023-02-171-1/+3
* Rewrite does_parm_match used in template partial specializationWilliam S Fulton2023-02-171-40/+38
* Avoid unused parameter self warningJulien Schueller2023-01-271-1/+1
* Fix seg fault using %templateWilliam S Fulton2023-01-031-1/+1
* Instantiation of C++11 variadic function templatesWilliam S Fulton2023-01-032-52/+90
* Slight simplification parsing variadic template parametersWilliam S Fulton2022-12-301-12/+4
* Syntax error fixes parsing more elaborate parameter pack argumentsWilliam S Fulton2022-12-301-10/+17
* Fix instantiation of variadic class templatesWilliam S Fulton2022-12-294-27/+117