bazel /
bazel /
e2fa64dc550e8b1a16759e46400226592f75e40f - e2fa64d Fix Java skylark example tests by Kristina Chodorow · 10 years ago
- 3a0c1b1 Move bundle_id storage from BundleMergeControlBytes to Bundling to fix a case of nested bundles. by Googler · 10 years ago
- 76d5877 Fix forgotten assignment. by Han-Wen Nienhuys · 10 years ago
- 83c7454 Return the set of files found when discovering inputs. Skyframe will probably want to store these and may declare dependencies in advance so all metadata is present in the graph. by Janak Ramakrishnan · 10 years ago
- 4dc828a Initial version of Bazel Feature Roadmap document. by John Field · 10 years ago
- c359fd01 Skylark: Improve support for mixing with Python-preprocessing. by Laurent Le Brun · 10 years ago
- 56dd176 structured_resources allows directories in .app. by Peter Schmitt · 10 years ago
- 05b35d9 Populate a new local repository with the files, not dir by Kristina Chodorow · 10 years ago
- 4be87ee Update Skylark doc wrt Python-preprocessing interaction. by Laurent Le Brun · 10 years ago
- d7051a4 Glob documentation is updated. by Googler · 10 years ago
- da1a21a BazelFilegroupRule is documented. by Googler · 10 years ago
- f046d36 Added Eclipse project configuration for Bazel by Damien Martin-Guillerez · 10 years ago
- 8fef6db Do not require a WORKSPACE file to load the external pkg by Kristina Chodorow · 10 years ago
- 7cf2365 Record statistics about dirty output files detected in the output tree. by Miguel Alcon Pinto · 10 years ago
- f4f8c66 Compiling protos should generate coverage files(.gcno) if in coverage mode. by Googler · 10 years ago
- a07baee Productionize Bazel's skylark go rules. by Han-Wen Nienhuys · 10 years ago
- 7ecb764 Fix the paths of Bazel's jdk package by Damien Martin-Guillerez · 10 years ago
- 6b24ea4 Document Bazel's java_{binary,library,plugin,import} rules. by Laszlo Csomor · 10 years ago
- b6ab6f2 Misc Skylark cleanups and small features by Francois-Rene Rideau · 10 years ago
- c00a757 Allow ios_test to override the GCOV environment variable by Daniel Wagner-Hall · 10 years ago
- c513e11 Open-source ijar's tests by Damien Martin-Guillerez · 10 years ago
- a5a11203 Make the BE docgen's code a bit nicer. by Laszlo Csomor · 10 years ago
- 91ec274 A minor documentation change in OutputGroupProvider. by Lukacs Berki · 10 years ago
- 47782da Force log flush at the end of a command execution. by Miguel Alcon Pinto · 10 years ago
- 730e317 Increase exception specificity in getPackage by Mark Schaller · 10 years ago
- c7a6e36 Skylark: Show ordering when pretty-printing sets. by Laurent Le Brun · 10 years ago
- 50fe7e1 RELNOTES: Expose getWorkspaceName as ctx.workspace_name in Skylark. by Han-Wen Nienhuys · 10 years ago
- e9fb80b Exempt Bazel WORKSPACE rules from constraint checking. by Greg Estren · 10 years ago
- 08e696d Change workspace_root to be SOURCE_ROOT, so that AppCode works by Googler · 10 years ago
- a10df6a Add javax.inject to Bazel by Kristina Chodorow · 10 years ago
- 0a552153 Add README.txt to third party's ijar by Damien Martin-Guillerez · 10 years ago
- c533acd Revert the recent changes that made some skyframe-internal data structures serializable; alternative graph implementations no longer need these. by Nathan Harmata · 10 years ago
- 9b37002 Introduce KeyedLocker, a nice concurrency abstraction for managing lots of mutexes, and RefCountedMultisetKeyedLocker, an efficient implementation of this abstraction. by Nathan Harmata · 10 years ago
- 539f7ad Fix architecture names in XcodeGen (missing 'v'). by Peter Schmitt · 10 years ago
- e916e08 Stop repeating the repository name as pkg name for local repos by Kristina Chodorow · 10 years ago
- dc007e6 Remove unneeded code by Kristina Chodorow · 10 years ago
- ba1311e Fix the example usage for CompileOrderExpander. by Michael Staib · 10 years ago
- 9901cfb Remove obsolete comment about labels-crossing-subpackage check happening in legacy package loading. It now happens in skyframe package loading. by Nathan Harmata · 10 years ago
- df22aaf Add the method InMemoryNodeEntry#getGroupedDirectDeps so callers can access the ordered list of grouped deps. by Nathan Harmata · 10 years ago
- c8988c8 Convert binding exception to something that's actually caught in PackageFunction by Kristina Chodorow · 10 years ago
- c04c88f Some constraint enforcement tweaks: by Greg Estren · 10 years ago
- 5284f32 Allow BUILD files directly under the build root by Kristina Chodorow · 10 years ago
- 375b881 Skylark: Expose non_empty flag for list/dict attributes. by Laurent Le Brun · 10 years ago
- 1f82079 Remove the unused and weird "omit a random symlink from the runfiles being merged" functionality from Runfiles.Builder. by Lukacs Berki · 10 years ago
- 8955995 Remove the extra action example and create an extra action test by Kristina Chodorow · 10 years ago
- e6d3524 The info command keys now contain the correct product name by Laurent Le Brun · 10 years ago
- ac27114 Rewrite fromhost/BUILD on each compile.sh run by Kristina Chodorow · 10 years ago
- 795895a Some more cleanup. by Ulf Adams · 10 years ago
- 0bacd7c List boolean type as "bool", which is what Skylark actually wants. by Han-Wen Nienhuys · 10 years ago
- 5bd680e Add javax.inject jar by Kristina Chodorow · 10 years ago
- 3e9bab3 Restore Skylark "support" for inheritance by Francois-Rene Rideau · 10 years ago
- bb46c87 RELNOTES[NEW]: The "args" attribute of *_binary and *_test rules now support expanding $(location //some/deps) by Damien Martin-Guillerez · 10 years ago
- 42bece1 Add --target_environment flag. This declares the environment (or set of environments) by Greg Estren · 10 years ago
- 24b69a7 Fix Bazel compile by Kristina Chodorow · 10 years ago
- 4ebe224 RELNOTES: Added ios_memleaks flag which when enabled will check the test application for memory leaks. by Googler · 10 years ago
- 8c8be38 Get rid of remaining timing assertion in InterruptibleTest. by Han-Wen Nienhuys · 10 years ago
- 65562a2 List of file extensions supported in BaselineCoverageAction is moved to Constants. by Googler · 10 years ago
- 07dba94 Some cleanup changes. by Ulf Adams · 10 years ago
- a34d507 Skylark: fix auto type conversion between the BUILD language and Skylark. SkylarkList#toList() behaves consistently for all implementations. by Googler · 10 years ago
- 0776763 Fixed paths for bazel-core java_library by Damien Martin-Guillerez · 10 years ago
- 695b4c8 Removed unsupported common attributes documentation by Damien Martin-Guillerez · 10 years ago
- f014b3c Remove extra .toString() calls from Bazel's Constants. by Laszlo Csomor · 10 years ago
- cba3d7e Make the factory methods public in ValueWithMetadata. This might be needed for alternate graph implementations. by Nathan Harmata · 10 years ago
- 19c3f94 Change the default value for test_output to "errors". by Googler · 10 years ago
- 8c1b6c6 More blaze/bazel name cleanup in help messages. by Laurent Le Brun · 10 years ago
- a1a2938 Use the correct product name in Bazel command help by Laurent Le Brun · 10 years ago
- 586638f Help: Use the correct product name (blaze/bazel) in command help. by Laurent Le Brun · 10 years ago
- 533ebbf HelpCommand: Display the correct name (blaze/bazel). by Laurent Le Brun · 10 years ago
- 4f7e142 Update README example by Kristina Chodorow · 10 years ago
- 07d744b Fixed the compile.sh path for JavaBuilder's source by Damien Martin-Guillerez · 10 years ago
- 9ec9d54 Build encyclopedia: moved the HTML out of the java class into templates by Damien Martin-Guillerez · 10 years ago
- 2d96dc7 Undocument some MakeVars in Bazel's BE. by Laszlo Csomor · 10 years ago
- 6682966 Description redacted. -- MOS_MIGRATED_REVID=87698104 by Nathan Harmata · 10 years ago
- 9b89592 Description redacted. -- MOS_MIGRATED_REVID=87694599 by Laszlo Csomor · 10 years ago
- cc34ba0 Fix for flaky hanging unit test by Mark Schaller · 10 years ago
- 7a6c624 Add documentation for workspace() by Kristina Chodorow · 10 years ago
- e677a91 Change the name of the runfiles constant by Kristina Chodorow · 10 years ago
- 7c5eefb Add an AnalysisMock for Bazel; all the analysis action tests pass. by Ulf Adams · 10 years ago
- 825603c Open-sourcing BazelJavaCompiler. by Damien Martin-Guillerez · 10 years ago
- 619e86b Mark the abi and abi_deps attributes as deprecated in Bazel. by Ulf Adams · 10 years ago
- 4e86f27 Inline a couple of methods from FoundationTestCase. Having these convenience by Ulf Adams · 10 years ago
- 1e79b96 Rename TopLevelArtifactProvider to OutputGroupProvider. by Lukacs Berki · 10 years ago
- cefec05 Use Truth instead of custom code. by Ulf Adams · 10 years ago
- db42e6b Description redacted. -- MOS_MIGRATED_REVID=87594852 by Manuel Klimek · 10 years ago
- 05a0494 Skylark: 'enumerate' function is fixed (see the extra check in MethodLibraryTest#testEnumerate), it returns a SkylarkList of tuples. by Googler · 10 years ago
- 2cbac1f Add J2ObjC support for proto option: "objc_class_prefix", which provides prefix names for generated protos. by Googler · 10 years ago
- c673a82 Minor cleanups in Skylark by Francois-Rene Rideau · 10 years ago
- edf7bdb Publish a static ASTNode setLocation by Francois-Rene Rideau · 10 years ago
- 39fc88c Generate Build Encyclopedia and Skylark API doc for Bazel. by Laszlo Csomor · 10 years ago
- f01b229 Improve C++ example by Kristina Chodorow · 10 years ago
- b579b94 Get runfiles prefix from the WORKSPACE file by Kristina Chodorow · 10 years ago
- c9bacf1 Do not use module maps if the crosstool doesn't support them when using the by Manuel Klimek · 10 years ago
- d8336c1 Automated [] rollback of []. by Matthew DeVore · 10 years ago
- e5e5ec6 Open-source JavaToolchainDataParser by Damien Martin-Guillerez · 10 years ago
- d4652bf The BE generator now warns if rules are undocumented. by Laszlo Csomor · 10 years ago
- f249d76 Fix race condition in SkylarkType.of by Francois-Rene Rideau · 10 years ago
- 2e85a96 Make third_party's README.md actually markdown-formatted by Kristina Chodorow · 10 years ago
- a9f184a Scope the paths of objc compilation artifacts from J2Objc-generated code using both the associated Java target label and the binary/test target that generates the compilation action. This fixes a bug in which two binary/test targets containing the same Java target to translate leads to shared actions when users execute more than one such binary/test targets in a single Blaze invocation. by Googler · 10 years ago
- 91876f0 Make Rule know about the name of the workspace it is in. by Kristina Chodorow · 10 years ago
- 79f0521 Move BuildViewTestCase to the lib.analysis.util package. by Ulf Adams · 10 years ago