aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java_tools
Commit message (Expand)AuthorAge
...
* Process package-info annotations in Strict Java DepsGravatar cushon2018-04-13
* Add regressiont test for b/77473436.Gravatar cnsun2018-04-13
* Split the single classpath (combining bootclasspath and regular classpathGravatar cnsun2018-04-13
* Use jadep to fix missing dependencies in turbineGravatar cushon2018-04-13
* Don't print empty add dep commandsGravatar cushon2018-04-11
* Enable testing stderr for import-deps-checker.Gravatar cnsun2018-04-11
* Improve golden testsGravatar cushon2018-04-06
* Emit a usage error if --output is not providedGravatar cushon2018-04-06
* fix deps checker tool handling of primitive arrays in annotationsGravatar kmb2018-04-06
* Tolerate empty bootclasspaths in javac-turbineGravatar cushon2018-04-05
* PiperOrigin-RevId: 191474411Gravatar kmb2018-04-03
* Use JUnit assertions instead of Truth assertions.Gravatar cpovirk2018-03-27
* 1) Fixes a bug in the checking of missing members. Before, MemberInfo containsGravatar cnsun2018-03-19
* Automated rollback of commit 2ee6dd262bcf5fd890e24d5f185616b8ab259608.Gravatar philwo2018-03-19
* Clean up after b/72379900Gravatar cushon2018-03-16
* Clean up whitespace in add_dep messagesGravatar cushon2018-03-15
* Emit SJD errors even if we don't know the label of a dependencyGravatar cushon2018-03-14
* Allow @Ignore on junit test classesGravatar Stephen Amar2018-03-13
* Fix javac-turbine diagnostic formatting to include source positionGravatar cushon2018-03-12
* Automated rollback of commit 3edf41b70de9bb1a8702d0342beeb2ad13898d71.Gravatar philwo2018-03-09
* Add a flag to control whether to treat missing dependencies as errors orGravatar cnsun2018-03-08
* Allow --classpath_entry to be empy.Gravatar cnsun2018-03-02
* Delete F5 JarDexer.Gravatar Googler2018-03-02
* Improve error message of import_deps_checker.Gravatar cnsun2018-03-01
* Change the strict deps plugin to read jar owner from manifest.Gravatar tomlu2018-02-28
* Remove support for --rule_kindGravatar cushon2018-02-22
* Automated rollback of commit 11cc89a27544311111473dc7a17522635c2b6e70.Gravatar eaftan2018-02-21
* Add --experimental_fix_deps_tool to JavaBuilderGravatar Googler2018-02-21
* Expose import-deps-checker to //tools/android so that AarImport can use it.Gravatar cnsun2018-02-16
* Rewrite visibility handling for all java_toolsGravatar ulfjack2018-02-16
* Skipping writing FILTERED tests to test.xmlGravatar Igal Tabachnik2018-02-15
* Use a diagnostic listener, and match diagnostic codes for the reduced classpa...Gravatar cushon2018-02-14
* Remove deprecated rule_kind argument from Turbine and JavaBuilder.Gravatar cushon2018-02-14
* Accept --target_label, --injecting_rule_kind in JavaBuilder and Turbine.Gravatar tomlu2018-02-13
* Use a different date time when normalizing zip entriesGravatar cushon2018-02-12
* 1) Make checker exit with 199 if there is any dependency issue.Gravatar cnsun2018-02-12
* Use a different date time when normalizing zip entriesGravatar cushon2018-02-12
* add srcs filegroups for import_deps_checkerGravatar Benjamin Peterson2018-02-09
* Use MoreAsserts.assertThrowas instead of the Junit's version.Gravatar cnsun2018-02-08
* Make some tests compatible with JDK 9Gravatar cushon2018-02-08
* Add a new tool to check the deps of aar_import. This is the first cl of aGravatar cnsun2018-02-06
* Add a Path-returning method to JavacBootclasspathGravatar cushon2018-02-02
* Don't suppress non-NOTE diagnostics for failed buildsGravatar cushon2018-02-02
* Migrate DependencyModule to use jarToTarget/directJarsGravatar cushon2018-01-29
* Change JavaBuilder and Turbine command lines to not require CustomMultiArgv.Gravatar tomlu2018-01-24
* Fix "Could not reserve enough space for object heap" error on Windows during ...Gravatar philwo2018-01-24
* Consolidate Error Prone resource handlingGravatar cushon2018-01-22
* Minimal support for compiling module-infosGravatar cushon2018-01-18
* Normalize javacopts for javac-turbineGravatar cushon2018-01-16
* If a compilation uses both -source and --release, prefer --releaseGravatar cushon2018-01-16