Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed a misplaced <para> element in the Docbook documentation for ajc | Emmanuel Bourg | 2020-07-22 | 1 | -1/+1 | |
| | ||||||
* | AspectJ 1.9.6 final bitsV1_9_6 | Andy Clement | 2020-07-22 | 35 | -39/+73 | |
| | ||||||
* | Update ASM and fix packaging for matcher artifact | Andy Clement | 2020-07-17 | 24 | -160/+408 | |
| | ||||||
* | polish and new test for 550705 | Andy Clement | 2020-05-01 | 6 | -11/+59 | |
| | ||||||
* | 558995 testcode | Andy Clement | 2020-04-29 | 4 | -0/+221 | |
| | ||||||
* | Fix 550705: tricky intermittent verify error | Andy Clement | 2020-04-29 | 1 | -11/+24 | |
| | ||||||
* | Polish | Andy Clement | 2020-04-22 | 2 | -16/+15 | |
| | ||||||
* | Added basic ThreadLocalAwareRepository - groundwork for 561819 | Andy Clement | 2020-04-22 | 1 | -0/+111 | |
| | ||||||
* | Fix for 558995: NullPointerException at ↵ | Andy Clement | 2020-04-22 | 1 | -2/+8 | |
| | | | | org.aspectj.weaver.ReferenceType.getWeaverState | |||||
* | few more bits to ignore | Andy Clement | 2020-04-21 | 1 | -0/+6 | |
| | ||||||
* | Reorganise + comment .gitignore, ignore IntelliJ IDEA projects | Alexander Kriegisch | 2020-04-21 | 1 | -7/+21 | |
| | | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | |||||
* | fix tests running on windows | eli-fin | 2020-04-21 | 1 | -1/+1 | |
| | | | | | This caused checkRtJar to return an error, which led to some tests to fail Signed-off-by: Eli Finkel <eyfinkel@gmail.com> | |||||
* | Exclude some linux created debug files | Andy Clement | 2020-04-21 | 1 | -0/+1 | |
| | ||||||
* | Fix support for -14 on command line - was missing from JDT | Andy Clement | 2020-04-21 | 3 | -7/+10 | |
| | ||||||
* | Corrected links inside poms | Andy Clement | 2020-04-20 | 4 | -0/+100 | |
| | ||||||
* | polish | Andy Clement | 2020-04-20 | 2 | -5/+6 | |
| | ||||||
* | Include JDTCore for Java14 | Andy Clement | 2020-04-20 | 45 | -781/+1256 | |
| | ||||||
* | polish | Andy Clement | 2019-11-29 | 10 | -3734/+3813 | |
| | ||||||
* | polish | Andy Clement | 2019-11-29 | 94 | -479/+586 | |
| | ||||||
* | polish | Andy Clement | 2019-11-28 | 155 | -563/+507 | |
| | ||||||
* | Move to 1.9.6.BUILD-SNAPSHOT version | Andy Clement | 2019-11-28 | 48 | -582/+608 | |
| | ||||||
* | 1.9.5 release versions in pomsV1_9_5 | Andy Clement | 2019-11-28 | 28 | -30/+30 | |
| | ||||||
* | polish | Andy Clement | 2019-11-28 | 1 | -2/+2 | |
| | ||||||
* | 1.9.5 readme | Andy Clement | 2019-11-28 | 2 | -1/+76 | |
| | ||||||
* | polish | Andy Clement | 2019-11-28 | 3 | -35/+32 | |
| | ||||||
* | organize imports | Andy Clement | 2019-11-28 | 1 | -5/+3 | |
| | ||||||
* | Debug for 551732 | Andy Clement | 2019-11-28 | 1 | -9/+14 | |
| | ||||||
* | fix comment | Andy Clement | 2019-11-28 | 1 | -24/+23 | |
| | ||||||
* | Fix 550494 | Andy Clement | 2019-11-27 | 11 | -83/+210 | |
| | ||||||
* | 552724: fix typo | Andy Clement | 2019-11-25 | 1 | -1/+1 | |
| | ||||||
* | first textblock test for Java13 | Andy Clement | 2019-11-25 | 4 | -0/+59 | |
| | ||||||
* | Java 13 support | Andy Clement | 2019-11-25 | 36 | -648/+909 | |
| | ||||||
* | Update to an ASM for Java13 | Andy Clement | 2019-11-25 | 5 | -2/+2 | |
| | ||||||
* | Fix Bug 551084 - NullPointerException at ↵ | Andy Clement | 2019-09-16 | 1 | -17/+17 | |
| | | | | org.aspectj.ajdt.internal.core.builder.AjBuildManager.checkRtJar | |||||
* | Fix Bug 387122 - threadlocal in weavingadaptor is potential memory leak | Andy Clement | 2019-09-12 | 1 | -22/+22 | |
| | ||||||
* | 543657: tweak to use current data rather than last known packed data | Andy Clement | 2019-09-11 | 1 | -5/+6 | |
| | ||||||
* | Moved tests around for avoiding weaving switch infrastructure method | Andy Clement | 2019-09-11 | 8 | -58/+124 | |
| | ||||||
* | - dont't weave synthetic enum helper method for switch | Semyon Danilov | 2019-09-10 | 8 | -3/+428 | |
| | | | | | | - add test for switch on enum with around all advice Signed-off-by: Semyon Danilov <samvimes@yandex.ru> | |||||
* | make test a bit more reliable | Andy Clement | 2019-09-09 | 1 | -53/+42 | |
| | ||||||
* | Fix Bug 550290 - Lack of TypeSafeEnum#hashCode may lead to non-deterministic ↵ | Andy Clement | 2019-09-09 | 4 | -46/+75 | |
| | | | | bytecode | |||||
* | Fix Bug 550696 - ClassCastException during load time weaving: ↵ | Andy Clement | 2019-09-09 | 1 | -3/+3 | |
| | | | | InstructionHandle cannot be cast to BranchHandle | |||||
* | polish | Andy Clement | 2019-07-02 | 2 | -1/+2 | |
| | ||||||
* | polish | Andy Clement | 2019-07-02 | 1 | -29/+27 | |
| | ||||||
* | Fix 548785: Check level is >=1.8 when looking to skip inlining around advice ↵ | Andy Clement | 2019-07-02 | 2 | -14/+15 | |
| | | | | lambdas | |||||
* | Fix 548860: don't pass lowercased string through | Andy Clement | 2019-07-02 | 1 | -32/+31 | |
| | ||||||
* | Fix 547808: npe regression for multi @Around | Andy Clement | 2019-06-03 | 6 | -70/+189 | |
| | ||||||
* | Update to 1.9.5.BUILD-SNAPSHOT in poms | Andy Clement | 2019-06-03 | 33 | -174/+172 | |
| | ||||||
* | polish 1.9.4V1_9_4 | Andy Clement | 2019-05-10 | 1 | -0/+1 | |
| | ||||||
* | 1.9.4 POMS | Andy Clement | 2019-05-10 | 29 | -32/+32 | |
| | ||||||
* | Final bits of AspectJ 1.9.4 | Andy Clement | 2019-05-10 | 8 | -32/+331 | |
| |