summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* fix: proper use of git version0.5.1 zaaarf2024-05-31-4/+4
* feat: findFirstFreeIndex method zaaarf2024-04-20-8/+17
* chore: internal reorganisation (breaking)0.5.0 zaaarf2024-01-24-16/+15
* ci: added github actions zaaarf2023-12-28-0/+27
* fix: jar task no longer needed zaaarf2023-09-08-4/+0
* fix: fixed gitversion mangling name zaaarf2023-09-08-4/+3
* chore: readme update zaaarf2023-08-22-2/+2
* added license zaaarf2023-06-17-0/+21
* fix: should not ignore on first element of pattern0.4.2 zaaarf2023-04-14-5/+7
* fix: nullptr in PatternMatcher zaaarf2023-04-13-2/+1
* fix: fixed ignore flags in PatternMatcher zaaarf2023-04-13-10/+7
* fix: bugs concerning fully qualified names, removed unused builder for types0.4.1 zaaarf2023-03-29-90/+17
* chore: renamed BytecodePrinter methods0.4.0 zaaarf2023-03-28-3/+3
* chore: javadocs zaaarf2023-03-28-0/+13
* chore: bump dependency versions zaaarf2023-03-28-3/+3
* chore: updated readme zaaarf2023-03-28-5/+7
* fix: stackoverflowerror (infinite recursion) zaaarf2023-03-27-3/+3
* fix: broken composition of fully qualified name in TypeProxy zaaarf2023-03-27-5/+5
* fix: misuse of asm type function zaaarf2023-03-27-1/+1
* fix: accidentally committed test print zaaarf2023-03-27-2/+0
* fix: trying to get fqn of primitive zaaarf2023-03-27-3/+5
* fix: TypeProxy.from access modifier zaaarf2023-03-27-1/+1
* feat: added set-via-descriptor-string for methods and fields zaaarf2023-03-27-0/+13
* chore: added (restored?) setType with fqn and array type zaaarf2023-03-26-0/+14
* chore: added (restored?) setType with Class object to FieldProxy zaaarf2023-03-25-0/+9
* Merge branch 'version4' into dev zaaarf2023-03-25-414/+723
|\
| * chore: reorganize, add ProxyType enum zaaarf2023-03-21-31/+57
| * chore: javadocs zaaarf2023-03-21-13/+18
| * feat: restored flat descriptors, implemented primitive proxies zaaarf2023-03-21-73/+125
| * feat: expanded ClassProxies, now all fields and methods include classproxies ... zaaarf2023-03-21-113/+298
| * feat: added ClassProxy zaaarf2023-03-21-7/+182
| * chore: updated insnnodes to match zaaarf2023-03-21-6/+6
| * feat: initial proxy rework, replaced getters with public constants, rely more... zaaarf2023-03-21-204/+78
* | fix: fixed return type bug0.3.4 zaaarf2023-03-18-7/+16
|/
* chore: optimise imports zaaarf2023-03-13-3/+0
* fix: failure to restart matcher after failing to find pattern once0.3.3 zaaarf2023-03-13-20/+14
* fix: bug in insnsequence creation zaaarf2023-03-13-2/+4
* doc: readme fix ftbsc2023-03-04-2/+1
* doc: added missing javadocs0.3.2 zaaarf2023-03-04-2/+50
* build: should now also build sources and javadocs jar zaaarf2023-03-04-2/+7
* doc: minor fixes in readme ftbsc2023-03-04-2/+2
* doc: updated readme ftbsc2023-03-04-7/+14
* fix: improved InsnSequence zaaarf2023-03-04-5/+6
* fix: added empty predicates edge case to find function, and single-instructio... zaaarf2023-03-04-13/+23
* fix: fixed several bugs in find function zaaarf2023-03-04-8/+15
* fix: mistake in method names zaaarf2023-03-04-8/+7
* fix: docs and method order in proxies zaaarf2023-03-04-3/+6
* chore: removed references to cube game from names and comments zaaarf2023-03-03-43/+42
* fix: fixed breaking bug in find method0.3.1 zaaarf2023-03-03-7/+6
* chore: moved out SrgMapper zaaarf2023-03-02-180/+0