| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
Will need to release before we can remove resources from objcbinary rules.
--
MOS_MIGRATED_REVID=116571890
|
|
|
|
|
|
|
| |
update instructions on how to generate.
--
MOS_MIGRATED_REVID=115175144
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=113782855
|
|
|
|
|
|
|
|
|
| |
instead of just objc_binary.
RELNOTES:
--
MOS_MIGRATED_REVID=112601304
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=105949508
|
|
|
|
|
|
|
|
|
|
|
| |
The headers were modified with
`find . -type f -exec 'sed' '-Ei' 's|Copyright 201([45]) Google|Copyright 201\1 The Bazel Authors|' '{}' ';'`
And manual edit for not Google owned copyright. Because of the nature of ijar, I did not modified the header of file owned by Alan Donovan.
The list of authors were extracted from the git log. It is missing older Google contributors that can be added on-demand.
--
MOS_MIGRATED_REVID=103938715
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=98640520
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=96572029
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=89513306
|
|
|
|
|
|
|
|
|
| |
It is a first batch of integration tests for Bazel. They tests some
basic behaviors and nominal cases of Bazel rules (especially they tests
the behavior of the examples provided in //examples).
--
MOS_MIGRATED_REVID=89440074
|
|
Those examples will be used for Bazel integration tests and their
sources should be available directly to the Bazel workspace itself.
--
MOS_MIGRATED_REVID=89380736
|