Commit Graph

1210 Commits

Author SHA1 Message Date
Thomas Hobson c6ccf642f6
Merge pull request #347 from dvargas46/master
prevent building empty package on pr
2021-10-06 17:22:37 +13:00
Thomas Hobson fec08cbce5
Merge pull request #349 from milindmadhukar/master
Added Go-Piston to the Readme
2021-10-06 17:21:59 +13:00
Brikaa 363daa2a24 Document limit_overrides, timeouts, provides and local testing 2021-10-04 21:35:13 +02:00
Thomas Hobson eb6d00c9d7
Merge pull request #352 from Brikaa/dotnet
pkg(dotnet-5.0.201): Added F#.net, F# interactive and VB.net
2021-10-05 05:11:42 +13:00
Brikaa aa4b94a237 Add csharp.net, fsharp.net basic.net to readme 2021-10-04 17:39:08 +02:00
Brikaa d3cbb64bd7 Merge branch 'master' into dotnet 2021-10-04 17:36:59 +02:00
Brikaa adae6fde2f pkg(dotnet-5.0.201): Added F#.net, F# interactive and VB.net 2021-10-04 17:25:11 +02:00
Brikaa a5c3858100 Add per-language constraint overrides 2021-10-04 17:11:46 +02:00
Brikaa c0f203537c config.js: timeout, overrides 2021-10-04 17:11:46 +02:00
Hydrazer 1c48ca2ab5 pkg(japt-2.0.0): add japt 2021-10-04 17:11:46 +02:00
Dan Vargas 4f5ef06adf pkg(freebasic-1.8.0): Add Freebasic 2021-10-04 17:11:46 +02:00
Brikaa 883d584c15 pkg(iverilog-11.0.0): Added iverilog 11.0.0 2021-10-04 17:11:46 +02:00
Dan Vargas e5732ef459 pkg(forte-1.0.0): add forte 2021-10-04 17:11:46 +02:00
Brikaa b36ce650dd Add ./piston logs 2021-10-04 17:11:46 +02:00
Brikaa 241b56a5e9 Add semantic versioning in CONTRIBUTING.MD 2021-10-04 17:11:46 +02:00
Thomas Hobson 36d72383a5 rework process janitor
Old process janitor required starting a `ps` process.
This was problematic, as `ps` requires another entry in the process table, which in some cases was impossible as it was exhausted.
2021-10-04 17:11:46 +02:00
Thomas Hobson 5d392effcc api: maximum concurrent jobs and potential fix for gcc 2021-10-04 17:11:46 +02:00
Thomas Hobson c24937aeb7 Add self to license 2021-10-04 17:11:46 +02:00
Thomas Hobson 6f3ad0f9ed
Merge pull request #348 from Brikaa/overrides
Add per-language limit overrides
2021-10-05 04:03:08 +13:00
Brikaa 94af5639bf Add per-language constraint overrides 2021-10-04 16:56:08 +02:00
Thomas Hobson 6a8dc48233
Merge pull request #351 from Hydrazer/master
add japt
2021-10-03 16:16:12 +13:00
Vargas, Dan 78d0ce156f prevent building empty package on pr 2021-10-02 19:51:07 -06:00
Hydrazer 1c675b5f8f pkg(japt-2.0.0): add japt 2021-10-02 16:50:37 -06:00
milindmadhukar 46ecd482bb
Added Go-Piston to the Readme 2021-10-02 23:38:11 +05:30
Thomas Hobson 89a6f81123
Merge pull request #345 from dvargas46/add-forte
pkg(forte-1.0.0): add forte
2021-10-03 01:45:58 +13:00
Thomas Hobson fa28d1c0c7
Merge branch 'master' into add-forte 2021-10-03 01:36:30 +13:00
Thomas Hobson 4d4b6b9bf0
Merge pull request #346 from dvargas46/add-freebasic
pkg(freebasic-1.8.0): Add Freebasic
2021-10-03 01:36:21 +13:00
Brikaa 4870441574 config.js: timeout, overrides 2021-10-02 11:05:11 +02:00
Dan Vargas 5280739326 pkg(freebasic-1.8.0): Add Freebasic 2021-10-01 14:04:17 -05:00
Dan Vargas 977ec08311
Merge branch 'master' into add-forte 2021-10-01 12:11:12 -06:00
Dan Vargas 6d50745db8 pkg(forte-1.0.0): add forte 2021-10-01 13:00:04 -05:00
Thomas Hobson 7d90cddf27
Merge pull request #333 from Brikaa/iverilog
pkg(iverilog-11.0.0): Added iverilog 11.0.0
2021-10-02 00:44:22 +13:00
Omar Brikaa 989ea52bfa
Merge branch 'master' into iverilog 2021-10-01 13:36:06 +02:00
Thomas Hobson 7c6148c8d1
Merge pull request #334 from Brikaa/docs-logs
Add ./piston logs, note about SemVer
2021-10-02 00:27:30 +13:00
Thomas Hobson b6629b3354
Merge branch 'master' into iverilog 2021-10-02 00:24:52 +13:00
Thomas Hobson c6a7ccc77c
Merge pull request #335 from Brikaa/sqlite
pkg(sqlite3-3.36.0): Added sqlite3 3.36.0
2021-10-02 00:15:56 +13:00
Thomas Hobson 8165770cfd
Merge branch 'master' into iverilog 2021-10-02 00:11:06 +13:00
Thomas Hobson 874cc815e9
Merge branch 'master' into sqlite 2021-10-02 00:10:02 +13:00
Thomas Hobson 9e81d2ff67
Merge pull request #343 from engineer-man/process-janitor
rework process janitor
2021-10-02 00:08:58 +13:00
Thomas Hobson 1b6563d181
rework process janitor
Old process janitor required starting a `ps` process.
This was problematic, as `ps` requires another entry in the process table, which in some cases was impossible as it was exhausted.
2021-10-02 00:07:37 +13:00
Thomas Hobson 160832fb93
Merge pull request #342 from engineer-man/job-queue
api: maximum concurrent jobs and potential fix for gcc
2021-10-01 20:29:26 +13:00
Thomas Hobson 7313958155
api: maximum concurrent jobs and potential fix for gcc 2021-10-01 20:28:54 +13:00
Brikaa 5cdc71d268 pkg(sqlite3-3.36.0): Added sqlite3 3.36.0 2021-09-30 09:12:22 +02:00
Thomas Hobson 1835ab5cab
Add self to license 2021-09-30 08:11:47 +13:00
Brikaa e5ac7a2acc Add ./piston logs 2021-09-26 14:09:25 +02:00
Brikaa 474c986879 Add semantic versioning in CONTRIBUTING.MD 2021-09-26 14:02:03 +02:00
Brikaa 56a3c91a6a pkg(iverilog-11.0.0): Added iverilog 11.0.0 2021-09-26 13:25:13 +02:00
Thomas Hobson 0077da59cb
Merge pull request #328 from dvargas46/fix-stdin
fix stdin for normal execute
2021-09-23 09:41:22 +12:00
Dan Vargas 15e2e81d96 fix stdin for normal execute 2021-09-22 16:39:26 -05:00
Thomas Hobson 7cf99fb4f2
Update readme.md 2021-09-22 11:26:35 +12:00