aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
Commit message (Collapse)AuthorAge
* Fix profiling doc missing in Bazel manualGravatar Klaas Boesche2015-10-21
| | | | | -- MOS_MIGRATED_REVID=105952522
* --Gravatar Googler2015-10-21
| | | | MOS_MIGRATED_REVID=105884504
* Update ios-app tutorial to use ios_application for bundling instead of the ↵Gravatar Chris Parsons2015-10-14
| | | | | | | | | deprecated bundling functionality of objc_binary. This is to be coordinated with updating the example app (linked to within the tutorial) -- MOS_MIGRATED_REVID=105430949
* Fix two bad links to the bazel-discuss Google group.Gravatar Andy Reitz2015-10-09
| | | | | | | -- Change-Id: Ic4935e6c1198957c390718c33431a67ffd66d023 Reviewed-on: https://bazel-review.googlesource.com/#/c/2110/ MOS_MIGRATED_REVID=105052988
* Recommend copts for external include paths, as it's less infectious than ↵Gravatar Kristina Chodorow2015-10-09
| | | | | | | | | | includes=[] includes=[] is inherited by all rules that depend on it, which makes resolving ordering issues more difficult. -- MOS_MIGRATED_REVID=104961784
* Document the --spawn_strategy and --genrule_strategy flag in the user manual.Gravatar Philipp Wollermann2015-10-09
| | | | | -- MOS_MIGRATED_REVID=104958733
* Fix layout issues with site/roadmap.mdGravatar Googler2015-10-05
| | | | | | | | - replaced date delimiters with non-breaking hyphens - fixed some rowspan mis-counts -- MOS_MIGRATED_REVID=104655701
* Bazel user manual: simplify the documentation of Sandboxing.Gravatar Laszlo Csomor2015-10-05
| | | | | -- MOS_MIGRATED_REVID=104644891
* Flag the Android NDK step as optional, fix a typo and tweak the text a bit.Gravatar Googler2015-09-30
| | | | | -- MOS_MIGRATED_REVID=104321044
* Roadmap: delete API items from the intermediate milestonesGravatar Damien Martin-Guillerez2015-09-30
| | | | | | | | This items are not precise enough and they do not make sense if we do that organically by shipping the test coverage. -- MOS_MIGRATED_REVID=104295130
* Update FAQ about supported languageGravatar Damien Martin-Guillerez2015-09-30
| | | | | | | | This part was mostly out of date and it will be hard to maintain the list of languages in many places, removed it. -- MOS_MIGRATED_REVID=104292596
* Remove extraneous comma from iOS app page in tutorialGravatar Googler2015-09-30
| | | | | -- MOS_MIGRATED_REVID=104241690
* Add strip_prefix to the C++ documentationGravatar Kristina Chodorow2015-09-28
| | | | | -- MOS_MIGRATED_REVID=104097995
* Add PetitParser to usersGravatar Kristina Chodorow2015-09-25
| | | | | | | Also moved the corporate users up. -- MOS_MIGRATED_REVID=103940710
* Fix broken links to lib/Globals.html.Gravatar Googler2015-09-25
| | | | | -- MOS_MIGRATED_REVID=103940678
* Mention chroot in --batch description.Gravatar Han-Wen Nienhuys2015-09-25
| | | | | | | Fixes #134. -- MOS_MIGRATED_REVID=103935102
* Fix TZ entry in test-encyclopedia.Gravatar Han-Wen Nienhuys2015-09-25
| | | | | | | Partially addresses issue #422. -- MOS_MIGRATED_REVID=103859649
* Enhance the tutorial by adding information about setting up the Android NDK.Gravatar Lukacs Berki2015-09-22
| | | | | -- MOS_MIGRATED_REVID=103637048
* Improve Skylark documentation (concepts.md), wrt mutability and Python ↵Gravatar Laurent Le Brun2015-09-22
| | | | | | | compatibility -- MOS_MIGRATED_REVID=103634198
* Document mutability of Skylark listsGravatar Francois-Rene Rideau2015-09-22
| | | | | -- MOS_MIGRATED_REVID=103579720
* Update FAQ entry about releases.Gravatar Damien Martin-Guillerez2015-09-21
| | | | | | | Fixes #472. -- MOS_MIGRATED_REVID=103530183
* Requires JDK 8Gravatar Damien Martin-Guillerez2015-09-15
| | | | | | | | | | | | This change deprecate JDK 7 as JavaBuilder follow changes in Java 9 and might use Java 8 features. We will maintain a build with the JDK 7 as long as possible but this build won't include updates in JavaBuilder. RELNOTES[INC]: Bazel requires JDK 8 to run. -- MOS_MIGRATED_REVID=103069207
* Fix typos in "Packages" description and MethodLibrary docGravatar Mark Schaller2015-09-14
| | | | | -- MOS_MIGRATED_REVID=102991839
* Improve documentation for macrosGravatar Laurent Le Brun2015-09-14
| | | | | -- MOS_MIGRATED_REVID=102978812
* Restores most of the documentation for the mobile-install command.Gravatar John Field2015-09-11
| | | | | -- MOS_MIGRATED_REVID=102876538
* --Gravatar Lukacs Berki2015-09-11
| | | | MOS_MIGRATED_REVID=102863841
* Fix minor typos in external.mdGravatar Googler2015-09-11
| | | | | -- MOS_MIGRATED_REVID=102859533
* Blog post for sandboxing.Gravatar Ulf Adams2015-09-11
| | | | | -- MOS_MIGRATED_REVID=102838733
* Update the text about flexibility in the index.htmlGravatar Damien Martin-Guillerez2015-09-11
| | | | | -- MOS_MIGRATED_REVID=102756341
* Added a blog post for the beta releaseGravatar Kristina Chodorow2015-09-09
| | | | | -- MOS_MIGRATED_REVID=102670969
* Simplify Skylark landing page, other minor fixes.Gravatar Laurent Le Brun2015-09-09
| | | | | -- MOS_MIGRATED_REVID=102655878
* Update build-ref.htmlGravatar Laurent Le Brun2015-09-09
| | | | | -- MOS_MIGRATED_REVID=102653140
* Minor improvements in rules.mdGravatar Laurent Le Brun2015-09-09
| | | | | -- MOS_MIGRATED_REVID=102651197
* Move Skylark rules to build-encyclopedia.Gravatar Laurent Le Brun2015-09-09
| | | | | | | | It's probably easier for users if all available rules are listed in the same place. It also makes the left menu cleaner. -- MOS_MIGRATED_REVID=102647614
* Minor tweaks to landing page. Rearrange some links on documentation navigation.Gravatar David Chen2015-09-09
| | | | | -- MOS_MIGRATED_REVID=102638039
* Update Bazel homepage for the Beta release.Gravatar Damien Martin-Guillerez2015-09-08
| | | | | -- MOS_MIGRATED_REVID=102594957
* Added documentation for the blaze warning that indicates when test size isGravatar Googler2015-09-08
| | | | | | | too big. As defined in TestTimout.java -- MOS_MIGRATED_REVID=102561927
* Add initial D rules to Bazel.Gravatar David Chen2015-09-08
| | | | | -- MOS_MIGRATED_REVID=102513092
* Skylark: configuration fragments for host configuration can now be accessed ↵Gravatar Florian Weikert2015-09-08
| | | | | | | via ctx.host_fragments. -- MOS_MIGRATED_REVID=102490502
* Move generate_workspace to src/toolsGravatar Kristina Chodorow2015-09-04
| | | | | | | | Seems like a better location for it (easier for people to run than src/main/java/com/google/devtools/build etc). -- MOS_MIGRATED_REVID=102354250
* Minor language fixesGravatar Florian Weikert2015-09-03
| | | | | -- MOS_MIGRATED_REVID=102273015
* Fix dropdown for Tutoral. Make screenshot on Dashboard blog post responsive.Gravatar David Chen2015-09-02
| | | | | -- MOS_MIGRATED_REVID=102171909
* Add a reference to Braintree in the user listGravatar Damien Martin-Guillerez2015-09-02
| | | | | -- MOS_MIGRATED_REVID=102153773
* Add compilation instructions back to install docGravatar Kristina Chodorow2015-09-02
| | | | | | | Since we don't actually have any binaries available yet... -- MOS_MIGRATED_REVID=102152129
* Fix Roadmap feature list table and Stable Features table on Support page.Gravatar David Chen2015-09-02
| | | | | -- MOS_MIGRATED_REVID=102122126
* Add an example of using a regex with negative lookup in --output_filter.Gravatar Nathan Harmata2015-09-02
| | | | | | | I promised to add this example after responding to a user question in the bazel irc. -- MOS_MIGRATED_REVID=102120516
* Add article about "bazel mobile-install" to bazel.io.Gravatar Lukacs Berki2015-09-02
| | | | | -- MOS_MIGRATED_REVID=102120471
* Rewrite the support policy document.Gravatar Ulf Adams2015-09-02
| | | | | -- MOS_MIGRATED_REVID=102051422
* Bazel tutorial files initial commit.Gravatar Googler2015-09-02
| | | | | -- MOS_MIGRATED_REVID=102049574
* Add Scala to the list of Skylark rules.Gravatar Laurent Le Brun2015-09-02
| | | | | | | Also, remove useless links (they are redundant with the previous list). -- MOS_MIGRATED_REVID=102047434