Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Globally replace HTTP links to eclipse.org by HTTPS | Alexander Kriegisch | 2024-01-06 | 1 | -17/+17 |
| | | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | Upgrade license from CPLv1/EPLv1 to EPLv2 | Alexander Kriegisch | 2021-06-04 | 1 | -37/+37 |
| | | | | | | | This was required by the Eclipse team as one precondition for the next release. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | update license to EPL | acolyer | 2006-06-01 | 1 | -2/+2 |
| | |||||
* | renamed sample aspect | wisberg | 2004-04-19 | 1 | -1/+1 |
| | |||||
* | pointcuts for whether after/around advice is supported | wisberg | 2004-01-08 | 1 | -1/+6 |
| | |||||
* | added pointcut anyCollectionWriteCalls() | wisberg | 2003-09-27 | 1 | -0/+13 |
| | |||||
* | removing unneeded comment | wisberg | 2003-09-27 | 1 | -0/+2 |
| | |||||
* | dirty example adapted from May user email | wisberg | 2003-09-07 | 1 | -0/+191 |
| | |||||
* | pointcuts fixed, so library updated/fixed | wisberg | 2003-09-06 | 1 | -28/+31 |
| | |||||
* | initialization example: more comments and more testable | wisberg | 2003-09-06 | 1 | -40/+78 |
| | |||||
* | library of basic pointcut idioms and test case that causes BCException ↵ | wisberg | 2003-08-07 | 1 | -0/+174 |
| | | | | (copied to tests/bugs/pointcutLibrary) | ||||
* | tag correction for code gatherer | wisberg | 2003-08-06 | 1 | -1/+1 |
| | |||||
* | double-dispatch example | wisberg | 2003-08-06 | 1 | -0/+81 |
| | |||||
* | initial checkin of the sandbox. | wisberg | 2003-08-06 | 14 | -0/+740 |
The basic structure and examples of each type are there, but I have more examples and the ones there are not altogether validated. I'll make a few more changes before emailing dev and users about usage, etc. |