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
IKVM
Settings
|
Report Duplicate
6
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 18 hours
ago. based on code collected
about 19 hours
ago.
Jun 20, 2024 — Jun 20, 2025
Showing page 3 of 21
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add Arm64 GHASH intrinsics
Jöran Malek
More...
5 months ago
The io routines in libikvm are no longer needed.
Jerome Haltom
More...
5 months ago
This is already included.
Jerome Haltom
More...
5 months ago
Renaming some internal fields. Remove duplicate deps.
Jerome Haltom
More...
5 months ago
Bunch of formatting. Add in a ClassFileParseOption for StaticImport so we can start cutting down on the ifdefs.
Jerome Haltom
More...
5 months ago
Merge pull request #651 from ikvmnet/reorgaes
Jerome Haltom
More...
5 months ago
Comments.
Jerome Haltom
More...
5 months ago
Fix names.
Jerome Haltom
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.
Jerome Haltom
More...
5 months ago
Merge pull request #650 from iterate-ch/feature/390-aes
Jerome Haltom
More...
5 months ago
Fix Copy-Paste
AliveDevil
More...
5 months ago
Backwards.
Jerome Haltom
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
Jerome Haltom
More...
5 months ago
Add CipherBlockChaining X86
AliveDevil
More...
5 months ago
Bad path.
Jerome Haltom
More...
5 months ago
Switch back to pregenerated file. Need to come up with some way to fix publish conflict issue.
Jerome Haltom
More...
5 months ago
Disable pack on properties file.
Jerome Haltom
More...
5 months ago
Ignore duplicate publish items globally. Generating ikvm.properties causes it to be generated in multiple projects.
Jerome Haltom
More...
5 months ago
Implement GHASH on X86
AliveDevil
More...
5 months ago
Move AESCrypt to namespace (keep suffixed filename)
AliveDevil
More...
5 months ago
Moved ikvm.properties file stuff into separate file, so we can include it directly. And do so.
Jerome Haltom
More...
5 months ago
Type preventing deletion.
Jerome Haltom
More...
5 months ago
Fixes
AliveDevil
More...
5 months ago
Reuse as much of the Hotspot offsets Requires mem-casting the Int32-key to Int8
AliveDevil
More...
5 months ago
Fix map
AliveDevil
More...
5 months ago
Inline
AliveDevil
More...
5 months ago
Move ref structs to nested classes Make this as less error-prone as possible for IKVM consumers
AliveDevil
More...
5 months ago
Aes Decrypt
AliveDevil
More...
5 months ago
Fix Vector128 creation on .NET 6
AliveDevil
More...
5 months ago
Fix namespace
AliveDevil
More...
5 months ago
←
1
2
3
4
5
6
7
8
9
…
20
21
→
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