aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com
Commit message (Expand)AuthorAge
* Make labels in .bzl files in remote repos resolve relative to their repoGravatar Kristina Chodorow2016-03-21
* Make ActionOwner a final class, since all non-test implementations were basic...Gravatar Janak Ramakrishnan2016-03-21
* Rollback of commit aac3b7ee0f1889c6afe4c0b4432d9f1597230dfb.Gravatar Kristina Chodorow2016-03-21
* Fixed indentation problem: 8 spaces -> 4 spacesGravatar Yun Peng2016-03-21
* Open source CreateIncSymlinkAction.Gravatar Cal Peyser2016-03-21
* Add a getGeneratingAction(ConfiguredTarget target, String outputName) method ...Gravatar Carmi Grushko2016-03-21
* Export cc build information in an aspect for IDE support.Gravatar Googler2016-03-21
* Add a new field to options called defaultMultipleValue which enables setting ...Gravatar Luis Fernando Pino Duque2016-03-21
* Description redacted.Gravatar Chris Povirk2016-03-21
* RELNOTES: Bazel warns if a cc rule's includes attribute contains up-level ref...Gravatar Janak Ramakrishnan2016-03-21
* Don't print BLAZE_HALTED_BEFORE_TESTING for tests that failed to build becaus...Gravatar Janak Ramakrishnan2016-03-21
* Allow PackageRootResolver to take in directories for findPackageRoots().Gravatar Alex Humesky2016-03-18
* Add detection of WORKSPACE cycles due to load statementsGravatar Damien Martin-Guillerez2016-03-18
* Set maximum limit on the number of actifacts shown in the output caused by co...Gravatar Googler2016-03-18
* Refactor AndroidStudioInfoAspectTestBase.Gravatar Dmitry Lomov2016-03-18
* Fix equality and comparison for SkylarkAspectClass.Gravatar Dmitry Lomov2016-03-17
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17
* Compile base classpaths for Bazel Jack support in android_sdk.Gravatar Michael Staib2016-03-17
* sandbox:Gravatar Yue Gan2016-03-17
* Add content encoding detection for downloaderGravatar Kristina Chodorow2016-03-17
* Add Python protobuf to Bazel third_party and move all protobuf targets intoGravatar David Chen2016-03-17
* Rename getGeneratingAction (which returns a SpawnAction) to getGeneratingSpaw...Gravatar Carmi Grushko2016-03-17
* Expose feature list in SkylarkRuleContext.Gravatar Dmitry Lomov2016-03-17
* Separate download library so it can be reused by generate_workspaceGravatar Kristina Chodorow2016-03-15
* Update the java_langtools flag to default to @bazel_tools//tools/jdk:langtools.Gravatar Luis Fernando Pino Duque2016-03-15
* Adds bazel_version to the native module for workspace macros.Gravatar Damien Martin-Guillerez2016-03-15
* Incremental dexing for sharded android_binary targetsGravatar Googler2016-03-15
* Add semantic tests for ExperimentalStateTrackerGravatar Klaus Aehlig2016-03-14
* Use repository_ctx for each usage of repository context.Gravatar Damien Martin-Guillerez2016-03-14
* Add repository_ctx.name to get the name of the repositoryGravatar Damien Martin-Guillerez2016-03-14
* Cleanup AbstractQueueVisitorTest, simpleCounter in particularGravatar Mark Schaller2016-03-11
* Enforce the current ordering semantics for GlobFunction. These semantics areGravatar Janak Ramakrishnan2016-03-11
* Skylark repositories: added path.readdir() to list a directoryGravatar Damien Martin-Guillerez2016-03-11
* Expose runfiles symlink functionality in SkylarkGravatar Googler2016-03-11
* Quick fix for AbstractQueueVisitorTest.simpleCounter test flakeGravatar Mark Schaller2016-03-09
* Skylark: improved documentation and error messages of getattr() and hasattr()...Gravatar Florian Weikert2016-03-08
* Allow custom RuleDefinitions in PackageLoadingTestCase.Gravatar Googler2016-03-08
* Detect and warn about runfiles conflicts.Gravatar Googler2016-03-08
* Adds ResourceShrinkerAction to android_binary targets if they use Proguard an...Gravatar Andrew Pellegrini2016-03-08
* Add unsetComputedValue method to GraphTesterGravatar Mark Schaller2016-03-08
* Skylark: implement dict.updateGravatar Laurent Le Brun2016-03-08
* Support android_resources in Android Studio.Gravatar Googler2016-03-08
* Add comments to intellij_info Skylark aspect.Gravatar Dmitry Lomov2016-03-08
* Clean up some testing code: don't have following tests fail from the Tracking...Gravatar Janak Ramakrishnan2016-03-08
* Allow AbstractQueueVisitor implementations to introspect on active worker cou...Gravatar Eric Fellheimer2016-03-04
* Rollback of commit b8101f57681f292a9ec312a9cbbc84ac4ec0668d.Gravatar Dmitry Lomov2016-03-04
* Add types to implicit generics for JDK 7Gravatar Kristina Chodorow2016-03-03
* Python provider is now available in SkylarkGravatar Yun Peng2016-03-03
* Use static creation method for SkyKey. This allows interning SkyKeys as they ...Gravatar Janak Ramakrishnan2016-03-03
* Global cleanup change.Gravatar Googler2016-03-02