1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 15, 2023 — Jan 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
toString() for debugging
Horcrux7
as Volker Berlin
More... over 2 years ago
parse lambdas with two interfaces
Horcrux7
as Volker Berlin
More... over 2 years ago
more replacement
Horcrux7
as Volker Berlin
More... over 2 years ago
Support Java 8. #1
Horcrux7
as Volker Berlin
More... over 2 years ago
print the full path to the compiler on debug level
Horcrux7
as Volker Berlin
More... over 2 years ago
add AtomicLong without Unsafe
Horcrux7
as Volker Berlin
More... over 2 years ago
fix BranchNode order for some complex constructs. #43
Horcrux7
as Volker Berlin
More... over 2 years ago
Catch block should not larger as the parent.
Horcrux7
as Volker Berlin
More... over 2 years ago
Handle also Lamba for interfaces
Horcrux7
as Volker Berlin
More... over 2 years ago
Ignore parsing errors on non *.class files which can be add through build systems. #41
Horcrux7
as Volker Berlin
More... over 2 years ago
Parse also the annotation types: class, enum and annotation. #41
Horcrux7
as Volker Berlin
More... over 2 years ago
Does not include the end position of a block in findChildNodeAt()
Horcrux7
as Volker Berlin
More... over 2 years ago
Change the used Wasm instruction from IF ELSE END to BLOCK BLOCK BR_IF END END to solve problems of complex if expressions.
Horcrux7
as Volker Berlin
More... over 2 years ago
add params to findBlockStart()
Horcrux7
as Volker Berlin
More... over 2 years ago
toString() for debugging
Horcrux7
as Volker Berlin
More... over 2 years ago
Detect also marked as needed methods if the method was previous add as replacement
Horcrux7
as Volker Berlin
More... over 2 years ago
Add the navigator
Horcrux7
as Volker Berlin
More... over 2 years ago
correct arraycopy()
Horcrux7
as Volker Berlin
More... over 2 years ago
Improve Replacement of System and SecurityManager and for TimeZone
Horcrux7
as Volker Berlin
More... over 2 years ago
use "java/lang/Object" as fallback type for NULL values
Horcrux7
as Volker Berlin
More... over 2 years ago
An array returns i32 for i8 and i16.
Horcrux7
as Volker Berlin
More... over 2 years ago
fix conditionals expressions as method parameters in a SWITCH.
Horcrux7
as Volker Berlin
More... over 2 years ago
Merge branch 'master' of https://github.com/i-net-software/JWebAssembly.git
Horcrux7
as Volker Berlin
More... over 2 years ago
Merge pull request #34 from zephyraft/master
Horcrux7
as Volker Berlin
More... over 2 years ago
Fix the serialization format error of sourceRoot field in sourcemap. More... over 2 years ago
prevent empty ELSE branches
Horcrux7
as Volker Berlin
More... almost 3 years ago
extract method calculateSubOperations()
Horcrux7
as Volker Berlin
More... almost 3 years ago
Use BR_IF if possible.
Horcrux7
as Volker Berlin
More... almost 3 years ago
first step for field description of classes for reflection API
Horcrux7
as Volker Berlin
More... almost 3 years ago
register callbacks only if imports is needed.
Horcrux7
as Volker Berlin
More... almost 3 years ago