1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 12, 2024 — Jun 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[TRAVIS] Try to include a newer version of cmake [CMAKE] Removed --target ALL_BUILD that doesn't seems to work fine on *nix (probably visual studio related) More... about 8 years ago
[CPP] Use C++11 nullptr instead of null/NULL Cleanups More... about 8 years ago
[CPP] Try being able to use CMAKE on linux/mac too when available. Make CMAKE as a c++ compiler. [CPP] Combined JNI.h [CPP] Being able to disable GC with -DNO_GC, removing all dependencies except C++11 [MISC] Added a Why section to JTransc README.md More... about 8 years ago
[CPP] Added `@JTranscAddDefines`. Use it in CMakeLists.txt instead of hardcoded one More... about 8 years ago
Woops More... about 8 years ago
[CPP] Refactor required libraries More... about 8 years ago
[C++] We are targeting C++11 http://es.cppreference.com/w/cpp/thread which already includes a lot of boost functionality More... about 8 years ago
Small name change More... about 8 years ago
Woops :) More... about 8 years ago
[CPP] Reduced local vars while keeping UndeterministicParameterEvaluationFeature [CPP] Enabled SIMD. Results: More... about 8 years ago
[CPP] Prepare for SIMD More... about 8 years ago
[CPP] Started supporting native types (Int32x4 SIMD test already implemented natively even without ENABLE_TYPING) [UNIX] Try to fix compilation on unix (added library paths to resolve libgc.a for example) More... about 8 years ago
[TRAVIS] Try fix travis due to gc-lib referenced. Generate gc.lib in windows to be consistent [CPP] Some more work on ENABLE_TYPING More... about 8 years ago
[CPP] Added CPP_LIBS and CPP_INCLUDES to templates grabbed from `@JTranscAddIncludes` and `@JtranscAddLibs` [CPP] Fixed b2.exe execution [CPP] Disabled `//@JTranscAddLibraries(target = "cpp", cond = "!WIN32", value = {"dl"})` from ClassLoader class until we properly implement condition More... about 8 years ago
Updated to 0.6.0 More... about 8 years ago
Somehow g++ doesn't like \u0000 (it generates a \1 ??), so let's use \0 More... about 8 years ago
Fixed #126 Implement UndeterministicParameterEvaluationFeature [CPP] Now passes BigTest [MISC] Removed deprecated Indenter.gen { } + small refactors More... about 8 years ago
[ALL] Optimized negative constant shifts too [CPP] Fixed Thread.sleep: it is milliseconds instead of microseconds [CPP] Implemented System.nanoTime with nanoseconds precision [CPP] Fixed UNICODE characters problem (use \uXXXX for all non-ascii characters including latin as it is safer so C++ compiler doesn't need to know about file encodings at all) More... about 8 years ago
[TRAVIS] Woops ^ 2 :) More... about 8 years ago
[TRAVIS] Woops :) More... about 8 years ago
[JS] More work on #125 JS Backend: v0.5.16: Wrong generation of static native fields [ALL] Support #.n and #:n in JTranscCallSiteBody for accessing native fields and methods More... about 8 years ago
Fixed #125 JS Backend: v0.5.16: Wrong generation of static native fields More... about 8 years ago
[ALL] @JTranscNativeClass -> @JTranscNativeName + honor native class types. Allow @JTranscNativeName per target [CPP] Fix shifts with negative values [CPP] Fix NAN [CPP] Started UndeterministicParameterEvaluationFeature [Dart] Fix shifts with negative values in longs [Dart] Improve SIMD classes to better fix static typing More... about 8 years ago
[CPP] Fixed leaks due to using GC_MALLOC instead of GC_MALLOC_ATOMIC for arrays More... about 8 years ago
[CPP] Call GC_INIT at startup [CPP] Allow building and running on windows using cmake [CPP] Fix run redirection [CPP] Implemented Runtime.gc/memory related functions [ALL] Unified buildAccessName [ALL] Unified line numering stripping [ALL] New {% IFIELD %} / {% IMETHOD %} instead of {% FIELD %} and {% METHOD %} [Dart] Reduced output size [ALL] Prepare AstEvaluator in order to do proper static initialization ordering [MISC] Removed old code More... about 8 years ago
Partially Reverted: PR fix static initialize #113 Added a testcase that was broken with that to avoid regressions. Please if you find something that doesn't work. You should add a test case. Because now I don't know if I have broken another test case. More... about 8 years ago
[Async] More async work [Travis] Try to fix JsBigTest More... about 8 years ago
Small Throwable adjustments More... about 8 years ago
Lazily evaluate expensive Throwable.StackTrace More... about 8 years ago
Fixed D target MutableMatrixFloat32x4x4 refactorings and cleanups More... about 8 years ago