aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* Fix issue #82Gravatar Ethan Rublee2015-03-31
| | | | | | | | | | This is the patch which fixes the bug reported in #82 https://github.com/google/bazel/issues/82 Change-Id: Ia007b37a3c6156d4373bac24b1776e62d09daa57 -- MOS_MIGRATED_REVID=89992365
* Bazel install.md: export PATH should contain the directory containing the ↵Gravatar Laszlo Csomor2015-03-31
| | | | | | | | | binaries rather than the binaries themselves. https://github.com/google/bazel/pull/84 -- MOS_MIGRATED_REVID=89990197
* Bazel: Patch in changes of pull request #83.Gravatar Laszlo Csomor2015-03-31
| | | | | | | https://github.com/google/bazel/pull/83 -- MOS_MIGRATED_REVID=89989164
* Update governance docGravatar Kristina Chodorow2015-03-31
| | | | | -- MOS_MIGRATED_REVID=89981324
* Reorder arguments to BuiltinFunction-sGravatar Francois-Rene Rideau2015-03-31
| | | | | | | | | | By popular demand from other implementers, reorder BuiltinFunction arguments so that mandatory named-only arguments come befor optional named-only arguments rather than after. This will make Skylark internals slightly clearer and less surprising, at the cost of eschewing a tiny optimization. -- MOS_MIGRATED_REVID=89978554
* Skylark: 'in' works on sets.Gravatar Laurent Le Brun2015-03-31
| | | | | -- MOS_MIGRATED_REVID=89977206
* Supply the correct command name to ProjectFileSupport.Gravatar Googler2015-03-31
| | | | | -- MOS_MIGRATED_REVID=89973895
* Always define OS_IOS in iOS builds.Gravatar Peter Schmitt2015-03-31
| | | | | | | RELNOTES: Always define OS_IOS in iOS builds. -- MOS_MIGRATED_REVID=89969990
* Improve site structureGravatar Kristina Chodorow2015-03-31
| | | | | | | | It's a bit weird having everything under docs/, so this puts the blog and "about" pages under / and all of the documentation under docs. -- MOS_MIGRATED_REVID=89965504
* Unconditionally include gcc's stdc-predef.h if it is available.Gravatar Janak Ramakrishnan2015-03-31
| | | | | -- MOS_MIGRATED_REVID=89964638
* Skylark: Add dictionary.getGravatar Laurent Le Brun2015-03-31
| | | | | -- MOS_MIGRATED_REVID=89962232
* Skylark: Kill FileType.matchesGravatar Laurent Le Brun2015-03-31
| | | | | | | It's unused and not useful. -- MOS_MIGRATED_REVID=89959127
* Kill command_line in ctx.actionGravatar Laurent Le Brun2015-03-31
| | | | | | | | It appears to be unused, undocumented and untested. We can reintroduce the feature later if needed (probably with a different design). -- MOS_MIGRATED_REVID=89958970
* Skylark: Improve documentationGravatar Laurent Le Brun2015-03-31
| | | | | -- MOS_MIGRATED_REVID=89957248
* Make Skylark genproto deterministicGravatar Damien Martin-Guillerez2015-03-31
| | | | | | | | Using JavaBuilder instead of the JDK makes generated jar files timestampless. -- MOS_MIGRATED_REVID=89950774
* Follow symlinks to use file copy in testsGravatar Damien Martin-Guillerez2015-03-31
| | | | | | | | | | Symlinks were copied as symlinks resulting in workspace modification if we modified the file in the tests. This was found during review of -- MOS_MIGRATED_REVID=89948032
* Bazel: Patch in changes of pull request #80.Gravatar Laszlo Csomor2015-03-31
| | | | | | | https://github.com/google/bazel/pull/80 -- MOS_MIGRATED_REVID=89945673
* Remove style attributes from <pre></pre> elements; support `discouraged` ↵Gravatar Googler2015-03-31
| | | | | | | | | | | class in CSS for public site. RELNOTES: None. -- MOS_MIGRATED_REVID=89864490
* Add PrepareDepsOfPatternsFunction, use before queryGravatar Mark Schaller2015-03-31
| | | | | | | | | | | | | This introduces a single SkyFunction that has the desired side effect of loading matching targets and their transitive dependencies in the graph. It replaces the two calls to buildDriver.evaluate that made sure the graph loaded the necessary values before query evaluation with just one call. -- MOS_MIGRATED_REVID=89864338
* Make tests work even in the top level directory :)Gravatar Gunther Noack2015-03-30
| | | | | -- MOS_MIGRATED_REVID=89858590
* Fix formatting on <pre></pre> blocks. Removes leading spaces where not ↵Gravatar Googler2015-03-30
| | | | | | | necessary. -- MOS_MIGRATED_REVID=89858042
* Adds line breaks for readability and better rendering by our Markdown ↵Gravatar Googler2015-03-30
| | | | | | | interpreter. -- MOS_MIGRATED_REVID=89856380
* Changes page title to "Installing Bazel."Gravatar Googler2015-03-30
| | | | | -- MOS_MIGRATED_REVID=89855970
* Bazel docs: make installation instructions more detailed.Gravatar Laszlo Csomor2015-03-30
| | | | | | | | | Specifically, talk more about adding the bazel binary to the PATH. (Really) fixes GitHub issue #77 (https://github.com/google/bazel/issues/77) -- MOS_MIGRATED_REVID=89852746
* Bazel docs: make installation instructions more detailed.Gravatar Laszlo Csomor2015-03-30
| | | | | | | | | Specifically, talk more about setting the JAVA_HOME envvar. Fixes GitHub issue #77 (https://github.com/google/bazel/issues/77) -- MOS_MIGRATED_REVID=89849229
* Add a blog to bazel.ioGravatar Kristina Chodorow2015-03-30
| | | | | -- MOS_MIGRATED_REVID=89823619
* Description redacted.Gravatar Googler2015-03-30
| | | | | -- MOS_MIGRATED_REVID=89740455
* Catch action conflicts in the same target during configured target analysis, ↵Gravatar Janak Ramakrishnan2015-03-30
| | | | | | | and fail hard in other cases. -- MOS_MIGRATED_REVID=89720528
* Resolve inputs that were stored in action cache ahead of time so metadata ↵Gravatar Janak Ramakrishnan2015-03-30
| | | | | | | | | | | for them can be retrieved with other inputs, avoiding a restart. This also allows us to delete the UndeclaredInputsHandler, since we eagerly cache metadata before entering any ActionCacheChecker methods. This should also allow us to split FileAndMetadataCache into two separate classes, as well as asserting that SingleBuildFileCache only sees non-artifact ActionInputs. To be done in follow-ups. -- MOS_MIGRATED_REVID=89718712
* Fix WORKSPACE file lookup to look at all package pathsGravatar Kristina Chodorow2015-03-30
| | | | | -- MOS_MIGRATED_REVID=89713328
* Clarify what "fancy" means.Gravatar Nathan Harmata2015-03-30
| | | | | -- MOS_MIGRATED_REVID=89710872
* Introduce QueryableGraph#getBatch, a batched variant of QueryableGraph#get ↵Gravatar Nathan Harmata2015-03-30
| | | | | | | and use it in the underlying implementation of SkyFunction.Environment#getValues. It's reasonable for an alternative graph implementation to have a more efficient implementation of getBatch than the naive serial implementation. -- MOS_MIGRATED_REVID=89708027
* Yikes! Close the <code></code> tag so we're not rendering half the page in ↵Gravatar Googler2015-03-30
| | | | | | | | | green monospaced font: http://bazel.io/docs/query.html#component -- MOS_MIGRATED_REVID=89706849
* Make ActoolZip only print output if it actool fails or doesn't output its ↵Gravatar Daniel Wagner-Hall2015-03-30
| | | | | | | output file -- MOS_MIGRATED_REVID=89705982
* remove unused method/vars/doc in ConfiguredTargetFunctionGravatar Michajlo Matijkiw2015-03-30
| | | | | -- MOS_MIGRATED_REVID=89704303
* Move action-cache updating to inside ActionExecutionFunction, in preparation ↵Gravatar Janak Ramakrishnan2015-03-30
| | | | | | | | | for allowing it to be restarted in case of missing deps. Note that this means that action-cache writing is no longer part of the ACTION_COMPLETE profiling unit. -- MOS_MIGRATED_REVID=89702039
* Actually force loading of optional objc labelsGravatar Daniel Wagner-Hall2015-03-30
| | | | | -- MOS_MIGRATED_REVID=89697088
* Make Python rules in Bazel actually work.Gravatar Lukacs Berki2015-03-30
| | | | | | | In particular: add a BazelPythonSemantics implementation and the respective RuleConfiguredTarget factories, rule class definitions and hook them up with BazelRuleClassProvider. Add implicit dependencies (2to3 is just a stub script for now that always fails) and a tiny exampe. -- MOS_MIGRATED_REVID=89691827
* Bazel: move sources around to prepare accepting GitHub pull requests.Gravatar Laszlo Csomor2015-03-30
| | | | | | | This change moves the workspace rules and adjusts BUILD files as necessary. -- MOS_MIGRATED_REVID=89689632
* Description redacted.Gravatar Damien Martin-Guillerez2015-03-27
| | | | | -- MOS_MIGRATED_REVID=89684460
* Description redacted.Gravatar Lukacs Berki2015-03-27
| | | | | -- MOS_MIGRATED_REVID=89680998
* Fixed up test that assumed a certain order in which deps, within the same ↵Gravatar Nathan Harmata2015-03-27
| | | | | | | dependency group, were checked for dirtiness. -- MOS_MIGRATED_REVID=89658366
* Description redacted.Gravatar Googler2015-03-27
| | | | | -- MOS_MIGRATED_REVID=89613538
* Automated [] rollback of [].Gravatar Googler2015-03-27
| | | | | | | | | | | | | | | *** Reason for rollback *** This CL prevents Xcode from building due to referencing files relative to the target directory rather than the root of []. *** Original change description *** Change workspace_root to be SOURCE_ROOT, so that AppCode works *** -- MOS_MIGRATED_REVID=89604455
* Removes warning if disk is almost fullGravatar Googler2015-03-27
| | | | | | | Fixes #25 -- MOS_MIGRATED_REVID=89602166
* Update Travis configGravatar Kristina Chodorow2015-03-26
| | | | | -- MOS_MIGRATED_REVID=89601563
* 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