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
/
LilleroProcessor.java
Commit message (
Expand
)
Author
Age
Lines
*
fix: support every source version
0.6.3
zaaarf
2024-05-31
-0
/
+10
*
fix: updated to new mapper library
0.6.2
zaaarf
2024-05-31
-2
/
+0
*
chore: internal reorganisation
zaaarf
2024-01-24
-6
/
+5
*
feat: updated to use mapper lib 0.2.0
zaaarf
2023-08-26
-9
/
+13
*
fix: don't call processingEnv before it's initialised
zaaarf
2023-06-11
-11
/
+21
*
chore: documentation fixes
zaaarf
2023-06-10
-1
/
+1
*
feat: option to skip service provider generation
zaaarf
2023-05-26
-3
/
+11
*
chore: added container class for options
zaaarf
2023-05-26
-95
/
+18
*
chore: shortened @RegisterBareInjector to @BareInjector
zaaarf
2023-05-26
-1
/
+1
*
chore: fix indentation in javadocs
zaaarf
2023-05-03
-4
/
+3
*
fix: do not use the original class name as patch name
zaaarf
2023-04-17
-1
/
+1
*
fix: attempting to write the service provider multiple times
zaaarf
2023-04-13
-13
/
+11
*
fix: find always falling back
zaaarf
2023-04-13
-1
/
+2
*
feat: @Find now falls back on containing class
zaaarf
2023-04-12
-1
/
+6
*
fix: skip invalid bare injectors
zaaarf
2023-04-12
-8
/
+12
*
feat: generate dummies for all abstract methods, not just targets
zaaarf
2023-04-12
-1
/
+1
*
feat: specifying ClassNode is now optional
zaaarf
2023-04-12
-59
/
+9
*
feat: @Patch's value field is now mandatory
zaaarf
2023-04-12
-7
/
+1
*
feat: allow to register manually written IInjectors
zaaarf
2023-04-12
-12
/
+13
*
fix: do not reset injector counter every time
zaaarf
2023-04-11
-1
/
+1
*
fix: obfuscateInjectorMetadata should be true by default
zaaarf
2023-04-06
-1
/
+1
*
feat: major rework of obfuscation system
zaaarf
2023-03-31
-14
/
+11
*
fix: added obfuscateInjectorMetadata arg
zaaarf
2023-03-29
-10
/
+18
*
fix: descriptor obfuscation now handled properly
zaaarf
2023-03-29
-3
/
+3
*
fix: skip empty patches
zaaarf
2023-03-28
-5
/
+11
*
fix: constructor of generated objects should be public
zaaarf
2023-03-27
-0
/
+1
*
feat: created container types for methods and fields (efficiency and code qua...
zaaarf
2023-03-27
-58
/
+62
*
fix: logical flaw in error handling
zaaarf
2023-03-25
-5
/
+4
*
chore: implemented matching by name for finders, added OrphanExceptions to pr...
zaaarf
2023-03-25
-6
/
+27
*
fix: orphan target warning
zaaarf
2023-03-25
-13
/
+2
*
fix: added missing case in main loop
zaaarf
2023-03-25
-7
/
+9
*
fix: bug in main loop, generation of stubs
zaaarf
2023-03-25
-7
/
+2
*
fix: typo in condition, several exceptions, removed unused
zaaarf
2023-03-25
-2
/
+2
*
fix: attempting to remove from list while iterating on it
zaaarf
2023-03-25
-9
/
+17
*
fix: getting injector candidates from wrong list
zaaarf
2023-03-25
-5
/
+7
*
feat: initial untested draft of version 0.5.0 compatible with lillero 0.4
zaaarf
2023-03-25
-122
/
+127
*
fix: void is apparently not a primitive
0.4.2
zaaarf
2023-03-18
-1
/
+0
*
fix: bug with parameterized/array names in finder function
0.4.1
zaaarf
2023-03-18
-1
/
+0
*
fix: builder too
zaaarf
2023-03-18
-1
/
+1
*
fix: call right type of builder for fields
zaaarf
2023-03-18
-1
/
+2
*
fix: restored isPrimitive() check before converting to string
zaaarf
2023-03-18
-18
/
+4
*
chore: cleanup imports
zaaarf
2023-03-18
-4
/
+4
*
feat: anonymous and inner class handling, implemented united @Find
zaaarf
2023-03-18
-46
/
+38
*
fix: epic keyboard fail
zaaarf
2023-03-17
-3
/
+3
*
fix: support array levels
zaaarf
2023-03-17
-3
/
+3
*
fix: fixed NoClassDefFoundError for non-java classes
zaaarf
2023-03-17
-4
/
+13
*
fix: getParameters() not getTypeParameters()
zaaarf
2023-03-17
-2
/
+2
*
chore: moved methods around, should now be a lot more organised
zaaarf
2023-03-16
-170
/
+6
*
feat: major code refactor, potential fix for several logical bugs in FindMeth...
zaaarf
2023-03-16
-106
/
+78
*
fix: removed unsafeOverride, i had a brainfart
zaaarf
2023-03-15
-33
/
+4
[next]