This project is mirrored from https://github.com/bazelbuild/bazel.git.
Pull mirroring updated .
- Mar 25, 2022
-
-
Fabian Meumertzheim authored
Closes #15011. PiperOrigin-RevId: 437019248
-
- Oct 31, 2019
-
-
John Millikin authored
https://docs.bazel.build/versions/master/best-practices.html describes allowing a user-specific `user.bazelrc` in a workspace, but Bazel itself doesn't do this. This makes it a bit annoying to set flags every time. Closes #10113. PiperOrigin-RevId: 277718379
-
- Jul 22, 2019
-
-
buchgr authored
PiperOrigin-RevId: 259299473
-
- Aug 31, 2018
-
-
Irina Iancu authored
Intellij generated this directory for my project. Closes #6041. PiperOrigin-RevId: 210965293
-
- Feb 06, 2018
-
-
Loo Rong Jie authored
Closes #4488. PiperOrigin-RevId: 184648112
-
- Jun 16, 2017
-
-
dzc authored
* Replace ```shell with ```sh to fix jekyll build errors * Fix paths in docgen templates for new docs site directory structure. * Add jekyll build output directories to gitignore. RELNOTES: None PiperOrigin-RevId: 159020213
-
- Mar 24, 2017
-
-
Adam Michael authored
As of Bazel 0.4.5, the android_sdk_for_test and android_ndk_for_test are bound in android.WORKSPACE, so we do not need to include them in the main Bazel WORKSPACE file. I've update the comments to reflect that all that is needed to run the tests is android_sdk_repository and android_ndk_repository and the environment variables that they read. Also, delete scripts/workspace_user.sh. All of its functionality (reading environment variables, detecting api levels, build tools versions) is now part of android_{s,n}dk_repository. Fixes https://github.com/bazelbuild/bazel/issues/2284. -- PiperOrigin-RevId: 151032551 MOS_MIGRATED_REVID=151032551
-
- Feb 27, 2017
-
-
John Cater authored
-- Change-Id: Ib75c9a2b86586efc07ff16dc44caa2e4f4e420c3 Reviewed-on: https://cr.bazel.build/9067 PiperOrigin-RevId: 148631186 MOS_MIGRATED_REVID=148631186
-
- Sep 21, 2016
-
-
Laszlo Csomor authored
*** Reason for rollback *** Breaks TensorFlow and other Bazel jobs on ci.bazel.io *** Original change description *** Change execution root for external repositories to be ../repo Some of the important aspect of this change: * Remote repos in the execution root are under output_base/execroot/repo_name, so the prefix is ../repo_name (to escape the local workspace name). * Package roots for external repos were previously "output_base/", they are now output_base/external/repo_name (which means source artifacts always have a relative path from their repository). * Outputs are under bazel-bin/external/repo_name/ (or similarly under genfiles). Note that this is a bit of a change from how this was implemented in the previous cl. Fixes #1262. RELNOTES[INC]: Previously, an external repository would be symlinked into the execution root at execroot/local_repo/external/remote_repo. This changes it to be at execroot/remote_repo. This may break genrules/Skylark actions that hardcode execution root paths. If this causes breakages for you, ensure that genrules are using $(location :target) to access files and Skylark rules are using http://bazel.io/docs/skylark/lib/File.html's path, dirname, etc. functions. Roll forward of bdfd58a8. -- MOS_MIGRATED_REVID=133709658
-
- Sep 20, 2016
-
-
Kristina Chodorow authored
Some of the important aspect of this change: * Remote repos in the execution root are under output_base/execroot/repo_name, so the prefix is ../repo_name (to escape the local workspace name). * Package roots for external repos were previously "output_base/", they are now output_base/external/repo_name (which means source artifacts always have a relative path from their repository). * Outputs are under bazel-bin/external/repo_name/ (or similarly under genfiles). Note that this is a bit of a change from how this was implemented in the previous cl. Fixes #1262. RELNOTES[INC]: Previously, an external repository would be symlinked into the execution root at execroot/local_repo/external/remote_repo. This changes it to be at execroot/remote_repo. This may break genrules/Skylark actions that hardcode execution root paths. If this causes breakages for you, ensure that genrules are using $(location :target) to access files and Skylark rules are using http://bazel.io/docs/skylark/lib/File.html's path, dirname, etc. functions. Roll forward of bdfd58a8. -- MOS_MIGRATED_REVID=133606309
-
- Sep 19, 2016
-
-
Klaus Aehlig authored
-- Change-Id: I79da5f3a2dce50f6ad7ceadde0f3b4ec72f012de Reviewed-on: https://bazel-review.googlesource.com/#/c/6111 MOS_MIGRATED_REVID=133571156
-
- Apr 15, 2016
-
-
Thiago Farina authored
Since commit e87849b8: ("Remove base_workspace from bazel setup"), this directory is not created anymore and thus we don't have to have an entry for it in .gitignore. -- Change-Id: I71229e2b7762e2cc7f03e8852cbd06a4461ad168 Reviewed-on: https://bazel-review.googlesource.com/c/3340/ MOS_MIGRATED_REVID=119950175
-
- Feb 03, 2016
-
-
Steven Dee authored
-- Change-Id: Ideb2011d23da470276420afcc8b5a71f1470f391 Reviewed-on: https://bazel-review.googlesource.com/#/c/2771 MOS_MIGRATED_REVID=113639747
-
- Jan 28, 2016
-
-
Steven Dee authored
-- Change-Id: Ic6ba5267f95f5e4eb34a9588465e6def68f96fe3 Reviewed-on: https://bazel-review.googlesource.com/#/c/2770/ MOS_MIGRATED_REVID=113163386
-
- Jan 11, 2016
-
-
Damien Martin-Guillerez authored
*** Reason for rollback *** Roll-forward with fix *** Original change description *** Automated [] rollback of []. *** Reason for rollback *** Broke tests on Mac: https://google.com/url?sa=D&q=http%3A%2F%2Fci.bazel.io%2Fjob%2FBazel%2FJAVA_VERSION%3D1.8%2CPLATFORM_NAME%3Ddarwin-x86_64%2F269%2Fconsole *** Original change description *** Speed-up bootstrap on OS X by removing tool compilation. -- MOS_MIGRATED_REVID=111833617
-
- Dec 23, 2015
-
-
Dmitry Lomov authored
*** Reason for rollback *** Broke tests on Mac: https://google.com/url?sa=D&q=http%3A%2F%2Fci.bazel.io%2Fjob%2FBazel%2FJAVA_VERSION%3D1.8%2CPLATFORM_NAME%3Ddarwin-x86_64%2F269%2Fconsole *** Original change description *** Speed-up bootstrap on OS X by removing tool compilation. -- MOS_MIGRATED_REVID=110785493
-
- Dec 22, 2015
-
-
Damien Martin-Guillerez authored
-- MOS_MIGRATED_REVID=110704529
-
- Dec 01, 2015
-
-
Warren Turkal authored
Signed-off-by:
Warren Turkal <wt@penguintechs.org> -- Change-Id: I2d45a959f104171810073cc5ed6bddb1ecbb2a0b Reviewed-on: https://bazel-review.googlesource.com/#/c/2391/ MOS_MIGRATED_REVID=108988222
-
David Santiago authored
-- Change-Id: Id4797fc1e01247f22485a980f8cce6ca0fbf1b44 Reviewed-on: https://bazel-review.googlesource.com/#/c/2360/ MOS_MIGRATED_REVID=108843249
-
- Nov 18, 2015
-
-
Lukacs Berki authored
Tweak the bootstrapping and build process so that the prebuilt tools under tools/jdk are not necessary anymore. Fixes #508. -- MOS_MIGRATED_REVID=108123264
-
- Nov 07, 2015
-
-
Dave MacLachlan authored
Replace uses of $SDKROOT and $DEVELOPER_DIR values in compile paths with __DEVELOPER_DIR__ and __SDKROOT__ to that xcrunwrapper can deal with them appropriately. RELNOTES:none -- MOS_MIGRATED_REVID=107259512
-
- Oct 29, 2015
-
-
Han-Wen Nienhuys authored
-- MOS_MIGRATED_REVID=106493557
-
- Sep 30, 2015
-
-
Dave MacLachlan authored
Move actoolzip, momczip and swiftstdlibtoolzip to tools/xcode and convert them to scripts instead of java apps. RELNOTES: actoolzip, momczip and swiftstdlibtoolzip have all been made into bash scripts and have been renamed to actoolwrapper, momcwrapper and swiftstdlibtoolwrapper respectively. The old versions will be deleted in a later change. -- MOS_MIGRATED_REVID=104225062
-
- Aug 04, 2015
-
-
Googler authored
*** Reason for rollback *** Breaking builds. [] *** Original change description *** RELNOTES: actoolzip, momczip and swiftstdlibtoolzip have all been made into bash scripts and have been renamed to actoolwrapper, momcwrapper and swiftstdlibtoolwrapper respectively. The old versions will be deleted in a later change. -- MOS_MIGRATED_REVID=99742398
-
Googler authored
RELNOTES: actoolzip, momczip and swiftstdlibtoolzip have all been made into bash scripts and have been renamed to actoolwrapper, momcwrapper and swiftstdlibtoolwrapper respectively. The old versions will be deleted in a later change. -- MOS_MIGRATED_REVID=99521906
-
- Jul 22, 2015
-
-
Lukacs Berki authored
*** Reason for rollback *** Breaks most of the iOS targets on our continuous build. *** Original change description *** Move actoolzip, momczip and swiftstdlibtoolzip to tools/xcode and convert them to scripts instead of java apps. RELNOTES: actoolzip, momczip and swiftstdlibtoolzip have all been made into bash scripts and have been renamed to actoolwrapper, momcwrapper and swiftstdlibtoolwrapper respectively. The old versions will be deleted in a later change. -- MOS_MIGRATED_REVID=98716081
-
- Jul 16, 2015
-
-
Googler authored
-- MOS_MIGRATED_REVID=98347349
-
- Jul 13, 2015
-
-
liuhuahang authored
Signed-off-by:
liuhuahang <huahang.liu@gmail.com> -- Change-Id: I8079763484733539ee5c170a806b0f9879c92be8 Reviewed-on: https://bazel-review.googlesource.com/#/c/1601/ MOS_MIGRATED_REVID=98115430
-
- Jun 01, 2015
-
-
Damien Martin-Guillerez authored
This ZIP implementation is lightweight and rely on zlib for compression. libarchive was a bit tricky to set-up so it's better to use that one. -- Change-Id: I607b492998572e834e095a4606eeb77c0b574542 Reviewed-on: https://bazel-review.googlesource.com/#/c/1410/ MOS_MIGRATED_REVID=94910072
-
- May 09, 2015
-
-
Thiago Farina authored
bazel.iml is generated by scripts/setup-intellij.sh and .idea is generated by IntelliJ Idea IDE after you open bazel project on it. `git status` stops showing these when ran. -- Change-Id: I2adc4a32ffb20d174b45be2b53deb098b6ef7fd9 MOS_MIGRATED_REVID=93139152
-
- Apr 21, 2015
-
-
Damien Martin-Guillerez authored
Now the paths are 100% determined using Bazel query. To adapt to another project, change the variables at the top of the setup-eclipse.sh file. It also handles correctly java_plugins now. Because we must do queries on the full workspace, it is not easy to embed in a bazel build. I made a prototype for it but it is really impractical. -- MOS_MIGRATED_REVID=91580472
-
- Mar 25, 2015
-
-
Damien Martin-Guillerez authored
This commit adds the following path to .gitignore: - Bazel symlinks of base_workspace - Eclipse files - Example symlink of base_workspace -- MOS_MIGRATED_REVID=89390747
-
- Mar 23, 2015
-
-
Daniel Wagner-Hall authored
-- MOS_MIGRATED_REVID=89154212
-
- Mar 20, 2015
-
-
Kristina Chodorow authored
See http://stackoverflow.com/questions/25715898/whats-the-difference-between-git-ignoring-directory-and-directory. tools and third_party are symlinks, not directories. -- MOS_MIGRATED_REVID=88938443
-
- Mar 13, 2015
-
-
Han-Wen Nienhuys authored
-- MOS_MIGRATED_REVID=88435956
-
- Feb 20, 2015
-
-
Damien Martin-Guillerez authored
-- MOS_MIGRATED_REVID=86780538
-
Kristina Chodorow authored
While attempting to clean up the Bazel examples, I noticed that the example tests don't actually work because they expect a third_party directory. We could link third_party/ from the top-level bazel directory, but then we'd have crossing symlinks (base_workspace/tools->tools and third_party->base_workspace/third_party). Linking everything in one direction seemed like a better option, but alternative suggestions are welcome. -- MOS_MIGRATED_REVID=86703332
-
- Feb 25, 2015
-
-
Han-Wen Nienhuys authored
-- MOE_MIGRATED_REVID=85702957
-