aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java_tools
Commit message (Expand)AuthorAge
* Optionally skip fallback to javac-turbineGravatar cushon2017-05-31
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Remove resourcejar handling from buildjarGravatar cushon2017-05-19
* Pass the platform classpath entries through to strict depsGravatar cushon2017-05-17
* Split classpaths more eagerlyGravatar cushon2017-05-15
* Re-enabling passing -sourcepath via javacopts.Gravatar elenairina2017-05-11
* Avoid windows-incompatible absolute path syntaxGravatar cushon2017-05-11
* Migrate off versioned javac and Error Prone targetsGravatar Liam Miller-Cushon2017-05-09
* Enable jarjar-ing the Jacoco deploy jar on every supported platform.Gravatar lberki2017-05-08
* Use the Java version of singlejar for building the Jacoco coverage runner dep...Gravatar lberki2017-05-08
* More windows conditionsGravatar dmarting2017-05-05
* Add more condition for the windows platformGravatar dmarting2017-05-05
* Make JacocoCoverage_deploy.jar deterministic by running the output of jarjar ...Gravatar lberki2017-05-05
* Add a javac-turbine option for the reduced classpath optimizationGravatar cushon2017-05-04
* Clean VanillaJavaBuilder output directoriesGravatar cushon2017-05-04
* JavaBuilder accepts a new --testonly argument to mark compilations ofGravatar eaftan2017-04-27
* Prepend javac to test bootclasspathGravatar cushon2017-04-25
* Update to javac9-r4023Gravatar cushon2017-04-25
* Embed a prebuilt jarjar into Bazel so that Android builds work again.Gravatar lberki2017-04-20
* Re-enable the Java coverage tests.Gravatar lberki2017-04-18
* Simplify LocalSpawnRunnerGravatar ulfjack2017-04-18
* Vendor jarjar instead of using a binary version of it.Gravatar Lukacs T. Berki2017-04-18
* Roll forward of https://github.com/bazelbuild/bazel/commit/4a303e2cd840810b95...Gravatar cushon2017-04-18
* Automated g4 rollback of commit b0ac3b41700cdc575c36ff2de191bc9ba2b6abf0.Gravatar cushon2017-04-14
* Fix escaping of '@' in javabuilder command linesGravatar cushon2017-04-14
* Don't close System.errGravatar cushon2017-04-07
* Remove unused data dependency on JavaBuilderGravatar cushon2017-04-06
* Make encoding diagnostic tests slightly less fragileGravatar cushon2017-04-05
* Create parent directories for resource entries in singlejarGravatar cushon2017-04-05
* Avoid `Iterable<Path>`Gravatar cushon2017-04-05
* Roll forward change https://cr.bazel.build/9250 with Java 7 build failure fix.Gravatar xingao2017-04-04
* Dump the classpaths in a separate file and read the classpaths from that file...Gravatar Kush Chakraborty2017-03-28
* Remove support for -bootclasspath in javacoptsGravatar Liam Miller-Cushon2017-03-24
* Remove obsolete extdir handlingGravatar Liam Miller-Cushon2017-03-24
* Replace ZipOutputFileManager with the standard filemanager and JimFSGravatar Liam Miller-Cushon2017-03-24
* 2nd attempt to split classpaths, and load test classes in a separate classloa...Gravatar Kush Chakraborty2017-03-24
* Adding -implict:none by default to java compilation.Gravatar Irina Iancu2017-03-23
* Cygwin support: fix junitrunner BUILD file Gravatar László Csomor2017-03-23
* Add sourcepath to java_common.compileGravatar Irina Iancu2017-03-20
* Don't declare parameters of type Iterable<Path>Gravatar Liam Miller-Cushon2017-03-17
* --Gravatar Kristina Chodorow2017-03-16
* Bring back the persistent test runner functionality, on ExperimentalTestRunner.Gravatar Kush Chakraborty2017-03-09
* Create ExperimentalTestRunner which is just the same as BazelTestRunner, but ...Gravatar Kush Chakraborty2017-03-09
* VanillaJavaBuilder: don't crash formatting diagnostics without a source fileGravatar Liam Miller-Cushon2017-03-08
* Disallow duplicate srcjars in javac-turbineGravatar Liam Miller-Cushon2017-03-06
* Pass through -sourcepath to the JavaBuilderGravatar Damien Martin-Guillerez2017-03-06
* Eclipse's Java compiler can't do type inference on this code for some reasonGravatar Ulf Adams2017-03-02
* Don't leak file managersGravatar Liam Miller-Cushon2017-03-01
* Remind JavacOptions about the '-extra_checks' flagGravatar Liam Miller-Cushon2017-03-01
* Re-arrange JavaBuilder output jar handlingGravatar Liam Miller-Cushon2017-02-28