aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Use bazel in output user rootGravatar Kristina Chodorow2015-03-26
| | | | | | | Fixes https://github.com/google/bazel/issues/26. -- MOS_MIGRATED_REVID=89599829
* PackageSerializer: include attributes with null values.Gravatar Greg Estren2015-03-26
| | | | | | | | | | | | PackageDeserializer: handle null-value attributes (single-value attributes with no value setting) without crashing. Without this change, attributes with computed defaults can crash on serialization because RawAttributeMapper.isNotNull isn't smart enough to check *indirect* configurable attributes that the computed attribute depends on. -- MOS_MIGRATED_REVID=89599145
* Sign bundles for device if ios_multi_cpu contains device cpus.Gravatar Peter Schmitt2015-03-26
| | | | | | | Introduces a restriction that prohibits using both simulator and device architectures for ios_multi_cpus in the same build. -- MOS_MIGRATED_REVID=89597247
* Bazel docs: fix broken links in BE.Gravatar Laszlo Csomor2015-03-26
| | | | | -- MOS_MIGRATED_REVID=89592165
* Remove double docs/ from linkGravatar Daniel Wagner-Hall2015-03-26
| | | | | -- MOS_MIGRATED_REVID=89582160
* PRIx32 macro needs __STDC_FORMAT_MACRO defined on systems instead of ↵Gravatar Damien Martin-Guillerez2015-03-26
| | | | | | | | | | | __STDC_LIMIT_MACROS Import of https://github.com/igkm/bazel/commit/8e9e227c574bd995564b014b3e1fe9808fecd128 Fixes #42 -- MOS_MIGRATED_REVID=89582079
* Enforce executable flags on embedded binariesGravatar Damien Martin-Guillerez2015-03-26
| | | | | | | | | | | | Depending on the setting of the machine, the executable flag might not be set. ZIP format does not conserve unix permissions and it is probably up to the umode set. Not relying on the system permission is more stable. Fixes #58 -- MOS_MIGRATED_REVID=89581859
* Fix bug where inputs are updated from action cache but not tracked in Skyframe.Gravatar Janak Ramakrishnan2015-03-26
| | | | | | | This bug, and all of them like it, will be fixed in an upcoming cl that makes sure all input metadata is obtained through Skyframe. But I think we should have this fix now. -- MOS_MIGRATED_REVID=89540265
* Fixes the warnings that are generated by Xcode when building objc_library ↵Gravatar Googler2015-03-26
| | | | | | | targets that have dylibs associated to them. -- MOS_MIGRATED_REVID=89536149
* Emphasize that we can't accept pull requestsGravatar Kristina Chodorow2015-03-26
| | | | | -- MOS_MIGRATED_REVID=89530122
* Reorder Pants and Buck to match "respectively".Gravatar Googler2015-03-25
| | | | | -- MOS_MIGRATED_REVID=89528771
* Use a wrapper around gcc on OSX to simulate rpathGravatar Damien Martin-Guillerez2015-03-25
| | | | | | | | | | | OS X does not have rpath so binary fails when not executing from the good path. This wrapper rewrite the path after the compilation to fix that behavior. Fixes #46 -- MOS_MIGRATED_REVID=89527942
* Bazel docs: create a target to generate the Skylark Library documentation.Gravatar Laszlo Csomor2015-03-25
| | | | | -- MOS_MIGRATED_REVID=89523668
* Add link from "Alpha" in README to description of alpha goals/contents in ↵Gravatar John Field2015-03-25
| | | | | | | roadmap. -- MOS_MIGRATED_REVID=89514499
* Remove unused codeGravatar Daniel Wagner-Hall2015-03-25
| | | | | -- MOS_MIGRATED_REVID=89513306
* Add functionality to discard orphaned binaries and middlemen.Gravatar Michajlo Matijkiw2015-03-25
| | | | | | | | | | Here we additionally identify artifacts as orphaned if they are only inputs to middleman actions whose outputs are unused. The middleman actions are still part of the action graph, but we tolerate their inputs being orphaned. -- MOS_MIGRATED_REVID=89512745
* Bazel docs: fix broken link in Skylark's rules.mdGravatar Laszlo Csomor2015-03-25
| | | | | -- MOS_MIGRATED_REVID=89511308
* Proper support for the external immutable directory mechanism for symlink ↵Gravatar Nathan Harmata2015-03-25
| | | | | | | chains. -- MOS_MIGRATED_REVID=89511018
* Remove experimental Go support until we have a solution which fits the 'go' ↵Gravatar Han-Wen Nienhuys2015-03-25
| | | | | | | tool conventions better. -- MOS_MIGRATED_REVID=89510837
* Update FAQ entry for Pants and Buck.Gravatar Googler2015-03-25
| | | | | -- MOS_MIGRATED_REVID=89501886
* Unset JAVA_TOOL_OPTIONS in compile.shGravatar Damien Martin-Guillerez2015-03-25
| | | | | | | | | | | | If this option is set, the java version check fails. Fixing the java version check to support JAVA_TOOL_OPTIONS is more dangerous than simply unsetting it. Keeping JAVA_TOOL_OPTIONS would allow to override java compilation configuration of Bazel. Fixes #41 -- MOS_MIGRATED_REVID=89500863
* Blaze docs: open-source the Skylark API documentation.Gravatar Laszlo Csomor2015-03-25
| | | | | -- MOS_MIGRATED_REVID=89499954
* Added a link to the mailing-list in the core contributor listGravatar Damien Martin-Guillerez2015-03-25
| | | | | | | | This warning make sense and will avoid people trying to reach out individual googler rather that the public mailing list. -- MOS_MIGRATED_REVID=89496710
* Bazel docs: make it more clear that we can't yet accept pull requests.Gravatar Laszlo Csomor2015-03-25
| | | | | | | | The contributions.md file used to say this at the bottom, where this info is out of view. I've moved it up where it's more visible. -- MOS_MIGRATED_REVID=89495841
* compile.sh: Show location of the new binaryGravatar Laurent Le Brun2015-03-25
| | | | | -- MOS_MIGRATED_REVID=89495398
* Update commands in "Getting Started" so that they actually work.Gravatar Lukacs Berki2015-03-25
| | | | | | | | | This is a merge of https://github.com/stuartfehr/bazel/commit/e6920ce15b2eebef758512e7ed498241afe080ec -- MOS_MIGRATED_REVID=89493027
* Moved patch submission section in the head of the contributing pageGravatar Damien Martin-Guillerez2015-03-25
| | | | | -- MOS_MIGRATED_REVID=89492585
* Add jars for auto_value and dependenciesGravatar Francois-Rene Rideau2015-03-25
| | | | | | New dependencies: apache-commons-collections (a bit old: 3.2.1), apache-velocity, auto-common, auto-service, auto-value, tomcat-annotations-api (aka jsr250).
* Fixed compile.sh with homebrew on OS XGravatar Damien Martin-Guillerez2015-03-25
| | | | | | | A previous commit was incomplete. -- MOS_MIGRATED_REVID=89490186
* Bazel docs: fix a lot of issues, formatting and contentwise.Gravatar Laszlo Csomor2015-03-25
| | | | | -- MOS_MIGRATED_REVID=89490160
* Add g++ and zlib1g-dev to the set of required packages to install Bazel on ↵Gravatar Lukacs Berki2015-03-25
| | | | | | | | | | | Ubuntu. This is a merge of https://github.com/stuartfehr/bazel/commit/738686468a2a699d9ecfb95c7663967888223f64 -- MOS_MIGRATED_REVID=89488713
* Allow compile.sh to find libarchive on Mac with custom Homebrew directory.Gravatar Lukacs Berki2015-03-25
| | | | | | | | | This is a merge of https://github.com/safarmer/bazel/commit/dcddddcd2a3f61d1b760825a8f77f0e069f77e66 -- MOS_MIGRATED_REVID=89487751
* Add /usr/local/include to C++ CROSSTOOL for darwinGravatar Damien Martin-Guillerez2015-03-25
| | | | | | | Fixes #51 -- MOS_MIGRATED_REVID=89487705
* Replace "Github" with "GitHub" in the getting started doc. This is a merge ofGravatar Lukacs Berki2015-03-25
| | | | | | | https://github.com/jdmaturen/bazel/commit/85f420e1d3d1798eb7b3766b8014730b36d0694a -- MOS_MIGRATED_REVID=89487268
* Skylark: native module is updated.Gravatar Googler2015-03-25
| | | | | -- MOS_MIGRATED_REVID=89483786
* Add support of aspects to the skyframe implementation of query. To keep ↵Gravatar Marian Lobur2015-03-25
| | | | | | | these two versions of query consistent we need to add additional edges to the target that contains aspects, instead of adding it to the target that was in direct deps of the original one. -- MOS_MIGRATED_REVID=89483301
* Use http rather than protocol-relative URLs.Gravatar Tom Hennigan2015-03-25
| | | | | -- MOS_MIGRATED_REVID=89480820
* More precisely document AttributeMap.get (particularly the possibilityGravatar Greg Estren2015-03-25
| | | | | | | of null values). -- MOS_MIGRATED_REVID=89443545
* Allow the number of threads used in target parsing to be configurable.Gravatar Eric Fellheimer2015-03-25
| | | | | -- MOS_MIGRATED_REVID=89443026
* Open-source Bazel integration testsGravatar Damien Martin-Guillerez2015-03-25
| | | | | | | | | 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
* Remove useless flag check; executeBuild is only called if execution is ↵Gravatar Nathan Harmata2015-03-25
| | | | | | | requested. -- MOS_MIGRATED_REVID=89436511
* Merge PackageSerializer's and ProtoOutputFormatter's duplicatedGravatar Greg Estren2015-03-25
| | | | | | | | | | | | | | | | serialization logic. Among other things, this fixes an out-of-sync bug where ProtoOutputFormatter's version knew how to handle configurable attributes while PackageSerializer's version crashed. The merged logic preserves ProtoOutputFormatter's semantics: configurable attributes work, but their values are merged together into a flattened list, so the original select structure can't be reproduced later. -- MOS_MIGRATED_REVID=89435116
* Bazel docs: document cc_library.hdrs_check and fix a broken BE link.Gravatar Laszlo Csomor2015-03-25
| | | | | -- MOS_MIGRATED_REVID=89433520
* Say something about Go.Gravatar Han-Wen Nienhuys2015-03-25
| | | | | -- MOS_MIGRATED_REVID=89427921
* Update URLsGravatar Kristina Chodorow2015-03-25
| | | | | -- MOS_MIGRATED_REVID=89417715
* Fix URL formatGravatar Kristina Chodorow2015-03-25
| | | | | -- MOS_MIGRATED_REVID=89414811
* Fix link in FAQ.mdGravatar Laurent Le Brun2015-03-25
| | | | | -- MOS_MIGRATED_REVID=89413449
* Bazel docs: add missing section about $(location) expansion.Gravatar Laszlo Csomor2015-03-25
| | | | | | | Also fix a typo in contributing.md. -- MOS_MIGRATED_REVID=89411635
* Skylark: kill package loading if a Skylark file has errors.Gravatar Googler2015-03-25
| | | | | -- MOS_MIGRATED_REVID=89411484
* Update doc: *args and **kwargs are supportedGravatar Laurent Le Brun2015-03-24
| | | | | -- MOS_MIGRATED_REVID=89410166