2
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add Apache prefix and (Sandbox) suffix More... over 10 years ago
Apache Commons Math 3.1 has been released, we can depend on it.
Luc Maisonobe
as luc
More... over 11 years ago
preparing test for multiple objects handling (failing for now as support is not enabled yet)
Luc Maisonobe
as luc
More... over 11 years ago
removed spurious Exception declaration
Luc Maisonobe
as luc
More... over 11 years ago
ASM relies on the fact return type of void methods is a null reference.
Luc Maisonobe
as luc
More... over 11 years ago
Ensure all differentiated method have a reference DerivativeStructure.
Luc Maisonobe
as luc
More... over 11 years ago
Finalized work on fields differentiation.
Luc Maisonobe
as luc
More... over 11 years ago
Finalized work on fields.
Luc Maisonobe
as luc
More... over 11 years ago
Work In Progress on support for fields.
Luc Maisonobe
as luc
More... over 11 years ago
Work In Progress for PUTFIELD/PUTSTATIC support.
Luc Maisonobe
as luc
More... over 11 years ago
started support for PUTFIELD/PUTSTATIC.
Luc Maisonobe
as luc
More... over 11 years ago
Updated bytecode trimmers to the new DerivativeStructure patterns.
Luc Maisonobe
as luc
More... over 11 years ago
Fixed differentiation with multiple arguments.
Luc Maisonobe
as luc
More... over 11 years ago
Work In Progress in handling of multi-argument functions.
Luc Maisonobe
as luc
More... over 11 years ago
Fixed comment.
Luc Maisonobe
as luc
More... over 11 years ago
Use type safe loop.
Luc Maisonobe
as luc
More... over 11 years ago
Added support for INVOKESPECIAL/INVOKEVIRTUAL/INVOKEINTERFACE.
Luc Maisonobe
as luc
More... over 11 years ago
Final keyword.
Luc Maisonobe
as luc
More... over 11 years ago
Use a normal base class instead of creating boilerplate code manually.
Luc Maisonobe
as luc
More... over 11 years ago
Fixed wrong parameter in error messages.
Luc Maisonobe
as luc
More... over 11 years ago
Use ASM Type instead of direct String manipulation.
Luc Maisonobe
as luc
More... over 11 years ago
Fixed development error message.
Luc Maisonobe
as luc
More... over 11 years ago
Added support for GETSTATIC instruction.
Luc Maisonobe
as luc
More... over 11 years ago
Leveraged DRETURN handling, suppressing special cases.
Luc Maisonobe
as luc
More... over 11 years ago
Reorganize work between class and method differentiators.
Luc Maisonobe
as luc
More... over 11 years ago
Use types instead of descriptors for methods.
Luc Maisonobe
as luc
More... over 11 years ago
Prepare differentiation of multiple methods in one class.
Luc Maisonobe
as luc
More... over 11 years ago
Allow all instructions transformers to access a reference
Luc Maisonobe
as luc
More... over 11 years ago
Replaced literal String manipulation by ASM Type features.
Luc Maisonobe
as luc
More... over 11 years ago
Set up a dedicated transformer for GETFIELD instructions.
Luc Maisonobe
as luc
More... over 11 years ago