summaryrefslogtreecommitdiffstats
path: root/tools/apicheck
Commit message (Collapse)AuthorAgeFilesLines
* build-with-colors: moar colorsChirayu Desai2015-10-061-1/+1
| | | | | | | | | | | | | | | | - rename CL_PFX and CL_INS to better match the colors they show. - add more colors. Output of: - most host stuff is yellow - most target stuff is green - installing/copying files is cyan - import/export includes and notice files is cyan - bootimage/recoveryimage is cyan - and some more colors in many places ;) Change-Id: I5532afa4ba608e0a7c408516dc9f912f9ca389f7
* don't build apicheck for PDK builds, removing dependency on doclavaBrian Swetland2012-03-281-0/+2
| | | | | | PDK builds have no Java APIs... Change-Id: I719e0c206234d03a70f3178fd618676f8ee0e6f4
* Fix for building apicheck toolBen Dodson2010-08-171-1/+22
| | | | Change-Id: If0dafa8e45de6a872bf1cc47942335493e96383b
* Removed unused source files. Apicheck and droiddoc are now in external/doclava.Ben Dodson2010-08-1714-1667/+2
| | | | Change-Id: I13bcdbd27214e15235fa9687b6f15f8853f5f448
* Use doclava for apicheckBen Dodson2010-08-102-4/+6
| | | | Change-Id: I6a84717cf645e2a27cea9271c444d159c82439c5
* am 58248935: am cf28b803: am ae4e1455: merge from open-source masterThe Android Open Source Project2010-05-031-1/+1
|\
| * 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
* | | fix searching of ancestors for removed methodsVasu Nori2010-04-211-21/+15
| | | | | | | | | | | | Change-Id: I5c1792c90e6960c248beb44f995cb4440360025d
* | | Fixing apicheck to cope with interfaces inherited from other interfaces.Jesse Wilson2010-04-083-7/+23
|/ / | | | | | | | | | | | | | | | | | | | | For example, in Java 5, FutureTask was declared like this: public class FutureTask<V> implements Runnable, Future<V> {} In Java 6, it's declared like this: public class FutureTask<V> implements RunnableFuture<V> {} public interface RunnableFuture extends Runnable, Future<V> {} Change-Id: I0cd66a655fbe7fd5c7c48099d656b7a39368dac4
* | 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