summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure: Check for gdc for D compilerci-dOlly Betts2023-05-021-1/+1
* [ci] Try llvm D compiler (ldc)Olly Betts2023-05-022-3/+11
* [ci] Quick try to get D job workingOlly Betts2023-05-023-536/+19
* Merge branch 'go-argcargv'Olly Betts2023-04-204-1/+90
|\
| * Clarify comment in _runme.goOlly Betts2023-04-201-1/+4
| * Drop __cplusplus conditionals from testcaseOlly Betts2023-04-201-4/+0
| * Add argc and argv multi-argument to go.Erez Geva2023-04-193-1/+88
* | [ci] Fix scilab 2023.0.0 download URLOlly Betts2023-04-201-3/+3
* | Note that #1882 is fixed by recent changeOlly Betts2023-04-201-4/+4
* | Merge branch 'scilab-2023'Olly Betts2023-04-207-31/+117
|\ \
| * | scilab: add a gateway xml v6 with full function namesClément DAVID2023-04-203-7/+85
| * | scilab: detect version 2023 correctlyClément DAVID2023-04-206-26/+34
|/ /
* | [ci] Add scilab 6.1 buildOlly Betts2023-04-201-0/+2
* | Make y const in new testcaseOlly Betts2023-04-191-1/+1
* | Merge branch 'macro-partial-expansion'Olly Betts2023-04-194-16/+76
|\ \
| * | Add CHANGES.current entryOlly Betts2023-04-191-0/+6
| * | Adjust new testsOlly Betts2023-04-192-15/+22
| * | Copy over missing parts of macro expansion codeOlly Betts2023-04-191-1/+6
| * | inline the header into the interface fileMomtchil Momtchev2023-04-172-22/+25
| * | actually test the valueMomtchil Momtchev2023-04-142-1/+4
| * | 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
|\ \ \ \