bazel /
bazel /
c8dce99f7d4a5a6fdd129cdaab7c3434f4f5141a - c8dce99 Stop injecting WorkspaceStatusAction into the Skyframe graph as a precomputed value. Instead, manually check if the value has changed, and if it has, invalidate its consuming WorkspaceStatusValue node, forcing its re-evaluation, where it will pick up the new value. by janakr · 8 years ago
- aa12ec3 Add a test for traceback correctness for errors in augmented assignment nodes by vladmos · 8 years ago
- 8e96741 Publish tests for configurable attributes (select). by gregce · 8 years ago
- b5c0202 Update Bazel's android_device support to use new emulator paths. by ajmichael · 8 years ago
- 282c29e Move remaining legacy objc_library tests to crosstool case. by cpeyser · 8 years ago
- 63a6e91 Add Fedora install instructions. by Jakob Buchgraber · 8 years ago
- 826d81c Remove the assumption of order from ToolchainTestCase#testRegisteredToolchains by cpeyser · 8 years ago
- c6122b6 Make local_action_cache_test.sh executable. by John Cater · 8 years ago
- f5e6969 Change which tests should run on Windows by ajmichael · 8 years ago
- 77112c6 Update RegisteredToolchainsFunction and ToolchainUtil to check values for errors even if not all values are present. by John Cater · 8 years ago
- 66ab13f Fix bazel_test_test by removing pollution of config with external bazelrc, such as from /etc/bazel.bazelrc. by Googler · 8 years ago
- 4af0d7b Increase the connection timeout between the client and the server. by lberki · 8 years ago
- 9ebc4b2 Simplify CcLinkParams#addCcLibrary by hlopko · 8 years ago
- d22e1de Check parameter types for methods when multiple types are allowed. by Dmitry Lomov · 8 years ago
- 7084156 Remove unnecessary collectLinkstamp switch by hlopko · 8 years ago
- 878ea50 Fix cc_fake_binaries with linkstamping by hlopko · 8 years ago
- 563c4e1 Make control.tar.gz in pkg_deb repeatable by Philipp Schrader · 8 years ago
- 82859b0 Internal change by David Ostrovsky · 8 years ago
- 824db7f Delete duplicated definitions for package_name() and repository_name(). by laurentlb · 8 years ago
- 95b0467 Cleanups for Skylark tracebacks by brandjon · 8 years ago
- fefccdb Fix and improve context.args.add documentation. by tomlu · 8 years ago
- 529d7ea Remove wasteful function.toString() call in evalArgs. Also remove functions that were public because of skylark compilation. by shreyax · 8 years ago
- 92e402b Remove unused "extraPrecomputedValues" from WorkspaceBuilder, and therefore remove all "precomputed values for analysis" from SkyframeExecutor. We use SkyframeExecutor#injectExtraPrecomputedValues these days. by janakr · 8 years ago
- c6ff86f Remove BuildInfoFactory precomputed value. by janakr · 8 years ago
- d8ba904 Stop the transitive duplication of FilesetTraversalParams when Filesets are nested. by kush · 8 years ago
- eea486c Remove product name precomputed value. by janakr · 8 years ago
- a9573d8 Fix error-prone warning on AndroidBinaryTest. by ajmichael · 8 years ago
- ed4405d Remove dependence on compilation attributes (e.g. 'srcs') for apple_binary and apple_static_library in objc unit tests. by cparsons · 8 years ago
- 6acf6f0 Remove PrecomputedValue for BlazeDirectories. All consumers have the value injected directly, which makes sense, because it's immutable over the lifetime of the server. by janakr · 8 years ago
- 3c6c45f Allow alternate GroupedList constructor to be public, but add warnings regarding the integrity of the structure to various operations. by shreyax · 8 years ago
- ca6b46d Inject BlazeDirectories into RepositoryDelegatorFunction directly, instead of depending on a precomputed value. BlazeDirectories don't change over the lifetime of the Blaze server, and certainly not over the lifetime of a SkyframeExecutor instance, which already had a reference to them. by janakr · 8 years ago
- b6857d5 Update doc: there is no default value for --jobs. by Googler · 8 years ago
- 52d05e8 Inject BlazeDirectories into FdoSupportFunction directly, instead of depending on a precomputed value. BlazeDirectories don't change over the lifetime of the Blaze server, and certainly not over the lifetime of a SkyframeExecutor instance, which already had a reference to them. by janakr · 8 years ago
- ff3e01c Update the Bazel iOS tutorial to pull the latest Apple build rules. by Googler · 8 years ago
- fe188d6 Update travis setup instructions by Siddhartha Bagaria · 8 years ago
- 0d00f70 Create AndroidManifest.xml symlink if user provides a manifest not named by jingwen · 8 years ago
- e8d3c22 Contingent on a flag --experimental_objc_provider_from_linked, apple_binary and apple_static_library no longer propagate ObjcProvider. by cparsons · 8 years ago
- da8386a Don't emit an undeclared outputs MANIFEST if there are no files. by Googler · 8 years ago
- 3c23d3e Use FeatureConfiguration to compute linkstamping compile command line by hlopko · 8 years ago
- 51c8c7c Improve style in SkylarkMutableTest by brandjon · 8 years ago
- 5d41dbe Automated rollback of commit 17214ac78ffaec369d5d5bafe62a39730473cfaa. by dslomov · 8 years ago
- 7b091c1 Add a global failure when a test is interrupted/cancelled. by elenairina · 8 years ago
- 9faf8b7 docker_pull: rely on the main repository docker_build by Damien Martin-Guillerez · 8 years ago
- da40fbf Move SpawnResult from build.lib.exec into build.lib.actions so that e.g. build.lib.actions.SpawnActionContext can import SpawnResult without creating a cyclic dependency. by ruperts · 8 years ago
- 5059a43 Internal change by tomlu · 8 years ago
- 70d018b Use fail() in tests to catch missing expected exceptions. by ruperts · 8 years ago
- 54c86b4 Action for resource shrinking with aapt2 by corysmith · 8 years ago
- 87c70ee Add toString() methods for Advertised and Required Providers. by Googler · 8 years ago
- 5e2b0da Add more thorough error reporting behavior for when config_setting has multiple constraint_values from the same constraint_setting (re: #350) by juliexxia · 8 years ago
- 60f3503 PiperOrigin-RevId: 169563607 by kmb · 8 years ago
- 399ffaf Remove unncessary duplication of zipper target. by xingao · 8 years ago
- 2f08a18 Include all test output files (e.g. undeclared outputs) for non-cached test executions and tests with multiple attempts. Previously, non-cached test execution would incorrectly only include test.log and test.xml. by Googler · 8 years ago
- ceefd57 CI,Windows: run //third_party/def_parser tests by László Csomor · 8 years ago
- 4862060 Increase the timeout for Bazel SkylarkTests to "long" by vladmos · 8 years ago
- 7e16da7 Skylint: add flag to disable certain checkers. by fzaiser · 8 years ago
- 3a0df3c Track the origin of an option in the option instance, not its final value. by ccalvarin · 8 years ago
- 125e88d Deprecate wrapperOptions. by ccalvarin · 8 years ago
- 1ad38ea Track all option instances. by ccalvarin · 8 years ago
- 4acb36c Cleanup of expansion option naming by ccalvarin · 8 years ago
- 0e7051a Allow config_settings to match on constraint_values to a target_platform. This is on the way to making select() work with constraint_values re: #305. by juliexxia · 8 years ago
- 4c3ef11 Move aspect resolution out of ConfiguredTargetFunction. by gregce · 8 years ago
- bcb3c57 Create multiple ParamsFilePreProcessors to allow parsing files using the formats specified in ParameterFile.ParameterFileType. Also maintain the currently used parsing style of whitespace split arguments that allows single and double quoting and whitespace and quote escaping. This style of parsing is for a format not currently generated and will be removed once all consuming actions have been converted to using a supported format explicitly. by apell · 8 years ago
- dc17690 This time for sure: stop using --undefined dynamic_lookup in osx linking. by Googler · 8 years ago
- 3dd22a3 Add a constraint_values attribute and a target platforms attribute to the configsetting rule class. This is a step in the process of integrating platforms with selects and works towards fixing #350. by juliexxia · 8 years ago
- bef0c45 Move --build_python_zip into PythonConfiguration. by mstaib · 8 years ago
- cf03c3d remove long-deprecated incremental dexing flag that has no effect by kmb · 8 years ago
- be9ecf9 Removing deprecated field total_input_file_count. by olaola · 8 years ago
- bc66d04 Skylint: be less strict about indentation in docstrings by fzaiser · 8 years ago
- 4284f02 Delete ios_application, ios_extension(_binary), objc_binary. by allevato · 8 years ago
- 4eb697e PiperOrigin-RevId: 169422401 by Googler · 8 years ago
- 503d0d1 Add ability to write param files to disk. by tomlu · 8 years ago
- 9aafbb7 Fix unittest.bash to get the correct TEST_script path. by John Cater · 8 years ago
- cfbb869 Remove commented-out code that was accidentally checked in. by cpeyser · 8 years ago
- b20708f Only load the whitelist for Android targets if they use feature flags. by mstaib · 8 years ago
- d13badf Drop 32-bit architectures from builds with ios_mimimum_os > 11.0. by cparsons · 8 years ago
- 6f32d5a Passing Bazel metadata in gRPC headers. by olaola · 8 years ago
- e6b6d7c Improve the error message for toolchain selection when the default platform is not present. by cpeyser · 8 years ago
- e1f0b5e Remove accidental print statement. by cpeyser · 8 years ago
- 441e7a2 Expose 'registerAction' on SkylarkActionFactory. by dslomov · 8 years ago
- 0e9236b Do not put sysroot into unfiltered_compile_flags by hlopko · 8 years ago
- 17214ac Check parameter types for methods when multiple types are allowed. by dslomov · 8 years ago
- 30adfbf Revert output groups name of cc_library by pcloudy · 8 years ago
- aa1541b Delete unused BlazeUtil#SearchNullaryOptionEverywhere. by lpino · 8 years ago
- ba34494 Remove $LANG from --experimental_strict_action_env help. by Benjamin Peterson · 8 years ago
- fe0734a Add sanity check that the runfiles middleman root is a middleman root by ulfjack · 8 years ago
- 481657d Windows: Make dynamic libraries available to binary at runtime by Yun Peng · 8 years ago
- e28b772 Skylint: fix a NullPointerException by fzaiser · 8 years ago
- 27443bf Colorize Clang diagnostic output when building for Apple platforms. by Googler · 8 years ago
- 9dbe48b Move ConfiguredTargetFunction dynamic config selection to its own class. by gregce · 8 years ago
- 0bc9b3e Fix bug in NetUtil caching. by felly · 8 years ago
- c89a8ac Fix target label. by Googler · 8 years ago
- 36d2363 Add support for writing undeclared outputs to TEST_UNDECLARED_OUTPUTS_DIR and TEST_UNDECLARED_OUTPUTS_ANNOTATIONS_DIR to Bazel. by Googler · 8 years ago
- 446f0ba Switch from using Iterable to Collection in the return type to be more explicit. by shreyax · 8 years ago
- 2573540 Document the options in smaller commands. by ccalvarin · 8 years ago
- fd09d74 Always pass resource filters to aapt by Googler · 8 years ago
- a399b7c Introduce --enabled_toolchain_types, which when set to the cpp toolchain causes the cc_toolchain dependency of cc targets to be selected using the platforms/toolchains constraint solving system. by cpeyser · 8 years ago
- c034dfd Include library R classes in runtime classpath for library but not binary by Googler · 8 years ago
- 088f611 CI,windows: create test_suites for Windows tests by L?szl? Csomor · 8 years ago
- 807a9b2 LateBoundDefault: enforce access to a single fragment (or none). by mstaib · 8 years ago
- fd62e76 Automated rollback of commit 743dc14f9f30b80d6d821612f77186afb025477d. by dslomov · 8 years ago