summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | suppress a warningMomtchil Momtchev2023-04-141-1/+1
| * | | save missing files from previous commitMomtchil Momtchev2023-04-142-2/+3
| * | | move the unit testsMomtchil Momtchev2023-04-142-11/+21
| * | | fix code readability issuesMomtchil Momtchev2023-04-141-12/+11
| * | | restore the unit testMomtchil Momtchev2023-04-112-0/+13
| * | | alternative, much cleaner, approachMomtchil Momtchev2023-04-111-16/+29
| | |/ | |/|
* | | Merge branch 'fix-undefining-allocator'Olly Betts2023-04-192-1/+5
|\ \ \
| * | | Add CHANGES.current entryOlly Betts2023-04-191-0/+4
| * | | Really fix "mixed declarations and code" warningOlly Betts2023-04-191-3/+1
| * | | Fix "ISO C90 forbids mixed declarations and code" warningMaple Ong2023-04-121-1/+2
| * | | Fix "undefining the allocator of T_DATA" error seen in Ruby 3.2Maple Ong2023-04-121-1/+2
| |/ /
* | | [ci] Resurrect Ruby 2.0-2.3 jobs and add 3.2 jobOlly Betts2023-04-193-34/+41
* | | [scilab] Extract values with ":"Clément DAVID2023-04-198-10/+78
* | | [ci] Resurrect scilab 6.0 buildOlly Betts2023-04-191-2/+1
| |/ |/|
* | [ci] Disable ubuntu-18.04 jobsOlly Betts2023-04-181-43/+43
* | [ci] Update to latest actions/checkoutOlly Betts2023-04-161-1/+1
* | Remove support for PHP7Olly Betts2023-04-1413-173/+56
|/
* Octave 8.1 supportWilliam S Fulton2023-03-251-0/+3
* Merge branch 'alatina-master'William S Fulton2023-03-252-2/+9
|\
| * Update octruntime.swgAndrea L2023-03-141-2/+3
| * Merge pull request #2 from alatina/alatina-patch-octave-8.1.0Andrea L2023-03-141-1/+3
| |\
| | * Update octruntime.swg to work with Octave v8.1.0Andrea L2023-03-141-1/+3
| * | Merge pull request #1 from alatina/alatina-patch-octave-8.1.0-1Andrea L2023-03-141-1/+5
| |\ \ | | |/ | |/|
| | * Update octrun.swg to work with Octave v8.1.0Andrea L2023-03-141-1/+5
| |/
* | Merge branch 'bda_resolve_warnings'William S Fulton2023-03-242-1/+4
|\ \
| * | Use $self instead of selfWilliam S Fulton2023-03-242-4/+4
| * | Lib/csharp: Resolve a few warnings about unused parametersMario Emmenlauer2023-01-102-1/+4
* | | Merge pull request #2499 from MyroslavaStopets/nullptr-utilizationWilliam S Fulton2023-03-242-22/+28
|\ \ \
| * | | Added usage of nullptr instead of NULLMyroslava Stopets2023-02-082-22/+28
* | | | Merge pull request #2483 from fweimer-rh/c99William S Fulton2023-03-241-1/+4
|\ \ \ \
| * | | | CCache: Do not rely on C89-only features in configure.acFlorian Weimer2023-01-121-1/+4
| | |/ / | |/| |
* | | | document C# std_array.i enhancementsWilliam S Fulton2023-03-221-0/+3
* | | | Merge branch 'bda_standardize_vector_array'William S Fulton2023-03-223-28/+72
|\ \ \ \
| * | | | std_array.i std_vector.i tweaksWilliam S Fulton2023-03-223-19/+24
| * | | | Lib/csharp: Better standardized std_vector.i and std_array.iMario Emmenlauer2023-01-102-29/+68
| |/ / /
* | | | Improved error checking when defining classes and using %template.William S Fulton2023-03-1310-85/+134
* | | | Redefined identifer testcase now correctly errorsWilliam S Fulton2023-03-132-3/+5
| |_|/ |/| |
* | | Update errors tests to use new template errorWilliam S Fulton2023-03-092-3/+3
* | | Fix duplicate const in generated code wrapping templatesWilliam S Fulton2023-03-086-2/+79
* | | Cosmetic change in template terminologyWilliam S Fulton2023-03-033-17/+17
* | | Update partial specialization testWilliam S Fulton2023-03-011-8/+7
* | | Partial template specialization fixes to support default argumentsWilliam S Fulton2023-03-019-33/+220
* | | Revert "Allow Scilab 5.5 failure since downloads have moved"William S Fulton2023-02-181-1/+0
* | | Duplicate parameter name handling improvementsWilliam S Fulton2023-02-183-2/+29
* | | Improved variadic parameter names expansionWilliam S Fulton2023-02-183-18/+14
* | | Make new testcase c++98 compliantWilliam S Fulton2023-02-171-5/+5
* | | Template partial specialization improvementsWilliam S Fulton2023-02-176-170/+310
* | | Fix deduction of partially specialized template parametersWilliam S Fulton2023-02-174-25/+43
* | | Rewrite does_parm_match used in template partial specializationWilliam S Fulton2023-02-172-44/+38
* | | Add missing template_function_parm testcaseWilliam S Fulton2023-02-171-0/+1
| |/ |/|