aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/bazel/rules/python
Commit message (Expand)AuthorAge
* C++: Removes calls to setCcLinkparamsStore of CcLinkingInfo.BuilderGravatar plf2018-08-06
* Internal changeGravatar ruperts2018-07-30
* C++: Removes calls to setCcLinkparamsStore of CcLinkingInfo.BuilderGravatar plf2018-07-26
* Automated rollback of commit 16dde0de06a3a4157a13e7e7264afeb6a50b2dde.Gravatar janakr2018-07-25
* C++: Removes calls to setCcLinkparamsStore of CcLinkingInfo.BuilderGravatar plf2018-07-25
* Refactor TemplateExpansionAction so that various strategies can be used to im...Gravatar kush2018-06-29
* Deletes AutoCodec.PUBLIC_FIELDS strategy. Superseded by DynamicCodec.Gravatar shahan2018-06-29
* C++: Refactors PyWrapCc to make it easier to migrate to SkylarkGravatar plf2018-06-19
* Automated rollback of commit c720152ec1936a537c9519d522d3cb41d19cff77.Gravatar janakr2018-06-18
* 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 f137cea0ac74334013e7b064e59d1624cf032ac4.Gravatar janakr2018-06-07
* C++: Refactors PyWrapCc to make it easier to migrate to SkylarkGravatar plf2018-06-07
* C++: Deletes CcLinkParamsInfoGravatar plf2018-05-15
* Simplify config fragment creation.Gravatar gregce2018-05-02
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Ensure that all rules which (even very indirectly) callGravatar jcater2018-04-27
* Change action construction to use built-in param file support.Gravatar tomlu2018-04-25
* SpawnAction.setShellCommand: expect shell pathGravatar laszlocsomor2018-04-23
* 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
* Automated rollback of commit fa0fac2a4e8a2e5c01b8390878289d00dcc17dba.Gravatar lberki2018-02-15
* Automated rollback of commit 0f9c6ea574918dda094cf5423fa3822112846c30.Gravatar lberki2018-02-14
* Make __init__.py files creation optionalGravatar Mouad Benchchaoui2018-02-14
* Replace path implementation.Gravatar tomlu2018-02-08
* Automated rollback of commit 4260c30a03a9b83d48a5e8690aca19cd80be4c38.Gravatar ulfjack2018-02-06
* python,runfiles: runfiles library in @bazel_toolsGravatar Laszlo Csomor2018-02-05
* Stop allowing generic LateBoundDefault value types. Such types are always eit...Gravatar janakr2018-02-02
* Allows @AutoCodec to use factory methods.Gravatar shahan2018-01-29
* Fix copy-paste error in py_test docsGravatar Rodrigo Queiro2018-01-16
* Codecs for all non-test Fragment subclasses (except CppConfiguration, handled...Gravatar shahan2018-01-05
* ObjectCodecs for all non-test FragmentOption subclasses.Gravatar Googler2017-12-27
* Change cfg(HOST) to cfg(HostTransition.INSTANCE).Gravatar gregce2017-12-21
* Update bazel py rules "deps" documentationGravatar elenairina2017-12-06
* py_binary can now be used as data with custom python.Gravatar Austin Schuh2017-12-04
* Allow `python3` as value for the `--python_path` flag.Gravatar Misha Seltzer2017-12-04
* Automated rollback of commit 10b0d8aa6b73a024cc007c5e075cb329add878ef.Gravatar lberki2017-11-14
* Ban middlemen from runfiles artifacts.Gravatar Benjamin Peterson2017-11-10
* Support Python 2 and 3 in the same build.Gravatar gregce2017-10-20
* Clean up FindModuleSpace.Gravatar Benjamin Peterson2017-10-16
* Windows,launcher: add LauncherFileWriteActionGravatar Laszlo Csomor2017-10-06
* Move expansion functionality to a new classGravatar ulfjack2017-09-29
* Simplify make variable expansion call sitesGravatar ulfjack2017-09-28
* Reorganise the srcs_version attribute of py_binary/py_test/py_library rules:Gravatar Googler2017-09-27
* Move --build_python_zip into PythonConfiguration.Gravatar mstaib2017-09-21
* LateBoundDefault: enforce access to a single fragment (or none).Gravatar mstaib2017-09-19
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Support multiple command lines / params files in SpawnAction.Gravatar tomlu2017-09-15