- 9d0f914 Implementation of AndroidStudioIdeInfoAspect. by Dmitry Lomov · 10 years ago
- c703691 Fix crash on deserializing INTEGER_LIST attributes in packages. by Eric Fellheimer · 10 years ago
- bd55911 bazel --xcode_version flag to forward an environment variable XCODE_VERSION_OVERRIDE to executors if specified by Chris Parsons · 10 years ago
- 6d7a0a6 Collect Skylark profile info and create HTML statistics when --html_details given by Googler · 10 years ago
- 7ba1731 Change ios_test to reflect experimental_ios_test functionality on mac. by Chris Parsons · 10 years ago
- c3a8d2f Mention --ignore_unsupported_sandboxing in the warning message about unavailable sandboxing. by Philipp Wollermann · 10 years ago
- 410405e Skylark documentation: use the same table of content everywhere. by Laurent Le Brun · 10 years ago
- 2b1763a Change URLs to bazelbuild by Kristina Chodorow · 10 years ago
- fdfdd92 Inject the prelude path through the rule class provider. by Ulf Adams · 10 years ago
- 5c54bdc Allow for customization of the per-build system call caches used in Skyframe. by Eric Fellheimer · 10 years ago
- 663f7c4 Don't pass temporary direct deps to environment when bubbling up. by Janak Ramakrishnan · 10 years ago
- 7cdb722 Change the order of header search paths in XcodeProvider to link order, which is in line with the order of similar fields in ObjcProvider used for Bazel build. by Rumou Duan · 10 years ago
- 2193f32 Make FileSystemUtils#asByteSource() private again by Michajlo Matijkiw · 10 years ago
- 747472c Switch J2ObjC transpilation and dead code removal actions to use parameter files. by Rumou Duan · 10 years ago
- d23b7fb Switches AndroidRobolectricTest to using .aars to provide transitive resources to the test runner instead of ResourceContainers. Update AndroidLibraryAarProvider to contain transitive closure of .aars. Provides an ~4x speed improvement in test startup time. by Andrew Pellegrini · 10 years ago
- a7deb78 Make full location serialization for packages optional by Michajlo Matijkiw · 10 years ago
- 24739a6 Change default value of objc_per_proto_includes to match new value in .blazerc by Googler · 10 years ago
- 6d9ca5b Prefetch children of node being checked for cycles, in case graph implementation caches batched results. by Janak Ramakrishnan · 10 years ago
- 2ae29de Remove useless graph.get call, since we already have entry. by Janak Ramakrishnan · 10 years ago
- 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
- 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
- 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
- 7ace500 Only print the label (and not the configuration hash key) for error messages with --keep_going. by Lukacs Berki · 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
- 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
- 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
- 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
- 3c620c0 Clean up the link command action code a bit. by Ulf Adams · 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
- 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
- 8e17c85 Get rid of unnecessary synchronization. This is a contention point when we have lots of threads. by Nathan Harmata · 10 years ago
- 0004943 Implement the core structure for dynamic configurations. by Greg Estren · 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
- 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
- ab60010 Rules created by Skylark macros now have values for the attributes generator_name and generator_function. by Florian Weikert · 10 years ago