1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Jun 12, 2024 — Jun 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add missing boost and bdwgc libs (#121) More... about 8 years ago
Added unreflective to fields and methods in haxe target since reflection is already implemented at jtransc level This reduces significantly output size, and hopefully compilation memory requirements More... about 8 years ago
Fixed AS3 target More... about 8 years ago
- Enabled AstLocalTyper (that will work better when SSA form is ready) #87 Roadmap for 0.6.0 - Fixed INVOKE_DYNAMIC_METHOD visiting/transforming - Wrong name: floatHasPrefix -> floatHasSufix - Moved tests from BigTest to proper target-specific tests More... about 8 years ago
Fixed targets due to $$lastId lack and floatHasFPrefix More... about 8 years ago
[C#] Implemented Array.genStmSetArrayLiterals - This reduces startup time and output size [Common] Support float infinity and nan literals More... about 8 years ago
Removed Object.$$lastId and simplified object construction SystemInt handles object identity Improved D array access Improved AS3 array access Added more tests to benchmark More... about 8 years ago
[AS3] Fixes More... about 8 years ago
Improved generating string of Integer of base 2 and 10 More... about 8 years ago
Some cast improvements Improved StringBuilder on all targets Improved appending strings and integers More... about 8 years ago
More work on AstLocalTyper (still disabled) AstExpr.CAST.expr to subject Try to fix previous travis fail AstBody.locals are now computed on demand preventing some bugs and can be invalidated More... about 8 years ago
Fixed double cast New AstTransformer Started AstLocalTyper More... about 8 years ago
Small refactorings Prepared TYPED_LOCAL node in order to be able to type methods in ASM backend More... about 8 years ago
.lit refactoring More... about 8 years ago
Some more cleanups More... about 8 years ago
Some more refactorings and cleanups More... about 8 years ago
Remove old code Some refactorings Make AstType a class so it can hold things like mangled string More... about 8 years ago
Unified casts More... about 8 years ago
Small C# optimizations Some cast fixes on ASM2 backend Small changes Travis trusty clarification More... about 8 years ago
[Travis] Disable trusty to check if it was causing problems? More... about 8 years ago
Added Authors.md and Changelog.md Removed wine (for now) in travis.yml More... about 8 years ago
Missing kotlin version updates Ignore as3 test until configured wine+airsdk+Xvfb on travis-ci More... about 8 years ago
[ALL] Try to strip class-level annotations from output More... about 8 years ago
[AS3] some work supporting native classes More... about 8 years ago
Optimized AbstractStringBuilder in AS3 More... about 8 years ago
[AS3] AS3 now passes big test More... about 8 years ago
[AS3] Much more work More... about 8 years ago
[AS3] Some more work More... about 8 years ago
[AS3] Already compiles and successful runs MicroHelloWorld More... about 8 years ago
As3 already compiling (fails at runtime) More... about 8 years ago