bazel /
bazel /
4f919fe13de1c12bf69e77d0f23d02ae8cdf79ae - 4f919fe Don't mark ErrorInfo transient if one of its child ErrorInfos is transient. by Janak Ramakrishnan · 10 years ago
- d76dfc1 Allow ErrorTransienceValue to be added back as a dep during change pruning if it isn't newer than the current node. by Janak Ramakrishnan · 10 years ago
- c0486e6 Fix Skylark library link. by David Chen · 10 years ago
- 22aab6d Rename isSkylarkEnabled to isSkylark by Francois-Rene Rideau · 10 years ago
- 706bc72 Replace query option --order_results with --order_output, which can take three values for a given output formatter: 'no', 'deps', or 'full'. A fourth value, 'auto', means either 'deps' or 'full' depending on the formatter. by Janak Ramakrishnan · 10 years ago
- f882c54 Add toString() for PrepareDepsOfTargetsUnderDirectoryValue key. by Eric Fellheimer · 10 years ago
- 87992dc Only perform one read of the hashCode field in our benign-data-racy hashCode() implementation. See http://jeremymanson.blogspot.com/2008/12/benign-data-races-in-java.html. by Nathan Harmata · 10 years ago
- 3a280ea Fix path for input file by Googler · 10 years ago
- 8e17c85 Get rid of unnecessary synchronization. This is a contention point when we have lots of threads. by Nathan Harmata · 10 years ago
- 9c2989d Use sorted lists instead of sets for generated file list comparison by Googler · 10 years ago
- 0004943 Implement the core structure for dynamic configurations. by Greg Estren · 10 years ago
- d4ce9af Ignore ordering for generated files check by Googler · 10 years ago
- 39f22ca Fix flag name in Blog post about java configuration by Damien Martin-Guillerez · 10 years ago
- 55eb10d Document Bazel releases by Damien Martin-Guillerez · 10 years ago
- e0ac088 Make sandboxed execution the default in Bazel. This should be safe, as the strategy is only used if your Linux kernel is new enough and your running system supports it. If this breaks you, please file a bug and you can always go back to non-sandboxed execution by using --spawn_strategy=standalone. by Philipp Wollermann · 10 years ago
- e5994a9 No-op refactoring of output formatters to re-use common code. by Janak Ramakrishnan · 10 years ago
- 36a2e83 Remove unnecessary use of ResolvedTargets in SkyQueryEnvironment. by Janak Ramakrishnan · 10 years ago
- 42727a6 No content change. Fixes line breaks and whitespace issues in HTML only. by Googler · 10 years ago
- 498ef53 Link to tools/objc/dummy.c from output directory to allow xcodeproj to resolve the file even while outside a workspace which contains it by Chris Parsons · 10 years ago
- 709bc61 Port to FreeBSD. by Doug Rabson · 10 years ago
- 590ea39 Instead of assuming that sandboxing will generally work on everything that is Linux, do real auto-detection whether it is supported on the host or not and enable / disable it based on the result. by Philipp Wollermann · 10 years ago
- 304e195 Refactor skylark format internals by Francois-Rene Rideau · 10 years ago
- e45d16c namespace-sandbox: Actually do exponential backoff on a failed unshare() syscall. by Philipp Wollermann · 10 years ago
- ab60010 Rules created by Skylark macros now have values for the attributes generator_name and generator_function. by Florian Weikert · 10 years ago
- 15ab6ad Replace quick hack for handling non-sandboxable spawns with a better solution. by Philipp Wollermann · 10 years ago
- 43c4a1a Execute spawns inside sandboxes to improve hermeticity (spawns can no longer use non-declared inputs) and safety (spawns can no longer affect the host system, e.g. accidentally wipe your home directory). This implementation works on Linux only and uses Linux containers ("namespaces"). by Philipp Wollermann · 10 years ago
- 988bb21 Add an --experimental_disable_jvm flag. by Ulf Adams · 10 years ago
- 6642648 Mark flaky test external_integration_test as manual. by Philipp Wollermann · 10 years ago
- d5079a5 Require an android_local_tools_repository stanza in the WORKSPACE file so that Bazel finds Android tools and update the tools themselves to handle their new location. by Lukacs Berki · 10 years ago
- 4c43b0e Change some terminology to reflect standard usage: by Googler · 10 years ago
- 734c6d2 Update Rust rules to use Rust 1.2.0. Rename features attribute to by David Chen · 10 years ago
- a59fa55 Add Skylark Supported Rules page to Bazel site. by Googler · 10 years ago
- 1d11267 Lock down the requirement of fragment declaration. by Ulf Adams · 10 years ago
- 217e3ad Android example readme: blaze -> bazel by Damien Martin-Guillerez · 10 years ago
- ad67cc4 Make setup-intellij.sh work again. by Lukacs Berki · 10 years ago
- 8e5d60a Rename some variables missed by a codebase-wide renaming a long time ago. by Nathan Harmata · 10 years ago
- 6925c43 Memoize SkyFunctionNames by Michajlo Matijkiw · 10 years ago
- 11bbdcb Improve the Python launcher to be smarter and make less assumptions when looking for the .runfiles path and the Python interpreter binary. by Philipp Wollermann · 10 years ago
- 91ad93b Make ValueWithMetadata#normal public, for use in alternate graph implementations. by Janak Ramakrishnan · 10 years ago
- 0afd453 Return raw SkyValue instead of wrapped ValueWithMetadata. by Janak Ramakrishnan · 10 years ago
- 252dc05 Using aliases in load() may no longer lead to false positives in SkylarkEnvironment's recursion detection. by Florian Weikert · 10 years ago
- 027c882 Copies shared object dependencies when building Android native binaries. by Michael Staib · 10 years ago
- 7bda87e Add more tests for the PIPE operator. by Laurent Le Brun · 10 years ago
- 092f13b Introduce '|' operator for set union. by Laurent Le Brun · 10 years ago
- ed5955c Make Bazel handle visibility through //external: labels correctly: //external: targets can depend on anything and visibility is checked a the edges incoming to said labels. by Lukacs Berki · 10 years ago
- 29c4387 Do not consider //external: a repository-local reference. by Lukacs Berki · 10 years ago
- 81fb6e7 Remove onlyLoadingPhase on objects. by Laurent Le Brun · 10 years ago
- cec2222 Correctly process "ScalaInlineInfo" attribute. This is new in Scala 2.11.7 (and 2.12). by Googler · 10 years ago
- c6fd0b6 Added more details about the use of configuration fragments in Skylark to the documentation. by Florian Weikert · 10 years ago
- a803e0c Update Skylark rules to specify their accessed configuration fragments. by Ulf Adams · 10 years ago
- 24fe1f2 FileTypeSet: now supports creating unions of a FileTypeSet and some FileTypes. by Laszlo Csomor · 10 years ago
- 05e7511 Removed ctx.configuration.fragment() from Skylark. Please use ctx.fragments.{cpp,java,jvm} instead. by Florian Weikert · 10 years ago
- 7dbc083 ctx.new_file(Artifact, String) now replaces the basename of the base artifact with the given name instead of appending a suffix by Florian Weikert · 10 years ago
- b742f18 Add '.ldscript' as a possible linker script file extension. by Googler · 10 years ago
- ae147b5 Use Buildifier convention for action_listener rule examples. by David Chen · 10 years ago
- 11f5587 Remove the some calls to AnalysisEnvironment.getDerivedArtifact() and add a big fat warning that that by Lukacs Berki · 10 years ago
- c3151a3 Remove an AnalysisEnvironment.getDerivedArtifact() call from nativedeps. by Lukacs Berki · 10 years ago
- 52bcf5a Change the skylark Java rules to use the configuration path separator. by Ulf Adams · 10 years ago
- 4217a8e Add keepGoing version of MemoizingEvaluatorTest#changeCycle. by Janak Ramakrishnan · 10 years ago
- b9f89e6 Add the implicit output of unstripped binary for Launcher-enabled java_binary. by Googler · 10 years ago
- c466e6b Make permanent changes already in tools/blaze.blazerc by Googler · 10 years ago
- 50e2eab Fix -proc:only after e927532 by Liam Miller-Cushon · 10 years ago
- b45e262 Improve efficiency of reverse queries for Skyframe by memoizing getAllowedDeps calls on the same batch call by Miguel Alcon Pinto · 10 years ago
- 72e805b Preserve specified order of keys when analyzing configured targets. by Janak Ramakrishnan · 10 years ago
- f3ec7c4 Implement hashCode, equals for TransitiveTraversalValue and related SkyValues by Mark Schaller · 10 years ago
- 65ac355 Add shortcut methods for adding providers. These do not require explicitly specifying the by Carmi Grushko · 10 years ago
- d7b58cb Description redacted. -- MOS_MIGRATED_REVID=101221537 by Michajlo Matijkiw · 10 years ago
- 5f781b5 Prepare our tests that can't run under sandboxing to explicitly request a non-sandboxing spawn strategy (this is a no-op until sandboxing is there). by Philipp Wollermann · 10 years ago
- a6a5787 Fix some missing headers and data dependencies in BUILD files. by Philipp Wollermann · 10 years ago
- 8977a05 Remove an AnalysisEnvironment.getDerivedArtifact() call from nativedeps. by Lukacs Berki · 10 years ago
- 98317a3 Abstract away artifact creation in CppLinkAction so that we can create most of the artifacts in a way that checks that they are under the package directory. by Lukacs Berki · 10 years ago
- b336aa3 Fix a missing dependency in a Skylark rule in local_repository_test.sh. by Philipp Wollermann · 10 years ago
- c8db70c Improve the JDK and JRE filegroups to include all the necessary parts. Then fix the Skylark rules and tests that so far failed to declare dependencies on the JVM. by Philipp Wollermann · 10 years ago
- f99bb1c Add missing redirect to $TEST_log in our test-setup.sh. by Philipp Wollermann · 10 years ago
- c8a8c2a Prefer RuleContext.getFragment over BuildConfiguration.getFragment. by Ulf Adams · 10 years ago
- 6a4d36a The sorted function now accepts sets and dictionaries inputs. by Laurent Le Brun · 10 years ago
- d659426 Fix import for CompactHashSet. by David Chen · 10 years ago
- 7ccf8f9 Fall back to transitive classpath for no.such.pkg errors. by Liam Miller-Cushon · 10 years ago
- dd9508c Add an empty RunfilesProvider to cc_toolchain_suite to fulfill the contract in RuleConfiguredTarget. by Alex Humesky · 10 years ago
- a65fcf9 Don't acquire the lock when we don't need to mutate the 'children' map. by Nathan Harmata · 10 years ago
- d802d5b Add rbuildfiles function to queries, only for use when using SkyQueryEnvironment. by Janak Ramakrishnan · 10 years ago
- a40e7b7 Filter out targets not in the universe (as defined by the lack of transitive traversal values) from queries. by Janak Ramakrishnan · 10 years ago
- 7d90353 Fix output of query --output=build by Laurent Le Brun · 10 years ago
- 62ae0cc Fix some nits and allow alternate evaluators to use MemoizingEvaluatorTest. by Janak Ramakrishnan · 10 years ago
- 4752dbb Convert evaluated tracking to take a lazy SkyValue by Mark Schaller · 10 years ago
- d344885 Find parent and submodule definitions before fully resolving a pom by Kristina Chodorow · 10 years ago
- 5b378db Fix "compile.sh tools" on OS X when XCode is not installed by Kristina Chodorow · 10 years ago
- faff718 Make the installer script support incremental installation with split .apks (only for devices with Android M). by Lukacs Berki · 10 years ago
- d39e1e1 Rollback of commit 0218320f1316b4d25e35abaaa80206237468824d. by Han-Wen Nienhuys · 10 years ago
- 4e9c09a Remove debugging statement by Kristina Chodorow · 10 years ago
- 21a04f2 Replace AnalysisEnvironment.getDerivedArtifact() calls with RuleContext.getShareableArtifact() calls where the former method is used to create the outputs of shared actions. by Lukacs Berki · 10 years ago
- b24b1c4 A minor refactoring of JavaSemantics. by Lukacs Berki · 10 years ago
- 59967ed Remove a few AnalysisEnvironment.getDerivedArtifact() call sites. by Lukacs Berki · 10 years ago
- 4e9118a Replace ref equality with .equals for SkyFunctionNames (2) by Mark Schaller · 10 years ago
- dfc44a4 Fix {new_,}git_repository after shutdown. by Brian · 10 years ago
- f292aa0 Teach java_import about runtime_deps. by Googler · 10 years ago
- e2033b1 A prototype implementation of top-level aspects. by Dmitry Lomov · 10 years ago
- 25f4494 RELNOTES: Allow private headers in the srcs attribute. Add a warning if a file is in both srcs and hdrs. by Googler · 10 years ago
- 4ffe28d Make SkyQueryEnvironment more efficient retrieving the labels. by Miguel Alcon Pinto · 10 years ago
- ff37d9b Update FAQ for beta release. by Han-Wen Nienhuys · 10 years ago