summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fiddle with which jobs runruby-ci-testingOlly Betts2023-04-191-5/+5
* Try to fix non-rvm buildsOlly Betts2023-04-191-1/+1
* Fix orderOlly Betts2023-04-191-1/+1
* Disable jobs which definitely fail or passOlly Betts2023-04-191-21/+21
* [ci] Try to sort out Ruby jobsOlly Betts2023-04-194-342/+40
* [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
| |/ |/|
* | Drop configure probe for popen()Olly Betts2023-02-031-8/+0
* | Fix a couple of typos in CHANGESOlly Betts2023-01-271-1/+2
* | Add CHANGES.current entry for previous commitOlly Betts2023-01-271-0/+4
* | Avoid unused parameter self warningJulien Schueller2023-01-271-1/+1
* | configure: Check for php8.2 tooOlly Betts2023-01-181-1/+1
|/
* Fix seg fault using %templateWilliam S Fulton2023-01-034-1/+60
* Instantiation of C++11 variadic function templatesWilliam S Fulton2023-01-035-55/+132