aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/python/PyBinary.java
Commit message (Expand)AuthorAge
* 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 d0982b905d93e219a0caccdcf5d6ae1e219387c2.Gravatar janakr2018-06-07
* Automated rollback of commit f137cea0ac74334013e7b064e59d1624cf032ac4.Gravatar janakr2018-06-07
* C++: Refactors PyWrapCc to make it easier to migrate to SkylarkGravatar plf2018-06-07
* C++: Delete PyCcLinkParamsProvider.Gravatar plf2018-06-07
* C++: Deletes CcLinkParamsInfoGravatar plf2018-05-15
* C++: Wrap CcLinkParamsInfo with CcLinkingInfo.Gravatar plf2018-04-16
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* 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
* Remove the runfiles middleman from py_binary's data runfiles.Gravatar Benjamin Peterson2017-10-26
* Make the state in RuleContext explicitGravatar ulfjack2017-09-28
* Simplify RuleContext APIGravatar ulfjack2017-09-27
* Add an option to control building of transitive py_binary runfiles trees. ,Gravatar Benjamin Peterson2017-09-26
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Simplify RunfilesSupport interface by having it call RuleContext.shouldCreate...Gravatar Googler2017-08-21
* Windows: Implement python native launcherGravatar Yun Peng2017-08-21
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* Allow py_binary to be the executable of a Skylark action or anyGravatar Philipp Wollermann2017-07-18
* Make native declared providers not implement TransitiveInfoCollection.Gravatar dslomov2017-07-12
* Use FeatureConfiguration to compute value of CC_FLAGS make variableGravatar hlopko2017-05-26
* Add mechanism to trigger Python type-stripping via a tag.Gravatar Googler2017-04-06
* Remove some unused code from the Python rules.Gravatar Lukacs Berki2016-09-08
* Allow use of Exceptions to exit early out of configured-target creation, inst...Gravatar Chris Parsons2016-05-24
* Add a --legacy_external_runfiles optionGravatar Kristina Chodorow2016-04-25
* Automated [] rollback of commit 857cda2c45a5cc68c3fa398311c48c571a64915d and ...Gravatar Damien Martin-Guillerez2016-04-22
* Move the runfiles for external repositories to under the x.runfiles/ directoryGravatar Kristina Chodorow2016-04-20
* Fixed indentation problem: 8 spaces -> 4 spacesGravatar Yun Peng2016-03-21
* Python provider is now available in SkylarkGravatar Yun Peng2016-03-03
* Add imports attribute to Bazel native Python rules to allow adding directorie...Gravatar David Chen2016-02-10
* Description redacted.Gravatar Googler2015-11-10
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunct...Gravatar Florian Weikert2015-09-14
* Fix C++ link order for py_library and py_binary rules.Gravatar Ulf Adams2015-08-28
* Set the workspace suffix for runfilesGravatar Kristina Chodorow2015-08-13
* Enable simple compilation of Python artifacts for py_binary and py_library.Gravatar Googler2015-07-27
* Attach runfiles middlemen to py-binary data runfilesGravatar Michajlo Matijkiw2015-06-01
* Become more restrictive around Runfiles#manifestExpanderGravatar Michajlo Matijkiw2015-04-16
* Initial checkin of Python rules into Bazel.Gravatar Lukacs Berki2015-03-23