bazel /
bazel /
c7c25d9bc86cc5565b4f5a32a08a0ff22a6aa95d - c7c25d9 Send the output of spawns ran in worker processes to the outErr of the execution context instead of printing it to System.err. by Philipp Wollermann · 10 years ago
- 0f7ba34 Move global objects to Runtime by Francois-Rene Rideau · 10 years ago
- 6c29d57 For standalone tests, cd into the workspace directory before running the test script. by Chris Parsons · 10 years ago
- 676905a Fixes to Skylark function call by Francois-Rene Rideau · 10 years ago
- b4d58a2 Remove the OFFLINE coverage file constant. by Ulf Adams · 10 years ago
- 70265ec Skylark: All executable rules now have an attribute 'args'. by Florian Weikert · 10 years ago
- 053d4a3 Make sidebar use more descriptive names by Kristina Chodorow · 10 years ago
- c9fa5a61 Fixed typos on using error prone with Bazel. by John Shimek · 10 years ago
- 21d262f For Java, only collect .java source files for coverage. by Ulf Adams · 10 years ago
- ff62b9b Create baseline coverage actions for local sources only and aggregate. by Ulf Adams · 10 years ago
- c9fa708 Renamed the installer to bazel-$VERSION-installer-$PLATFORM.sh by Damien Martin-Guillerez · 10 years ago
- d0b4d5e Refactor the InstrumentedFilesCollector. by Ulf Adams · 10 years ago
- 65536bf Fix namespace-sandbox executable name. by Dmitry Lomov · 10 years ago
- fc154ae Drop the baseline artifact output group. by Ulf Adams · 10 years ago
- a1d9396 Add detections for installed JDK and unzip in the Bazel installer. by Damien Martin-Guillerez · 10 years ago
- ea9a436 Add the tools/defaults/BUILD file to the installer script by Damien Martin-Guillerez · 10 years ago
- 3a160e7 Add support for compression in //third_party/ijar:zipper by Damien Martin-Guillerez · 10 years ago
- 7ace500 Only print the label (and not the configuration hash key) for error messages with --keep_going. by Lukacs Berki · 10 years ago
- 21ade15 Fix breakage of bazel_sandboxing_test:test_sandbox_block_filesystem. by Philipp Wollermann · 10 years ago
- a807ad6 Fix small issues in contributing.md. by Philipp Wollermann · 10 years ago
- 321ff5d Update windows.md before Beta by Dmitry Lomov · 10 years ago
- 1d971c1 Merge the baseline coverage code path into the coverage codepath. by Ulf Adams · 10 years ago
- 30c6e95 Remove the deprecated unused addTransitiveLangTargets method. by Ulf Adams · 10 years ago
- c061bed Normalize usage of "workspace", "workspace directory" and "build root" in by Googler · 10 years ago
- c5c695a Allow value equality in some MemoizingEvaluatorTest tests. by Janak Ramakrishnan · 10 years ago
- 42b02ee Check argument isn't null when creating TransitiveTraversalValue error values by Michajlo Matijkiw · 10 years ago
- f832d79 Description redacted. -- MOS_MIGRATED_REVID=101809192 by Janak Ramakrishnan · 10 years ago
- 805e4d9 Presize some collections at the core of ParallelEvaluator by Michajlo Matijkiw · 10 years ago
- 8aca47e Add a convenience method to InstrumentedFilesCollector. by Ulf Adams · 10 years ago
- cc010b8 Roll back "When a Skylark macro creates a native rule, it also..." by Michajlo Matijkiw · 10 years ago
- 73fa203 Move PackageIdentifier to cmdline by Kristina Chodorow · 10 years ago
- 0f49956 In GlobVisitor, use a ConcurrentHashSet and sort the results at the end rather than use a synchronized TreeSet that maintains the result in sorted order. by Nathan Harmata · 10 years ago
- 5d83e0f Fix required fragments for Bazel j2objc_library rule. by Rumou Duan · 10 years ago
- df6a308 Fix Jack's proguard specs. by Michael Staib · 10 years ago
- 601be74 Fixes #400: Linux sandboxing and relative symbolic links. by Philipp Wollermann · 10 years ago
- 72545d5 When a Skylark macro creates a native rule, it also sets the following rule attributes: generator_{function, name, location} by Florian Weikert · 10 years ago
- 76429bb Remove an unnecessary semicolon. by Ulf Adams · 10 years ago
- 768cbc4 Add profiling for Skylark lexer, parser, user- and built-in functions. by Googler · 10 years ago
- 866917f Inline Constants.IOS_DEVICE_RULE_CLASSES. by Ulf Adams · 10 years ago
- f608b72 Remove the WATCHFS_BLACKLIST from Constants.java. by Ulf Adams · 10 years ago
- 750909c Push local and shard_count documentation. by Ulf Adams · 10 years ago
- bd42b38 Improve documentation and error messages for sets. by Laurent Le Brun · 10 years ago
- 991bf2d Fix a typo. by Ulf Adams · 10 years ago
- 53c3ce1 Fix $(location //external:some_tool) expansion for genrules. by Brian Silverman · 10 years ago
- 2ef4ef4 Fix C++ link order for py_library and py_binary rules. by Ulf Adams · 10 years ago
- 05c5daa Make dangling symlinks in external repositories work to some degree. by Lukacs Berki · 10 years ago
- ff8fb25 Don't unnecessarily concatenate Strings just for an error message in an IllegalStateException that might not be thrown at all. by Nathan Harmata · 10 years ago
- ac1783a Presize the LinkedHashSet to which we add glob results. by Nathan Harmata · 10 years ago
- 7566563 Add a @deprecated annotation to Runfiles#addArtifacts. by Carmi Grushko · 10 years ago
- 8da9409 Avoid internal resizing when converting ListType. by Eric Fellheimer · 10 years ago
- 718eb92 Change blaze default arguments for ObjC 'fastbuild' to match better -DDEBUG=1 (from -DDEBUG). by Googler · 10 years ago
- b5e112b Stop removing onlyLoadingPhase bindings by Francois-Rene Rideau · 10 years ago
- a954fae Avoid repeated copies of RuleClass attributes. by Eric Fellheimer · 10 years ago
- ff938b3 Verify values for selects in attributes with allowed values. by Michael Staib · 10 years ago
- 28a67609 Only construct ErrorInfo string when error is not a cycle by Mark Schaller · 10 years ago
- 704e778 Always create a generating action for _proguard.jar, even if no specs are specified. by Michael Staib · 10 years ago
- 9b38b2c Be resilient to a non-decreasing clock in BlazeRuntime#recordLastExecutionTime. Also add @Nullable annotations as appropriate. by Nathan Harmata · 10 years ago
- 41d19f0 Improve debugging of EvalException by Francois-Rene Rideau · 10 years ago
- 145b701 Make load() work in remote repositories too. by Lukacs Berki · 10 years ago
- 2ccd056 Expose FilesToRun provider to Skylark. by Brian Silverman · 10 years ago
- a37e86c EvalExceptionWithStackTrace does no longer remove non-EvalException exceptions from its cause. by Florian Weikert · 10 years ago
- eb4f2ad Fix link order for all rules using the java library helper. by Ulf Adams · 10 years ago
- 74265b3 Basic groovy_test support by Erik Kuefler · 10 years ago
- 047b324 Remove the awkward default value marker from --symlink_prefix. by Lukacs Berki · 10 years ago
- 77303b4 Ensures that EvalExceptionWithStackTrace does not have an empty exception message. by Florian Weikert · 10 years ago
- 47107aa Distinguish between user-supplied ios_cpu and the default, and don't propagate the default to the XCode project control. by Michael Thvedt · 10 years ago
- 2e243a6 Description redacted. -- MOS_MIGRATED_REVID=101635740 by Michajlo Matijkiw · 10 years ago
- 1d564df Expose the #asByteSource() method in FileSystemUtils. by Eric Fellheimer · 10 years ago
- 3a8ddcc Add a isLoadingPhase flag to Environment by Francois-Rene Rideau · 10 years ago
- 6c44c58 Description redacted. -- MOS_MIGRATED_REVID=101598188 by Michajlo Matijkiw · 10 years ago
- 6e7160d Create ValidationEnvironment from Environment by Francois-Rene Rideau · 10 years ago
- c6fa0c1 Fix a bug in which the XcodeGen generates two Xcode target with the same name (case-insensitive). by Rumou Duan · 10 years ago
- 88bee7b Use a concurrent LoadingCache for SkylarkType.Simple as opposed to having to hold a global lock in order to get a skylark type. by Nathan Harmata · 10 years ago
- 4e6bf64 Fix check for srcs-less android_* rules by Liam Miller-Cushon · 10 years ago
- 80532fd Expose java_import and android_library information to skylark by Liam Miller-Cushon · 10 years ago
- b4114cc Add string.capitalize() by Laurent Le Brun · 10 years ago
- c1d54ec Skylark stack traces are now displayed in Python format. by Florian Weikert · 10 years ago
- 4811410 Make writes thread-safe during local tests by opening files with O_APPEND. by Eric Fellheimer · 10 years ago
- b5c3b3a Import MethodLibraryTest.java into bazel by Francois-Rene Rideau · 10 years ago
- 3c620c0 Clean up the link command action code a bit. by Ulf Adams · 10 years ago
- 8dc5fb2 Fix word wrapping determinism on BSD / Linux by Damien Martin-Guillerez · 10 years ago
- 8137e2a Also add "bazel version" to the table of contents of the User's Guide. Not my best day today. by Lukacs Berki · 10 years ago
- 4f265d0 Add the "version" and "mobile-install" commands to the User's Guide. by Lukacs Berki · 10 years ago
- 418b255 Remove the callback that allowed excluding files from deletion. by Ulf Adams · 10 years ago
- a60b01b Make Bazel compile (a previous change added a graph -> jsr305 dependency that was not reflected in the BUILD file) by Lukacs Berki · 10 years ago
- 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