This website requires JavaScript.
Explore
Help
Register
Sign In
JavaTX
/
JavaCompilerCore
Watch
3
Star
1
Fork
3
You've already forked JavaCompilerCore
Code
Issues
112
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
All Workflows
build_and_test.yml
sonarqube.yml
Actor
All actors
dholle
jschmidt
pl
RubenKraft
stan
Status
All status
Success
Failure
Waiting
Running
Don't load source files twice
build_and_test.yml #70
:
Commit
cba35a4bec
pushed by
dholle
targetBytecode
2024-04-27 21:11:21 +00:00
2m51s
View workflow file
Don't load source files twice
build_and_test.yml #69
:
Commit
d31eadc277
pushed by
dholle
targetBytecode
2024-04-27 20:47:36 +00:00
2m55s
View workflow file
Add Ternary, fix #324
build_and_test.yml #68
:
Commit
b774281cbb
pushed by
dholle
targetBytecode
2024-04-22 10:20:48 +00:00
2m49s
View workflow file
Fix package weirdness? See #322
build_and_test.yml #67
:
Commit
9358130468
pushed by
dholle
targetBytecode
2024-04-18 09:54:17 +00:00
3m3s
View workflow file
Fix current directory not being added to path
build_and_test.yml #66
:
Commit
708aa64283
pushed by
dholle
targetBytecode
2024-04-18 08:34:08 +00:00
2m51s
View workflow file
Fix #323
build_and_test.yml #65
:
Commit
c21e5202d6
pushed by
dholle
targetBytecode
2024-04-18 08:23:55 +00:00
3m15s
View workflow file
Fix tests
build_and_test.yml #64
:
Commit
b3bd5cde10
pushed by
dholle
targetBytecode
2024-04-15 14:48:38 +00:00
3m58s
View workflow file
Fix test case a bit
build_and_test.yml #63
:
Commit
df78937ef3
pushed by
dholle
targetBytecode
2024-04-15 14:22:06 +00:00
3m36s
View workflow file
Add modulo, fix #319
build_and_test.yml #62
:
Commit
7fb4824f8d
pushed by
dholle
targetBytecode
2024-04-12 13:43:20 +00:00
2m53s
View workflow file
fix console
build_and_test.yml #61
:
Commit
e0d71a6003
pushed by
dholle
targetBytecode
2024-04-12 12:19:59 +00:00
2m37s
View workflow file
Fix optional parameters
build_and_test.yml #60
:
Commit
49803385cf
pushed by
dholle
targetBytecode
2024-04-12 12:01:02 +00:00
2m45s
View workflow file
Deal with multiple source files properly, don't throw all the constraints together
build_and_test.yml #59
:
Commit
39d02f792c
pushed by
dholle
targetBytecode
2024-04-12 08:50:40 +00:00
2m21s
View workflow file
More poking around
build_and_test.yml #58
:
Commit
4fc78f494c
pushed by
dholle
targetBytecode
2024-04-10 12:38:51 +00:00
3m18s
View workflow file
Throw exception if class doesn't exist
build_and_test.yml #57
:
Commit
b752219d8c
pushed by
dholle
targetBytecode
2024-04-10 08:16:37 +00:00
2m40s
View workflow file
Don't trim stack trace because some tests randomly fail and we need to know why
build_and_test.yml #56
:
Commit
ec890356e4
pushed by
dholle
targetBytecode
2024-04-10 08:01:05 +00:00
2m59s
View workflow file
Merge branch 'targetBytecode' of ssh://gitea.hb.dhbw-stuttgart.de:2222/JavaTX/JavaCompilerCore into targetBytecode
build_and_test.yml #55
:
Commit
d405b0c3a2
pushed by
dholle
targetBytecode
2024-04-10 07:51:00 +00:00
2m54s
View workflow file
modified: src/main/java/de/dhbwstuttgart/parser/SyntaxTreeGenerator/SyntacticSugar.java
build_and_test.yml #54
:
Commit
bcce4cee19
pushed by
pl
targetBytecode
2024-04-09 16:29:13 +00:00
2m21s
View workflow file
Fix bytecode error when calling interface functions
build_and_test.yml #53
:
Commit
e6cd4038e2
pushed by
dholle
targetBytecode
2024-04-09 13:55:42 +00:00
2m48s
View workflow file
Merge branch 'targetBytecode' of ssh://gitea.hb.dhbw-stuttgart.de:2222/JavaTX/JavaCompilerCore into targetBytecode
build_and_test.yml #52
:
Commit
e50f941b79
pushed by
dholle
targetBytecode
2024-04-09 13:02:11 +00:00
2m33s
View workflow file
modified: ../src/main/java/de/dhbwstuttgart/typeinference/unify/Match.java
build_and_test.yml #51
:
Commit
0d5be89310
pushed by
pl
targetBytecode
2024-04-08 23:53:54 +00:00
2m51s
View workflow file
Fix #313
build_and_test.yml #50
:
Commit
0b7f07108f
pushed by
dholle
targetBytecode
2024-04-08 14:50:19 +00:00
2m43s
View workflow file
Add test for #309
build_and_test.yml #49
:
Commit
6b0816c1c4
pushed by
dholle
targetBytecode
2024-04-08 12:05:52 +00:00
2m47s
View workflow file
Fix #311
build_and_test.yml #48
:
Commit
f66b9099f3
pushed by
dholle
targetBytecode
2024-04-08 11:54:51 +00:00
2m55s
View workflow file
Fix #312
build_and_test.yml #47
:
Commit
da74898f9d
pushed by
dholle
targetBytecode
2024-04-08 11:21:23 +00:00
2m45s
View workflow file
Fix #310
build_and_test.yml #46
:
Commit
46a7f61234
pushed by
dholle
targetBytecode
2024-04-08 09:55:50 +00:00
2m49s
View workflow file
Fix #308
build_and_test.yml #45
:
Commit
e59accf7ee
pushed by
dholle
targetBytecode
2024-04-08 09:52:57 +00:00
12m3s
View workflow file
new file: ../../AllgemeinTest/List.jav
build_and_test.yml #44
:
Commit
4b110244f2
pushed by
pl
targetBytecode
2024-04-07 15:34:43 +00:00
2m46s
View workflow file
Bug 307 gefixt
build_and_test.yml #43
:
Commit
e37040f367
pushed by
pl
targetBytecode
2024-04-02 22:15:23 +00:00
2m51s
View workflow file
Decouple unify from the rest of the code
build_and_test.yml #42
:
Commit
6850a8fa21
pushed by
dholle
targetBytecode
2024-03-28 09:39:05 +00:00
3m22s
View workflow file
Reversing alone would disturb the parameters (#298)
build_and_test.yml #41
:
Commit
877e5ed38a
pushed by
dholle
targetBytecode
2024-03-27 13:53:27 +00:00
1m2s
View workflow file
First
Previous
...
7
8
9
10
11
Next
Last