openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
JTransc
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jun 12, 2024 — Jun 12, 2025
Showing page 13 of 48
Search / Filter on:
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)
Carlos Ballesteros Velasco
More...
about 8 years ago
[CPP] Use C++11 nullptr instead of null/NULL Cleanups
Carlos Ballesteros Velasco
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
Carlos Ballesteros Velasco
More...
about 8 years ago
[CPP] Added `@JTranscAddDefines`. Use it in CMakeLists.txt instead of hardcoded one
Carlos Ballesteros Velasco
More...
about 8 years ago
Woops
Carlos Ballesteros Velasco
More...
about 8 years ago
[CPP] Refactor required libraries
Carlos Ballesteros Velasco
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
Carlos Ballesteros Velasco
More...
about 8 years ago
Small name change
Carlos Ballesteros Velasco
More...
about 8 years ago
Woops :)
Carlos Ballesteros Velasco
More...
about 8 years ago
[CPP] Reduced local vars while keeping UndeterministicParameterEvaluationFeature [CPP] Enabled SIMD. Results:
Carlos Ballesteros Velasco
More...
about 8 years ago
[CPP] Prepare for SIMD
Carlos Ballesteros Velasco
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)
Carlos Ballesteros Velasco
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
Carlos Ballesteros Velasco
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
Carlos Ballesteros Velasco
More...
about 8 years ago
Updated to 0.6.0
Carlos Ballesteros Velasco
More...
about 8 years ago
Somehow g++ doesn't like \u0000 (it generates a \1 ??), so let's use \0
Carlos Ballesteros Velasco
More...
about 8 years ago
Fixed #126 Implement UndeterministicParameterEvaluationFeature [CPP] Now passes BigTest [MISC] Removed deprecated Indenter.gen { } + small refactors
Carlos Ballesteros Velasco
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)
Carlos Ballesteros Velasco
More...
about 8 years ago
[TRAVIS] Woops ^ 2 :)
Carlos Ballesteros Velasco
More...
about 8 years ago
[TRAVIS] Woops :)
Carlos Ballesteros Velasco
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
Carlos Ballesteros Velasco
More...
about 8 years ago
Fixed #125 JS Backend: v0.5.16: Wrong generation of static native fields
Carlos Ballesteros Velasco
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
Carlos Ballesteros Velasco
More...
about 8 years ago
[CPP] Fixed leaks due to using GC_MALLOC instead of GC_MALLOC_ATOMIC for arrays
Carlos Ballesteros Velasco
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
Carlos Ballesteros Velasco
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.
Carlos Ballesteros Velasco
More...
about 8 years ago
[Async] More async work [Travis] Try to fix JsBigTest
Carlos Ballesteros Velasco
More...
about 8 years ago
Small Throwable adjustments
Carlos Ballesteros Velasco
More...
about 8 years ago
Lazily evaluate expensive Throwable.StackTrace
Carlos Ballesteros Velasco
More...
about 8 years ago
Fixed D target MutableMatrixFloat32x4x4 refactorings and cleanups
Carlos Ballesteros Velasco
More...
about 8 years ago
←
1
2
…
9
10
11
12
13
14
15
16
17
…
47
48
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree