aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/python
Commit message (Expand)AuthorAge
* Add the .py3 extension as a valid Python source.Gravatar Googler2018-07-26
* C++: Implements py_wrap_cc in SkylarkGravatar plf2018-07-13
* Deletes AutoCodec.PUBLIC_FIELDS strategy. Superseded by DynamicCodec.Gravatar shahan2018-06-29
* Make things easier to serialize: make constants constant, tag some lambdas. G...Gravatar janakr2018-06-19
* C++: Refactors PyWrapCc to make it easier to migrate to SkylarkGravatar plf2018-06-19
* Automated rollback of commit c720152ec1936a537c9519d522d3cb41d19cff77.Gravatar janakr2018-06-18
* Automated rollback of commit a1c9f8d33457cd1f3b01299863bcab2667c13a52.Gravatar Googler2018-06-12
* C++: Refactors PyWrapCc to make it easier to migrate to SkylarkGravatar plf2018-06-11
* Automated rollback of commit 6c87715b8ac6b32e636ba307440e2b7362b10a48.Gravatar cpeyser2018-06-08
* C++: Refactors PyWrapCc to make it easier to migrate to SkylarkGravatar plf2018-06-08
* Automated rollback of commit d0982b905d93e219a0caccdcf5d6ae1e219387c2.Gravatar janakr2018-06-07
* Automated rollback of commit f137cea0ac74334013e7b064e59d1624cf032ac4.Gravatar janakr2018-06-07
* Automated rollback of commit 4c72a82ada742bd369185cd07c57f96c497ce440.Gravatar jmmv2018-06-07
* C++: Refactors PyWrapCc to make it easier to migrate to SkylarkGravatar plf2018-06-07
* C++: Delete PyCcLinkParamsProvider.Gravatar plf2018-06-07
* Remove python3/ prefix to generated .pyc files.Gravatar Googler2018-06-06
* Remove attribute read checks expecting a DATA transition.Gravatar gregce2018-05-25
* Migrate struct() to skylarkbuildapiGravatar cparsons2018-05-24
* Rename PatchTransition.apply to PatchTransiton.patch.Gravatar gregce2018-05-23
* C++: Deletes CcLinkParamsInfoGravatar plf2018-05-15
* C++: Wrap CcLinkParamsInfo with CcLinkingInfo.Gravatar plf2018-04-16
* Serialize PythonUtils#GET_INIT_PY_FILES as a singleton so that object equalityGravatar cpeyser2018-04-02
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Add @AutoCodec to some PatchTransitions.Gravatar mjhalupka2018-02-27
* @AutoCodec some more providers.Gravatar janakr2018-02-26
* Automated rollback of commit fa0fac2a4e8a2e5c01b8390878289d00dcc17dba.Gravatar lberki2018-02-15
* Use AutoCodec to generate CODECs for several provider types that are exportedGravatar cpeyser2018-02-14
* Automated rollback of commit 0f9c6ea574918dda094cf5423fa3822112846c30.Gravatar lberki2018-02-14
* Make __init__.py files creation optionalGravatar Mouad Benchchaoui2018-02-14
* Allows @AutoCodec to use factory methods.Gravatar shahan2018-01-29
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Codecs for all non-test Fragment subclasses (except CppConfiguration, handled...Gravatar shahan2018-01-05
* Move PatchTransition and kin to analysis.config.transitions.Gravatar gregce2018-01-04
* ObjectCodecs for all non-test FragmentOption subclasses.Gravatar Googler2017-12-27
* Rename OutputGroupProvider -> OutputGroupInfo.Gravatar dslomov2017-12-14
* Document --build_python_zip optionGravatar pcloudy2017-11-17
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Remove the runfiles middleman from py_binary's data runfiles.Gravatar Benjamin Peterson2017-10-26
* Support Python 2 and 3 in the same build.Gravatar gregce2017-10-20
* Make the state in RuleContext explicitGravatar ulfjack2017-09-28
* Simplify RuleContext APIGravatar ulfjack2017-09-27
* Reorganise the srcs_version attribute of py_binary/py_test/py_library rules:Gravatar Googler2017-09-27
* Add an option to control building of transitive py_binary runfiles trees. ,Gravatar Benjamin Peterson2017-09-26
* Move --build_python_zip into PythonConfiguration.Gravatar mstaib2017-09-21
* Remove an unused method.Gravatar lberki2017-09-19
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Support multiple command lines / params files in SpawnAction.Gravatar tomlu2017-09-15
* Remove the unused fallback argument from getHost() and the unused method getP...Gravatar lberki2017-09-12