aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/java/JavaOptions.java
Commit message (Expand)AuthorAge
* Add exports attribute to proto_library.Gravatar twerth2018-08-14
* Add option to turn on strict deps for the java compilation of proto generatedGravatar twerth2018-07-13
* Remove support for java_runtime_suiteGravatar cushon2018-07-05
* Deletes AutoCodec.PUBLIC_FIELDS strategy. Superseded by DynamicCodec.Gravatar shahan2018-06-29
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* 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
* Remove the unused --[no]experimental_disable_jvm command line option.Gravatar lberki2018-01-11
* Correct comment for OneVersionEnforcementLevelConverter.Gravatar Benjamin Peterson2018-01-04
* ObjectCodecs for all non-test FragmentOption subclasses.Gravatar Googler2017-12-27
* Move config transition definitions out of lib.packages.Attribute.Gravatar gregce2017-12-21
* Depend on //tools/jdk:host_jdk for the host javabase instead of the default JDK.Gravatar lberki2017-12-06
* Disallow undeclared access to the $(JAVA) and $(JAVABASE) template variables.Gravatar lberki2017-12-06
* Add an additional flag (--one_version_enforcement_on_java_tests)Gravatar Googler2017-10-27
* Also disable Make variables in the host configuration in the Jvm fragment whe...Gravatar lberki2017-10-23
* Remove support for --javabase=<absolute path>.Gravatar lberki2017-10-11
* Add a flag to remove Java Make variables from Jvm.Gravatar lberki2017-10-06
* Move --experimental_allow_runtime_deps_on_neverlink to JavaOptions.Gravatar mstaib2017-10-06
* Categorize build options for BuildConfiguration.Gravatar gregce2017-10-06
* Move --plugin to JavaOptions and remove --plugin_copt.Gravatar mstaib2017-09-26
* Remove the unused fallback argument from getHost() and the unused method getP...Gravatar lberki2017-09-12
* Add an option to disable --{host_,}javabase=<absolute path>.Gravatar lberki2017-09-08
* Turn off C++ provider propagation from java_proto_library, until J2ObjcAspect...Gravatar carmi2017-08-07
* Document that javabase accepts java_runtime_suiteGravatar Dan Fabulich2017-07-19
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* Remove FragmentOptions' addAllLabels and getAllLabels and friends.Gravatar mstaib2017-07-07
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* 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
* Make java_header_compilation_direct_classpath non-experimentalGravatar 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
* Split out option usage restriction from option category.Gravatar ccalvarin2017-04-18
* 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
* 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
* Rollback of commit a80099b6de04dec802b556768f8c5f1c299c83ee.Gravatar Liam Miller-Cushon2017-02-06
* Add a flag to make fallback from direct to transitive classpaths an errorGravatar Liam Miller-Cushon2017-02-01
* Disable --experimental_java_header_compilation_direct_classpathGravatar Liam Miller-Cushon2017-01-18
* Remove --javawarnGravatar Liam Miller-Cushon2017-01-17
* Rollback of commit 156adeec613ab140a91d73e1147bc688689bcfb7.Gravatar Lukacs Berki2017-01-13
* Rollback of commit 5163ec2c0db8fbdc7f367bb4aca5b6d7ae6d80b0.Gravatar Liam Miller-Cushon2017-01-13
* Rollback of commit c9dbd4c1a4a4b4345c0b3924f86e01612ae12807.Gravatar Marcel Hlopko2017-01-11
* Enable header compilation by defaultGravatar Liam Miller-Cushon2017-01-10