index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
java_tools
Commit message (
Expand
)
Author
Age
*
Use JUnit assertions instead of Truth assertions.
cpovirk
2018-03-27
*
1) Fixes a bug in the checking of missing members. Before, MemberInfo contains
cnsun
2018-03-19
*
Automated rollback of commit 2ee6dd262bcf5fd890e24d5f185616b8ab259608.
philwo
2018-03-19
*
Clean up after b/72379900
cushon
2018-03-16
*
Clean up whitespace in add_dep messages
cushon
2018-03-15
*
Emit SJD errors even if we don't know the label of a dependency
cushon
2018-03-14
*
Allow @Ignore on junit test classes
Stephen Amar
2018-03-13
*
Fix javac-turbine diagnostic formatting to include source position
cushon
2018-03-12
*
Automated rollback of commit 3edf41b70de9bb1a8702d0342beeb2ad13898d71.
philwo
2018-03-09
*
Add a flag to control whether to treat missing dependencies as errors or
cnsun
2018-03-08
*
Allow --classpath_entry to be empy.
cnsun
2018-03-02
*
Delete F5 JarDexer.
Googler
2018-03-02
*
Improve error message of import_deps_checker.
cnsun
2018-03-01
*
Change the strict deps plugin to read jar owner from manifest.
tomlu
2018-02-28
*
Remove support for --rule_kind
cushon
2018-02-22
*
Automated rollback of commit 11cc89a27544311111473dc7a17522635c2b6e70.
eaftan
2018-02-21
*
Add --experimental_fix_deps_tool to JavaBuilder
Googler
2018-02-21
*
Expose import-deps-checker to //tools/android so that AarImport can use it.
cnsun
2018-02-16
*
Rewrite visibility handling for all java_tools
ulfjack
2018-02-16
*
Skipping writing FILTERED tests to test.xml
Igal Tabachnik
2018-02-15
*
Use a diagnostic listener, and match diagnostic codes for the reduced classpa...
cushon
2018-02-14
*
Remove deprecated rule_kind argument from Turbine and JavaBuilder.
cushon
2018-02-14
*
Accept --target_label, --injecting_rule_kind in JavaBuilder and Turbine.
tomlu
2018-02-13
*
Use a different date time when normalizing zip entries
cushon
2018-02-12
*
1) Make checker exit with 199 if there is any dependency issue.
cnsun
2018-02-12
*
Use a different date time when normalizing zip entries
cushon
2018-02-12
*
add srcs filegroups for import_deps_checker
Benjamin Peterson
2018-02-09
*
Use MoreAsserts.assertThrowas instead of the Junit's version.
cnsun
2018-02-08
*
Make some tests compatible with JDK 9
cushon
2018-02-08
*
Add a new tool to check the deps of aar_import. This is the first cl of a
cnsun
2018-02-06
*
Add a Path-returning method to JavacBootclasspath
cushon
2018-02-02
*
Don't suppress non-NOTE diagnostics for failed builds
cushon
2018-02-02
*
Migrate DependencyModule to use jarToTarget/directJars
cushon
2018-01-29
*
Change JavaBuilder and Turbine command lines to not require CustomMultiArgv.
tomlu
2018-01-24
*
Fix "Could not reserve enough space for object heap" error on Windows during ...
philwo
2018-01-24
*
Consolidate Error Prone resource handling
cushon
2018-01-22
*
Minimal support for compiling module-infos
cushon
2018-01-18
*
Normalize javacopts for javac-turbine
cushon
2018-01-16
*
If a compilation uses both -source and --release, prefer --release
cushon
2018-01-16
*
Add a TODO
cushon
2018-01-14
*
Avoid mixing -source and --release
cushon
2018-01-12
*
Fix breakage caused by unknown commit
cushon
2018-01-12
*
Require --javacopts to be terminated with --
cushon
2018-01-11
*
Concatenate reference config files in singlejar
Tony Liang
2018-01-11
*
Use Iterable#forEach instead of `.stream().forEach`.
cushon
2018-01-08
*
Make SJD @Generated handling compatible with javax.annotation.processing.Gene...
cushon
2018-01-05
*
Batch SJD errors for an entire compilation
cushon
2018-01-05
*
Add support for native header outputs to JavaBuilder
cushon
2018-01-05
*
Terminate --javacopts in tests with --
cushon
2017-12-21
*
Update bootclasspath handling for JDK 9
cushon
2017-12-20
[next]