Thomas Hobson
|
170dbc419e
|
relocate gitignore for packages
|
2021-02-20 18:34:02 +13:00 |
Thomas Hobson
|
0242c99388
|
clarify exit code returning
|
2021-02-19 22:05:00 +13:00 |
Thomas Hobson
|
bda5129da7
|
more documentation
|
2021-02-19 21:58:31 +13:00 |
Thomas Hobson
|
32632926de
|
add the build platform to json
|
2021-02-19 21:28:59 +13:00 |
Thomas Hobson
|
47c31e3792
|
Allow build platform to be directly specified
|
2021-02-19 21:05:37 +13:00 |
Thomas Hobson
|
e03c7c50f3
|
store build distro with package
|
2021-02-19 20:34:30 +13:00 |
Thomas Hobson
|
4f3e7a536d
|
Better python packaging
|
2021-02-19 18:53:26 +13:00 |
Thomas Hobson
|
51b06018c1
|
Add signing to common
|
2021-02-19 18:06:07 +13:00 |
Thomas Hobson
|
36102f22b4
|
Python 3.9.1 Package (but better)
|
2021-02-19 17:32:35 +13:00 |
Thomas Hobson
|
e2c8427a7a
|
Python 3.9.1 Package
|
2021-02-19 16:48:46 +13:00 |
Thomas Hobson
|
d57b1f0fd4
|
Python Package example
|
2021-02-19 16:09:56 +13:00 |
Thomas Hobson
|
3103721c8e
|
design pt1
|
2021-02-18 23:09:16 +13:00 |
Thomas Hobson
|
30426d0d96
|
remove gitignore until we need it
|
2021-02-18 21:44:53 +13:00 |
Thomas Hobson
|
84c627d1df
|
add basic architecture
|
2021-02-18 19:59:49 +13:00 |
Thomas Hobson
|
c5f3305c23
|
remove **everything** in preparations for v3
|
2021-02-18 18:32:26 +13:00 |
Brian Seymour
|
b9ef21cbea
|
Merge pull request #83 from ThreshMain/brainfuck-patch
Fixed brainfuck transpiler to accept args
|
2021-02-15 14:33:14 -06:00 |
ThreshMain
|
f20c8bafd1
|
Fixed brainfuck transpiler to accept args
|
2021-02-15 17:59:33 +01:00 |
Titouan Teyssier
|
0e2131eb1d
|
add prolog language support (#82)
* add prolog language support
|
2021-02-14 17:59:33 +01:00 |
Brian Seymour
|
0c4c6e7ad5
|
Merge pull request #77 from TitouanT/bf_new_executor
Fixes the brainfuck executor
|
2021-02-10 13:40:49 -06:00 |
Brian Seymour
|
95d8b853db
|
Merge pull request #80 from EleanorNB/patch-1
Don't attempt to run executable if compilation fails
|
2021-02-10 13:38:50 -06:00 |
Eleanor Bartle
|
f8391e9aaf
|
Don't attempt to run executable if compilation fails
It was just ugly.
|
2021-02-10 17:41:14 +11:00 |
TitouanT
|
dd4be0f7bf
|
transpiles bf into C code
|
2021-02-07 22:31:06 +01:00 |
Brian Seymour
|
4d344db148
|
update java/scala executor, integrate distrobuilder in
|
2021-02-05 16:22:15 -06:00 |
Brian Seymour
|
716cf04e62
|
Merge pull request #63 from HexF/container-generation
Container generation via distrobuilder
|
2021-02-05 16:13:26 -06:00 |
Brian Seymour
|
d19d3faeba
|
Merge pull request #71 from Sirius902/master
Add Scala
|
2021-02-05 16:10:49 -06:00 |
Brian Seymour
|
2bb89b7110
|
Merge pull request #74 from ThreshMain/master
Removed unnecessary argument from execute and executors
|
2021-02-05 16:09:50 -06:00 |
Brian Seymour
|
aa4f4bfafb
|
Merge pull request #73 from TitouanT/java_cd_fix
fixed java executor to be in the correct directory
|
2021-02-05 16:08:54 -06:00 |
ThreshMain
|
e1ef091570
|
Removed unnecessary argument from execute and executors
|
2021-02-05 16:50:57 +01:00 |
TitouanT
|
0b0ea6c932
|
fixed java executor to be in the correct directory
|
2021-02-05 16:21:07 +01:00 |
Sirius902
|
e14effbf35
|
Move JAVA_HOME stuff to Java install
|
2021-02-05 01:17:03 -08:00 |
Sirius902
|
cd38eaa3f4
|
Update test to use Scala 3 feature
|
2021-02-05 00:58:13 -08:00 |
Brian Seymour
|
8cc1f6c2b5
|
add timeout for rustc
|
2021-02-05 01:24:08 -06:00 |
Sirius902
|
d10c58b993
|
set JAVA_HOME
|
2021-02-04 20:52:13 -08:00 |
Sirius902
|
ed6c483bab
|
update to scala 3
|
2021-02-04 20:35:24 -08:00 |
Sirius902
|
cd2d6cb405
|
Add scala as scala alias
|
2021-02-04 20:15:08 -08:00 |
Sirius902
|
48d3e39f9a
|
add scala
|
2021-02-04 20:03:17 -08:00 |
Brian Seymour
|
6615ec4519
|
Merge pull request #66 from Vrganj/run-java-directly
Run Java directly to avoid grep
|
2021-02-03 21:48:12 -06:00 |
Brian Seymour
|
178ddf19d6
|
Merge pull request #67 from TitouanT/c_args
fixed c args and added node lockfile to .gitignore
|
2021-02-03 21:47:46 -06:00 |
Luka Barbić
|
7a8309553b
|
Update Python (#70)
* Update Python to 3.9.1
|
2021-02-03 22:33:52 +01:00 |
TitouanT
|
e169d0cab8
|
fixed c args and added node lockfile to .gitignore
|
2021-02-01 01:21:20 +01:00 |
Vrganj
|
ab8ede1c5d
|
Run Java directly to avoid grep
|
2021-01-31 18:24:11 +01:00 |
Brian Seymour
|
0f8350b6da
|
Merge pull request #64 from LamboSV/SVG_Logo
Added SVG of EM Logo to README
|
2021-01-29 17:24:30 -06:00 |
LamboSV
|
85eb69d45f
|
Added SVG of EM Logo to README
|
2021-01-29 12:55:28 +00:00 |
Thomas Hobson
|
8d92661cfd
|
Add new lines
|
2021-01-29 13:28:32 +13:00 |
Thomas Hobson
|
062c4c89c8
|
Remove CI
|
2021-01-29 13:27:54 +13:00 |
Thomas Hobson
|
3bcb96832d
|
install go 14
|
2021-01-28 23:21:17 +13:00 |
Thomas Hobson
|
aa3a1a239f
|
dont update go
|
2021-01-28 23:15:08 +13:00 |
Thomas Hobson
|
dde705da56
|
bionic based
|
2021-01-28 23:10:55 +13:00 |
Thomas Hobson
|
59dd4e9c01
|
ci
|
2021-01-28 23:04:52 +13:00 |
Thomas Hobson
|
bc8b8787ef
|
go bin file directly
|
2021-01-28 22:53:54 +13:00 |