aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/python/PyBinary.java
Commit message (Expand)AuthorAge
* 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