aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/java/JavaConfiguration.java
Commit message (Expand)AuthorAge
* Add exports attribute to proto_library.Gravatar twerth2018-08-14
* Expose the JavaConfiguration get fields to Skylark for the android_sdk rule.Gravatar Googler2018-07-25
* Add option to turn on strict deps for the java compilation of proto generatedGravatar twerth2018-07-13
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* Remove the $(JAVA_TRANSLATIONS) Make variable.Gravatar lberki2018-06-19
* Remove STRICT_ERROR from ImportDepsCheckingLevel, as it is replaced with ERROR.Gravatar cnsun2018-06-05
* Migrate remaining java skylark types to skylarkbuildapiGravatar cparsons2018-06-01
* Add a new "STRICT_ERROR" for the flag "--experimental_import_deps_checking" t...Gravatar cnsun2018-04-23
* Remove use of bare Immutable{List,Map,Set} Builder classes.Gravatar jcater2018-04-20
* Remove WorkerTestStrategy and with it, BuildConfiguration.Fragment#compatible...Gravatar lberki2018-04-12
* Add the flag --experimental_import_deps_checking to control the dependencyGravatar cnsun2018-03-08
* Add --experimental_fix_deps_tool flag to BazelGravatar Googler2018-03-05
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Allows @AutoCodec to use factory methods.Gravatar shahan2018-01-29
* Minor cleanup: move all code from JavaConfigurationLoader to the ctor of Java...Gravatar lberki2018-01-11
* Fold the Jvm configuration fragment into JavaConfiguration.Gravatar lberki2018-01-11
* Codecs for all non-test Fragment subclasses (except CppConfiguration, handled...Gravatar shahan2018-01-05
* Remove an unused JavaClasspathModeGravatar cushon2017-11-07
* Add an additional flag (--one_version_enforcement_on_java_tests)Gravatar Googler2017-10-27
* Move --experimental_allow_runtime_deps_on_neverlink to JavaOptions.Gravatar mstaib2017-10-06
* Move --plugin to JavaOptions and remove --plugin_copt.Gravatar mstaib2017-09-26
* Turn off C++ provider propagation from java_proto_library, until J2ObjcAspect...Gravatar carmi2017-08-07
* Exposing the value of strict_java_deps flag to Skylark.Gravatar elenairina2017-07-05
* Roll back https://github.com/bazelbuild/bazel/commit/4929ad79865f8c13ef3b33c8...Gravatar cushon2017-06-20
* Automated g4 rollback of commit 923d7df521f67d031b288180560848bd35e20976.Gravatar brandjon2017-06-19
* Clean up turbine action creationGravatar cushon2017-06-08
* Add experimental support for disabling turbine fallback to javac-turbineGravatar cushon2017-05-05
* Add the option for warning-level enforcement of One Version violations. This ...Gravatar Googler2017-05-04
* Automated g4 rollback of commit f2f7839eefe1274bf9e25708201ec3cd89b19846.Gravatar cushon2017-05-03
* Change the tag experimental_testrunner into a couple of flags.Gravatar kush2017-03-31
* introduce hidden flag to configure bytecode optimizersGravatar Kevin Bierhoff2017-03-27
* Remove experimental Java min classpath optimizationGravatar Liam Miller-Cushon2017-03-12
* Remove unused javacOpts field and its getter from JavaConfiguration.Gravatar Philipp Wollermann2017-03-06
* Rollback of commit bd3be73b84001dbdb2f05297f215e8eb5bacf0e1.Gravatar Damien Martin-Guillerez2017-02-22
* Deprecate the legacy_java_test flag, now that nolegacy_java_test has been the...Gravatar Kush Chakraborty2017-02-20
* Install support for checking for 'one version' correctness of java_binaryGravatar Googler2017-02-10
* Add a flag to make fallback from direct to transitive classpaths an errorGravatar Liam Miller-Cushon2017-02-01
* Remove --javawarnGravatar Liam Miller-Cushon2017-01-17
* Add an experimental option to reduce header compilation classpathsGravatar Liam Miller-Cushon2017-01-04
* Manually add periods to documentation strings where needed.Gravatar John Cater2017-01-03
* Make an enum final, the way it should be.Gravatar Lukacs Berki2017-01-03
* Prepare to remove --experimental_optimize_header_compilation_annotation_proce...Gravatar Liam Miller-Cushon2016-10-24
* Remove the JAVA_CPU make variable.Gravatar Ulf Adams2016-09-08
* Optional reuse of classpath from previous compile saved in memory, as itGravatar Googler2016-08-24
* java_proto_library strict deps: add attributes for gradual migrationGravatar Carmi Grushko2016-07-27
* Open-source java_proto_library.Gravatar Carmi Grushko2016-07-12
* Make java_classpath flag non-experimentalGravatar Liam Miller-Cushon2016-07-01
* Add java_plugin.generates_apiGravatar Liam Miller-Cushon2016-06-29
* Reorganize Skylark Reference documentation.Gravatar Dmitry Lomov2016-06-29
* Deprecate top-level Java toolchain flags in favour of java_toolchainGravatar Liam Miller-Cushon2016-04-19