aboutsummaryrefslogtreecommitdiffstats
path: root/docs/sandbox/api-clients
Commit message (Collapse)AuthorAgeFilesLines
* Add initial set of AsciiDoc files, converted from HTML/XMLAlexander Kriegisch2024-01-061-0/+0
| | | | | | | | | Some originals have been deleted already. Others, especially the user guides, still exist in both formats because they have not been proof-read and probably lots of links do not function as expected. But I want to see what the files look like directly on GitHun. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Upgrade license from CPLv1/EPLv1 to EPLv2Alexander Kriegisch2021-06-042-34/+34
| | | | | | | 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 EPLacolyer2006-06-012-4/+4
|
* bug#82171 Created sepereate handle provider to enable ASM use of ↵mkersten2005-04-141-2/+2
| | | | IDE-specific handle identifiers.
* Updated to include source location offset.mkersten2005-01-131-3/+6
|
* Added "uses pointcut" relation to the ASM.mkersten2004-10-141-3/+3
|
* Removed bogus dependancymkersten2004-08-181-1/+0
|
* Added support for clients to extend the ASM relationships in order to addmkersten2004-08-182-0/+89
| | | | | | | new relationships (such as the example in the sandbox that adds additional declared-parents relationships). There is no structural change to the compiler or weaver. The AsmRelationshipProvider is now accessed by getDefault() instead of statically, and its instance can be reset to be a subtype.
* ASM Usage and extension examples, implemented as test cases and mademkersten2004-07-277-199/+179
| | | | available in the sandbox as an Eclipse project.
* flagging that model walker broke in 1.1.1wisberg2003-09-271-2/+3
|
* using linked list, more commentswisberg2003-09-061-7/+12
|
* sample api code to list affected fileswisberg2003-09-061-0/+124
|
* initial checkin of the sandbox. wisberg2003-08-061-0/+69
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.