aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java_tools/buildjar
Commit message (Expand)AuthorAge
...
* 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
* Create a 'vanilla' JavaBuilderGravatar Liam Miller-Cushon2017-02-13
* Ignore warnings for successful javac-turbine invocationsGravatar Liam Miller-Cushon2017-02-06
* Create a tool for building resource jarsGravatar Liam Miller-Cushon2017-01-31
* Don't add the output directory to the classpathGravatar Liam Miller-Cushon2017-01-31
* Fix a bug in the StrictJavaDeps plugin when a rule in the targetMapping has a...Gravatar Googler2017-01-27
* Rollback of commit 32f033328abdd00cbec149edd87bde34095bccbc.Gravatar Yun Peng2017-01-25
* Put line breaks between diagnosticsGravatar Liam Miller-Cushon2017-01-25
* Add --manifest_file option into BazelJavaBuilder Gravatar Yun Peng2017-01-25
* Add an experimental flag to Turbine to indicate to annotation processors that...Gravatar Googler2017-01-24
* Handle another transitive classpath fallback caseGravatar Liam Miller-Cushon2017-01-24
* Description redacted.Gravatar Googler2017-01-23
* Description redacted.Gravatar Googler2017-01-23
* Remove use of javac internal Result enumGravatar Liam Miller-Cushon2017-01-23
* Remove unused PluginExceptionGravatar Liam Miller-Cushon2017-01-23
* Make reduced classpath fallback locale-independentGravatar Liam Miller-Cushon2017-01-23
* Fall back to the transitive classpath for top-level completion failuresGravatar Liam Miller-Cushon2017-01-20
* Filter out javac deferred diagnostic notes in JavaBuilderGravatar Liam Miller-Cushon2017-01-20
* Rollback of commit 8436354b93e0b611931dfc965d3e718980143dee.Gravatar Vladimir Moskva2017-01-19
* Refactor BlazeJavacMain to emit structured diagnosticsGravatar Liam Miller-Cushon2017-01-19
* Make the Path to FileSystem cache non-static for persistent workersGravatar Liam Miller-Cushon2017-01-19
* Fix javabuilder top-level exception handling with workers enabledGravatar Liam Miller-Cushon2017-01-19
* Remove end position hackGravatar Liam Miller-Cushon2017-01-19
* Tag targets as jdk8 to avoid building them for jdk7Gravatar Vladimir Moskva2017-01-18
* Rollback of commit 2300f8a3e88d720f7eae90a80456142363850c5c.Gravatar Liam Miller-Cushon2017-01-16
* Handle top-level exceptions in javacGravatar Liam Miller-Cushon2017-01-16
* Read srcjars using zipfs, instead of extracting themGravatar Liam Miller-Cushon2017-01-16
* Rollback of commit aad9b44898cf1562765755d475463145466ea7ae.Gravatar Liam Miller-Cushon2017-01-16
* Improve recursive deletion in JavaBuilderGravatar Liam Miller-Cushon2017-01-13
* Support Paths in JarCreater and JarHelperGravatar Liam Miller-Cushon2017-01-13
* Coalesce JavaBuilder class hierarchyGravatar Liam Miller-Cushon2017-01-13
* Remove single-use AbstractPostProcessor abstractionGravatar Liam Miller-Cushon2017-01-12
* Fix JavaLibraryBuildRequest for java 7Gravatar Marcel Hlopko2017-01-11
* Add explicit type annotations in BlazeJavacArguments.javaGravatar Marcel Hlopko2017-01-11
* Invoke javac using the API, instead of main()Gravatar Liam Miller-Cushon2017-01-10
* google-java-format buildjarGravatar Liam Miller-Cushon2017-01-10
* Use the new turbine implementation with BazelGravatar Liam Miller-Cushon2017-01-06
* Fix genclass' handling of class names that contain '$'Gravatar Liam Miller-Cushon2016-12-19
* Update to javac9-r3297Gravatar Liam Miller-Cushon2016-12-08
* Add Jacoco related code to buildjar.Gravatar Yue Gan2016-12-01
* Fix a typoGravatar Liam Miller-Cushon2016-12-01
* Hard-code `-parameters` and `-source 8 -target 8` in javac-turbineGravatar Liam Miller-Cushon2016-11-30
* Have Bazel use the the prebuilt guava jars from the 21.0-20161101 daily build...Gravatar Nathan Harmata2016-11-21