summaryrefslogtreecommitdiffstats
path: root/tools/apicheck
Commit message (Collapse)AuthorAgeFilesLines
* merge from open-source masterThe Android Open Source Project2010-05-031-1/+1
|\ | | | | | | Change-Id: I3d24628d38c99369f242733d9089d7c5669a4623
| * Make expr more POSIXyAlexey Tarasov2010-04-291-1/+1
| | | | | | | | Change-Id: I939cf1f227c14112656804d69c1afd7ead4a31ed
* | Teach apicheck about interface methods.Elliott Hughes2009-11-092-7/+41
| | | | | | | | | | | | | | | | | | | | | | If a method is declared by an interface implemented directly by a class, or indirectly by any of its superclasses, removing a duplicate declaration is not an API change. (This fixes the master build, which is currently broken because getOption and setOption were removed from DatagramSocketImpl because they were duplicate declarations of the same methods in the implemented interface SocketOptions.)
* | am aca5e20e: am a3c35d19: Merge change 24565 into eclairXavier Ducrohet2009-09-103-12/+17
|\ \ | |/ | | | | | | | | | | Merge commit 'aca5e20e4a47a943fc77c30b8cfafc62a1fb33ea' * commit 'aca5e20e4a47a943fc77c30b8cfafc62a1fb33ea': Add missing @Override to DroidDoc and ApiCheck
| * Add missing @Override to DroidDoc and ApiCheckXavier Ducrohet2009-09-103-12/+17
| | | | | | | | Change-Id: Ic7829a4ea62a614ef8b525bd84f8fbaaa4674d06
* | Making Droiddoc not explode when inherited interfaces disappear.Joshua Bloch2009-08-271-1/+5
|/
* Adding version information to DroidDoc. Rather than pulling the version fromJesse Wilson2009-07-214-68/+76
| | | | | | | | | | | @since tags in the code, it's pulled from the API XML files also used by apicheck. The code now reads the apicheck XML, and applies it's versions to the DroidDoc class models. The models output the version to HDF, and that's picked up by the CS templates. The clearsilver templates will be changed to be pretty in a follow up change.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0315-0/+1667
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0315-1667/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-2/+2
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-092-0/+8
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-175-21/+110
|
* Initial ContributionThe Android Open Source Project2008-10-2115-0/+1570