- 2cea8bc Support aliases in the --experimental_stl attribute. by Lukacs Berki · 8 years ago
- 5e9d915 Fix AndroidBinaryTest on Windows. by Adam Michael · 8 years ago
- a5aa916 Create "internal" category of command-line options. by Michael Staib · 8 years ago
- 42d313f Open source some tests for android_binary. by Adam Michael · 8 years ago
- 950ff66 Open source ApkManifestActionTest. by Adam Michael · 8 years ago
- 75795fa Fix PathPackageLocatorTest to do case-insensitive string checks. by John Cater · 8 years ago
- 3f86e67 Fix Label.toShorthandString() with non-main/default repository by Googler · 8 years ago
- 59180a4 Add SpawnInputExpander helper class to arrange runfiles for spawn strategies by Ulf Adams · 8 years ago
- 7ac6d59 Add caching of computed file digests based on file metadata. by Julio Merino · 8 years ago
- 4ccabd3 Simplify Attribute.Configurator, add dynamic configs support. by Greg Estren · 8 years ago
- 278b58e Refactor scheduling of LTO Backend actions into CppLinkActionBuilder by Googler · 8 years ago
- 95a4dd0 A partial, manual rollback of commit 7af14dfdbd6addb779226c0a103b2a8dc72c16b1. by Lukacs Berki · 8 years ago
- 7807b6c Global cleanup change. by Googler · 8 years ago
- 4ede8fd Open-source AndroidCommonTest.java. by Adam Michael · 8 years ago
- 3a26d69 Clarify the log lines used when a command is interrupted to more obviously disambiguate the case where the blaze grpc client tells the blaze grpc server to cancel a running command (e.g. the blaze user ctrl+c's the blaze client) between the case a streaming rpc call gets cancelled (e.g. when the grpc client hangs up). by Nathan Harmata · 8 years ago
- fb2d38b Improve query error msg when a package has a broken Skylark load by Mark Schaller · 8 years ago
- ddaa4b7 Add the remote_execution_properties attribute to the platform() rule. by John Cater · 8 years ago
- 3695880 Add java_common.create_provider to allow creating a java_common.provider by Irina Iancu · 8 years ago
- 4baedc7 Create ExperimentalTestRunner which is just the same as BazelTestRunner, but a testbed of upcoming changes, without breaking existing test targets. by Kush Chakraborty · 8 years ago
- cb8a5e2 Make Bazel build with MSVC-default-toolchain Bazel by Yun Peng · 8 years ago
- 7f7d6d2 Introduce strip_debug_symbols feature to crosstool by Marcel Hlopko · 8 years ago
- 967de73 Do not create symlink pointing at itself with strip_include_prefix/include_prefix by Marcel Hlopko · 8 years ago
- 2a71582 Support composed dependency transitions with dynamic configs. by Greg Estren · 8 years ago
- 087dccc Global cleanup change. by Googler · 8 years ago
- 4e56484 Fix buildtools test on Windows by Kristina Chodorow · 8 years ago
- 17e2033 Don't update the action locality for actions with a null owner by Ulf Adams · 8 years ago
- d345cf9 StandaloneTestStrategy sets the full list of outputs on the test spawn by Ulf Adams · 8 years ago
- e642558 Add support for --flagfile=flagfile.txt args in addition to the usual @flagfile.txt style. by Philipp Wollermann · 8 years ago
- 8ff5a87 Allow declared providers in attribute and aspect defintions. by Dmitry Lomov · 8 years ago
- 04c71be Support declared providers in AdvertisedProviderSet. by Dmitry Lomov · 8 years ago
- 584843e Remove all the action resource estimation code by Ulf Adams · 8 years ago
- 934c1d5 Allow ' ', '(', ')' and '$' in labels by Damien Martin-Guillerez · 8 years ago
- 0768f3e PathFragment comparisons are now platform-aware by László Csomor · 8 years ago
- 6c28fe9 Support declared providers for aspects by Vladimir Moskva · 8 years ago
- dfffa11 Global cleanup change. by Googler · 8 years ago
- 371b0dc Fix JarFilterTest on Windows by Yun Peng · 8 years ago
- 4e79e80 Post DownloadProgressEvents in ProgressInputStream by Klaus Aehlig · 8 years ago
- cddaaa6 Rationalize local resource acquisition by Ulf Adams · 8 years ago
- 654717f Refactor implementation of native and Skylark declared providers. by Dmitry Lomov · 8 years ago
- 8351464 Improve error message for the 'in' operator. by Laurent Le Brun · 8 years ago
- 9954ef0 Adding name setting to @Parameters annotation, so that tests have consistent by John Cater · 8 years ago
- 4f2b41d Add platform rule to define a platform as a collection of constraint values. by John Cater · 8 years ago
- 5c06b43 Make ExperimentalStateTracker aware of DownloadProgressEvents by Klaus Aehlig · 8 years ago
- 950310f Rollback of commit 34ffc4cab1b6cdde54e5945427b79c24fff39aa5. by Dmitry Lomov · 8 years ago
- 34ffc4c Rollback of commit 01120026dc313ee7ad9ea95069a29252eb19173b. by Jon Brandvein · 8 years ago
- 6cd9897 Do not execute aspect implementation if target advertizes but fails to provide a provider. by Dmitry Lomov · 8 years ago
- 0112002 Export exportable values as we go instead of at the end of evaluation. by Dmitry Lomov · 8 years ago
- 8c00f39 Improve handling of unknown NDK revisions in android_ndk_repository. by Adam Michael · 8 years ago
- 2f11192 Convert --use_action_cache to a regular option by Googler · 8 years ago
- 8c3a4ef BEP: Add BuildFinished event. by Jakob Buchgraber · 8 years ago
- 691fbc1 Add constraint_setting and constraint_value rules, to enable defining by John Cater · 8 years ago
- 5ea2b14 Clean up the semantics of input discovering actions a bit by making updateInputs() and inputsKnown() non-overridable and removing setInputs(). by Lukacs Berki · 8 years ago
- 8afbd3c Move UnixFileSystem to lib.unix, WindowsFileSystem to lib.windows by Ulf Adams · 8 years ago
- fb64609 BEP: Add tags and output files to TargetComplete event by Jakob Buchgraber · 8 years ago
- 738e572 sandbox should create regular empty files, not symlink to /dev/null. by Philipp Wollermann · 8 years ago
- 949b7b5 Clean up event bus by Klaus Aehlig · 8 years ago
- 777b30d Provide more reporting options to SkyFunctions by Klaus Aehlig · 8 years ago
- 67fa75a Add is_external support to PackageManifestParser. by Googler · 8 years ago
- 5e9e194 Add the LABEL_KEYED_STRING_DICT type for attributes. by Michael Staib · 8 years ago
- d83af9e Report inconsistent aspect order error to the user. by Dmitry Lomov · 8 years ago
- a8fc49b Expose rpath entries as a build variable by Marcel Hlopko · 8 years ago
- 5778444 Remove ctx.aspect_id and Target.aspect_ids. by Dmitry Lomov · 8 years ago
- 503c2f7 Add ctx.aspect_ids, deprecate ctx.aspect_id and Target.aspect_ids. by Dmitry Lomov · 8 years ago
- f2eacf0 str.partition and str.rpartition return tuples instead of lists by Vladimir Moskva · 8 years ago
- 8c539ea Use skylark-preferred quote char for string literal by Michajlo Matijkiw · 8 years ago
- 8b2e245 Replace the fancy, lockless, and incorrect BoundedMultisetSemaphore and with a boring naive synchronized implementation. by Nathan Harmata · 8 years ago
- 6b4a8b3 Allow absolute symlinks in TreeArtifacts. Let the downstream action (if there is one) worry about it. by Janak Ramakrishnan · 8 years ago
- d5912eb Add detailed rule class/label info when report attribute checking error by Liangliang He · 8 years ago
- 2fe062b If dynamic configurations are turned on, ruleclass configuration transitions by Cal Peyser · 8 years ago
- 85cc043 Skylark documentation pipeline automatically generates documentation for all Skylark modules. by Florian Weikert · 8 years ago
- cf9a2b6 Rollback of commit e49886c55a7e2cfd6dd1fc52b037dc2d5a6ca019. by Adam Michael · 8 years ago
- 23ba4a8 Augmented assignments don't evaluate lhs multiple times by Vladimir Moskva · 8 years ago
- 9739b47 Move Classpath.java from src/test/... to src/main/... since it will be used by the documentation generation in the future. by Florian Weikert · 8 years ago
- 46bf88c parseBuildString doesn't crash on files with hash lines. by Carmi Grushko · 8 years ago
- 54b9d2c Raise error in function calls when star argument is not iterable by Laurent Le Brun · 8 years ago
- 1a54aa6 Make android_ndk_repository api_level attribute optional. by Adam Michael · 8 years ago
- 8242313 Improve AndroidSdkRepositoryTest. by Adam Michael · 8 years ago
- b1d3f5f Progress on Skylarkified java_lite_proto_library. by Irina Iancu · 8 years ago
- e36a66c Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde. by Dmitry Lomov · 8 years ago
- 76cb02e Make the interface dynamic library builder a regular label instead of a magic artifact. by Lukacs Berki · 8 years ago
- 5d2ae52 Move FileAccessException to the vfs package by Ulf Adams · 8 years ago
- 2b690e3 Do not sort dict keys when printing by Vladimir Moskva · 8 years ago
- 0fd73d6 --proto_compiler points at @com_google_protobuf//:protoc by Carmi Grushko · 8 years ago
- 00502a7 Migrate to java_runtime{,_suite} by Liam Miller-Cushon · 8 years ago
- bef19d1 Rollback of commit 8fb311b4dced234b2f799c16c7d08148619f4087. by Dmitry Lomov · 8 years ago
- 4b73e97 Roll forward execroot change by Kristina Chodorow · 8 years ago
- b222872 Global cleanup change. by Liam Miller-Cushon · 8 years ago
- a2d61fa Skip computing digests when --use_action_cache=false. by Googler · 8 years ago
- 7f0cd62 Disallow comparison of objects of different types in Skylark by Vladimir Moskva · 8 years ago
- 4f3b582 Generate documentation for bool and int types. by Laurent Le Brun · 8 years ago
- 81f92fe Windows: use JNI CreateJunction in Java code by Laszlo Csomor · 8 years ago
- 4f94bc3 Bump up the time we are willing to wait for gRPC to start up in GrpcServerTests. by Lukacs Berki · 8 years ago
- 2a0bb37 Early support for code generation directly from C++ module files. This can by Googler · 8 years ago
- 6a6fb3a Skylark repositories: add FileValue hash codes to the marker file by Damien Martin-Guillerez · 8 years ago
- e851fe2 Restrict aspects visible to other aspects according to their advertised providers. by Dmitry Lomov · 8 years ago
- 564940d Remove type checking requirement from AttributeMap.has. by Greg Estren · 8 years ago
- d4d7fca BuildFileAST.eval() doesn't execute the code when there's a static error. by Laurent Le Brun · 8 years ago
- db5f2e4 Search for Test classes within the classpath used by the current classloader, instead of the system classpath. (2nd Attempt) by Kush Chakraborty · 8 years ago
- a751f92 Refactoring: Types report what class of labels they contain. by Michael Staib · 8 years ago
- 8fb311b Reinstate idleness checks where the server self-terminates when it's idle and there is either too much memory pressure or the workspace directory is gone. by Lukacs Berki · 8 years ago