0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 2 days ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added basic integration code for JGroups clusters More... about 12 years ago
Added license headers More... about 12 years ago
Added Spring implementation More... about 12 years ago
Added unittests for all marshallers More... about 12 years ago
Finished ListMarshaller, SetMarshaller und MapMarshaller implementations but complex generic types are not yet supported More... about 12 years ago
Added marshallers for List and Map and in that case added an interface TypeBindableMarshaller which can be used to "copy" a marshaller but bind a generic type (e.g. List<String> or Map<Some, Other>) by Field. More... about 12 years ago
Added SerializationStrategy to BytecodeMarshallerGenerator to prevent generation of reference-analyser code if no "size"-strategy is choosen More... about 12 years ago
Fixed typo in classname More... about 12 years ago
Added a more complex testcase More... about 12 years ago
Fixed bug in bytecode generator and stack overflow in AbstractSerializerDefinition More... about 12 years ago
Added SerializationStrategy.SizeOptimized to source- and bytecode-generators More... about 12 years ago
Added logging of generated source file and fixed encoding bug More... about 12 years ago
Added lightning-maven-eclipse-helper feature module More... about 12 years ago
Added maven eclipse helper module More... about 12 years ago
Added XML header More... about 12 years ago
Added integration test module to test the maven plugin in an real world build More... about 12 years ago
Adding basic implementation of maven plugin More... about 12 years ago
Added option to generate debug output of the bytecode generator More... about 12 years ago
Added missing license headers More... about 12 years ago
Added license headers More... about 12 years ago
Added ignore of all class files More... about 12 years ago
Started tests how to implement the maven plugin precompilation More... about 12 years ago
Moved API classes to new API module More... about 12 years ago
Added EnumMarshaller More... about 12 years ago
Fixed stack bug in #unmarshall More... about 12 years ago
Fixed generated unmarshall method. First values are serialized / deserialized More... about 12 years ago
Added StringMarshaller and fixed generated marshall method, unmarshall still returns wrong value More... about 12 years ago
And again an empty operand stack problem fixed More... about 12 years ago
Fixed one more verifier problem with generator More... about 12 years ago
Fixed some basic bugs in Generator but generated code won't load on verifier yet. There are several more problems to fix. More... about 12 years ago