6
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 19 hours ago.
Jun 20, 2024 — Jun 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add Arm64 GHASH intrinsics More... 5 months ago
The io routines in libikvm are no longer needed. More... 5 months ago
This is already included. More... 5 months ago
Renaming some internal fields. Remove duplicate deps. More... 5 months ago
Bunch of formatting. Add in a ClassFileParseOption for StaticImport so we can start cutting down on the ifdefs. More... 5 months ago
Merge pull request #651 from ikvmnet/reorgaes More... 5 months ago
Comments. More... 5 months ago
Fix names. More... 5 months ago
Move to IKVM.Util. Technically not an extern. Add comments. Move polyfill implementations into one class with calls to real implementations to clean up call sites. Remove some inheritence. Seemed to be useful to reference static properties from the base class. But ultimately these are all just static classes. Revert from file-scoped namespaces. I like these, but the whole project doens't use them. Better to keep it consistent for now. More... 5 months ago
Merge pull request #650 from iterate-ch/feature/390-aes More... 5 months ago
Fix Copy-Paste More... 5 months ago
Backwards. More... 5 months ago
Add a new test to verify we can reflect invoke toString on a string. The uniqueness here is that java.lang.Object.toString is remapped to a static method. Fix an issue with how we were invoking remapped methods. The Java reflection information lists the method as an instance method. But it's actually remapped to a static method. Same calling convention, but it turns from a callvirt into a call. This was handled through mw.EmitCallvirtReflect, which got removed in the restriction of ReflectionFactory. fixes #647 More... 5 months ago
Add CipherBlockChaining X86 More... 5 months ago
Bad path. More... 5 months ago
Switch back to pregenerated file. Need to come up with some way to fix publish conflict issue. More... 5 months ago
Disable pack on properties file. More... 5 months ago
Ignore duplicate publish items globally. Generating ikvm.properties causes it to be generated in multiple projects. More... 5 months ago
Implement GHASH on X86 More... 5 months ago
Move AESCrypt to namespace (keep suffixed filename) More... 5 months ago
Moved ikvm.properties file stuff into separate file, so we can include it directly. And do so. More... 5 months ago
Type preventing deletion. More... 5 months ago
Fixes More... 5 months ago
Reuse as much of the Hotspot offsets Requires mem-casting the Int32-key to Int8 More... 5 months ago
Fix map More... 5 months ago
Inline More... 5 months ago
Move ref structs to nested classes Make this as less error-prone as possible for IKVM consumers More... 5 months ago
Aes Decrypt More... 5 months ago
Fix Vector128 creation on .NET 6 More... 5 months ago
Fix namespace More... 5 months ago