aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java_tools/buildjar
Commit message (Expand)AuthorAge
* Trigger a gc after processing a workrequest.Gravatar Googler2017-08-09
* Rearrange the java-langtools / javac-bootclasspath scriptsGravatar ulfjack2017-08-07
* Prepare JavaBuilder classloader masking for Java9Gravatar cushon2017-07-18
* Remove hard-coded -Xbootclasspath/p flags for javac and turbine invocationsGravatar cushon2017-07-12
* Change JavaBuilder to work with the new Bazel Java coverage.Gravatar elenairina2017-07-11
* Remove support for -extra_checks:offGravatar cushon2017-07-07
* Tweak buildjar/JavaBuilder to not output missing deps twice.Gravatar Googler2017-07-07
* Automated rollback of commit ce7c4deda60a307bba5f0c9421738e2a375cf44e.Gravatar cushon2017-06-20
* Update BUILD filesGravatar Ulf Adams2017-06-13
* protobuf: Use bazel's native java_proto_library rules.Gravatar Jakob Buchgraber2017-06-06
* 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
* 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
* 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
* 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
* 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
* Adding -implict:none by default to java compilation.Gravatar Irina Iancu2017-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
* 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
* 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
* Filter out Blaze-specific javacopts in VanillaJavaBuilderGravatar Liam Miller-Cushon2017-02-23
* Remove javac-turbine hack to support a non-standard annotation processorGravatar Liam Miller-Cushon2017-02-22
* Prepare for a forthcoming AutoValue change where setFoo(null) in a Builder wi...Gravatar Googler2017-02-20
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Rename 'extdir' to 'extclasspath'Gravatar Liam Miller-Cushon2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Windows-aware path-absoluteness checks.Gravatar Laszlo Csomor2017-02-13