index
:
lillero-processor
dev
feature/mapper-library
An annotation processor to kill Lillero's boilerplate
zaaarf
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
ftbsc
/
lll
/
processor
/
tools
Commit message (
Expand
)
Author
Age
Lines
*
chore: internal reorganisation
zaaarf
2024-01-24
-1051
/
+0
*
chore: updated to mapping library 0.3.0
zaaarf
2023-09-01
-12
/
+11
*
feat: updated to use mapper lib 0.2.0
zaaarf
2023-08-26
-82
/
+87
*
feat: updated to use mapper 0.1
zaaarf
2023-08-26
-30
/
+11
*
chore: moved obfuscation stuff to mapping library
zaaarf
2023-06-11
-237
/
+14
*
feat: option to skip service provider generation
zaaarf
2023-05-26
-0
/
+17
*
chore: added container class for options
zaaarf
2023-05-26
-90
/
+152
*
fix: injector generated correctly
0.6.0
zaaarf
2023-04-13
-15
/
+8
*
fix: find always falling back
zaaarf
2023-04-13
-5
/
+7
*
feat: @Find now falls back on containing class
zaaarf
2023-04-12
-7
/
+20
*
fix: rename @Find's className as well
zaaarf
2023-04-12
-2
/
+1
*
feat: generate dummies for all abstract methods, not just targets
zaaarf
2023-04-12
-15
/
+18
*
feat: specifying ClassNode is now optional
zaaarf
2023-04-12
-1
/
+87
*
feat: @Patch's value field is now mandatory
zaaarf
2023-04-12
-17
/
+8
*
feat: throw exception if bridge is not found correctly
0.5.2
zaaarf
2023-04-12
-1
/
+26
*
feat: matching the erasure bridge should be optional
zaaarf
2023-04-12
-12
/
+10
*
chore: constructors should be private
zaaarf
2023-04-12
-6
/
+7
*
feat: type erasure is now handled correctly
zaaarf
2023-04-11
-3
/
+38
*
fix: canonical way to get raw TypeMirrors
zaaarf
2023-04-11
-2
/
+5
*
fix: eliminated redundant code, fixed bug with arrays in descriptors being so...
zaaarf
2023-04-11
-66
/
+48
*
fix: remove generics at the end too
0.5.1
zaaarf
2023-03-31
-1
/
+1
*
fix: last commit made it even worse
zaaarf
2023-03-31
-2
/
+9
*
fix: ambiguity in mapping member names
zaaarf
2023-03-31
-3
/
+4
*
fix: use non obfuscated name to look up obfuscation (duh)
zaaarf
2023-03-31
-1
/
+1
*
feat: major rework of obfuscation system
zaaarf
2023-03-31
-173
/
+171
*
fix: member name mapping bugs
zaaarf
2023-03-29
-23
/
+21
*
fix: descriptor obfuscation now handled properly
zaaarf
2023-03-29
-10
/
+26
*
fix: map descriptors too
zaaarf
2023-03-29
-4
/
+57
*
fix: do not override non-abstract stubs
zaaarf
2023-03-28
-4
/
+5
*
fix: various typos concerning mapping
zaaarf
2023-03-27
-3
/
+3
*
fix: include inner names in FQN
zaaarf
2023-03-27
-2
/
+4
*
chore: ArrayContainer is no longer used
zaaarf
2023-03-27
-38
/
+0
*
fix: bug in generating descriptors for anonymous class fields
zaaarf
2023-03-27
-1
/
+4
*
fix: nullpointer in findOrFallback function
zaaarf
2023-03-27
-0
/
+1
*
feat: created container types for methods and fields (efficiency and code qua...
zaaarf
2023-03-27
-189
/
+400
*
chore: implemented matching by name for finders, added OrphanExceptions to pr...
zaaarf
2023-03-25
-9
/
+0
*
fix: bug in main loop, generation of stubs
zaaarf
2023-03-25
-1
/
+23
*
fix: typo in condition, several exceptions, removed unused
zaaarf
2023-03-25
-43
/
+15
*
feat: initial untested draft of version 0.5.0 compatible with lillero 0.4
zaaarf
2023-03-25
-96
/
+246
*
fix: void is apparently not a primitive
0.4.2
zaaarf
2023-03-18
-3
/
+3
*
fix: removed redundant loop
zaaarf
2023-03-18
-2
/
+0
*
fix: bug with parameterized/array names in finder function
0.4.1
zaaarf
2023-03-18
-1
/
+7
*
chore: javadocs
0.4.0
zaaarf
2023-03-18
-3
/
+3
*
fix: restored isPrimitive() check before converting to string
zaaarf
2023-03-18
-0
/
+26
*
fix: attempting to find proxy for target stubs
zaaarf
2023-03-18
-1
/
+1
*
feat: anonymous and inner class handling, implemented united @Find
zaaarf
2023-03-18
-84
/
+131
*
chore: fixed javadocs
0.3.0
zaaarf
2023-03-18
-0
/
+5
*
fix: support array levels
zaaarf
2023-03-17
-3
/
+28
*
fix: fixed uncaught MirroredTypeException
zaaarf
2023-03-16
-7
/
+8
*
chore: moved methods around, should now be a lot more organised
zaaarf
2023-03-16
-77
/
+270
[next]