1. 8613c90 Automated rollback of commit 2b983bdf508e010a3d4ee9dbaf446b7666749799. by cpeyser · 8 years ago
  2. 2b983bd Rollforward of c++ toolchain-relevant BUILD file and Bazel mocking changes. That is, a c++ toolchain is added, but a Bazel dependency on that toolchain is not. by cpeyser · 8 years ago
  3. aa0093b Automated rollback of commit 9d5bce66280094c0531ddfde2752e596d0d78c79. by plf · 8 years ago
  4. 9d5bce6 Add a new toolchain type for c++. In order to do this, PlatformConfiguration is made a legal configuration fragment for every rule class. by cpeyser · 8 years ago
  5. 03755ea Automated rollback of commit 363413110f3a63a11d900864be1852adbaed2899. by cpeyser · 8 years ago
  6. 3634131 Add a new toolchain type for c++. In order to do this, PlatformConfiguration is made a legal configuration fragment for every rule class. by cpeyser · 8 years ago
  7. 5bae50a Remove BuildConfiguration.useDynamicConfigurations. by gregce · 8 years ago
  8. d63ee81 Remove ConfigurationFactory as part of the static configuration cleanup. by gregce · 8 years ago
  9. 6520469 Move most test options from BuildConfiguration to TestConfiguration. by tomlu · 8 years ago
  10. da4c959 Fix confusing semantics for Attribute.Builder.allowedRuleClasses. by gregce · 8 years ago
  11. 40ddec3 Migrate tests to ctx.actions.run/run_shell. by dslomov · 8 years ago
  12. ae0b774 Implement ctx.actions.do_nothing instead of ctx.empty_action by dslomov · 8 years ago
  13. 2e84e7c Add 'ctx.actions' and implement 'ctx.action.declare_file'. by dslomov · 8 years ago
  14. aea56b3 Migrate Java tests to Truth. RELNOTES: None. by lberki · 8 years ago
  15. 3b8ffd1 Add dynamic config support for top-level configuration hooks. by gregce · 8 years ago
  16. 655c07b Don't let latebound split attributes leave the host configuration. by gregce · 8 years ago
  17. b4060b6 Refactor all ctor callsites of PathFragment to instead call a static 'create' method. by nharmata · 8 years ago
  18. a5aa916 Create "internal" category of command-line options. by Michael Staib · 8 years ago
  19. e851fe2 Restrict aspects visible to other aspects according to their advertised providers. by Dmitry Lomov · 8 years ago
  20. af0b670 With interleaving now enabled, clean up our tests. by Ulf Adams · 8 years ago
  21. 1575652 Names of extra-action protos now take into account all aspect names. by Dmitry Lomov · 8 years ago
  22. babd485 Extra-actions originating in Aspects are reported even if the rule we attach to also registers extra-actions. by Carmi Grushko · 8 years ago
  23. 76c237a Corrects some tests that fail with trimmed dynamic configurations but by Greg Estren · 8 years ago
  24. 3d48683 Clarify how startup options are conveyed between the client and the server. by Lukacs Berki · 8 years ago
  25. 9e26f0f Optimize how null configurations get created and add test infrastructure for Bazel's dep configuration creation logic. by Greg Estren · 8 years ago
  26. 1d8ba90 Split dynamic configurations mode into: by Greg Estren · 9 years ago
  27. f32a845 Rewrite tests to avoid assuming Linux-specific configuration settings. by Ulf Adams · 9 years ago
  28. ab64e59 Make --experimental_interleave_loading_and_analysis a no-op. by Ulf Adams · 9 years ago
  29. 3d65eb9 Do not load the transitive closure of the Android SDK on every build. by Lukacs Berki · 9 years ago
  30. 2655e6d Make BuildViewTest#testErrorBelowCycle properly deterministic so that it can test what it's supposed to test, as pointed out by gregce. by Janak Ramakrishnan · 9 years ago
  31. f8a1ae6 Add the repository name as a parameter to the output path functions by Kristina Chodorow · 9 years ago
  32. 247ac16 Dynamic config test improvements: by Greg Estren · 9 years ago
  33. 373e3e2 Implements dynamic split transitions on latebound attributes. by Greg Estren · 9 years ago
  34. 6f9d7d1 Error out if loading phase error encountered even if we skip analysis. Also change error messages in these cases to not assume there was an execution phase. by Janak Ramakrishnan · 9 years ago
  35. 2bc8838 Provides a clearer message when target analysis fails because its dynamic by Greg Estren · 9 years ago
  36. 120b863 Make RedirectChaser behave properly if a referenced target is not found. by Lukacs Berki · 9 years ago
  37. cc7712f Refactor QueryableGraph and ThinNodeQueryableGraph to be independent interfaces, in preparation for further changes. by Janak Ramakrishnan · 9 years ago
  38. 5b1be3a Remove the forced-legacy mode of the JvmConfigurationLoader. by Ulf Adams · 9 years ago
  39. db2df69 Remove TestConstants.THIS_IS_BAZEL; use AnalysisMock instead. by Ulf Adams · 9 years ago
  40. 2f5ca77 Adds cycle detection errors when top-level dynamic by Greg Estren · 9 years ago
  41. bba75d8 Report cycles involving aspects correctly. by Lukacs Berki · 9 years ago
  42. b5692bd Refactor cycle detection logic to handle dynamic configurations. by Greg Estren · 9 years ago
  43. 42c4935 Provide means to clearly fail tests that fail because dynamic configs by Greg Estren · 9 years ago
  44. 7971e67 Dynamic configurations: trim top-level targets, too. by Greg Estren · 9 years ago
  45. 76f0ec6 Enable interleaved loading & analysis by default. by Ulf Adams · 9 years ago
  46. 8be7fd0 Allow Skyframe tests to use the NotifyingGraph and DeterministicGraph helpers to enforce concurrency synchronization points and determinism even if they are not using an InMemoryGraph-backed evaluator. by Janak Ramakrishnan · 9 years ago
  47. 003893b Change misleading warning when an error is encountered while loading a target. We also no longer say that the target will not be built because it may well happen during a query, when no building is happening anyway. by Janak Ramakrishnan · 9 years ago
  48. e804017 Remove AspectClass.getDefinition by Dmitry Lomov · 9 years ago
  49. caf1477 Move two visibility-related loading tests to BuildViewTest. by Ulf Adams · 9 years ago
  50. 3e34a11 Properly report loading errors during configuration creation. by Ulf Adams · 9 years ago
  51. 5e8e5fe Fix configuration error handling for the interleaved case. by Ulf Adams · 9 years ago
  52. 53abece Correctly flag loading errors in the interleaved case. by Ulf Adams · 9 years ago
  53. 47838c9 Export some more tests as open source. by Ulf Adams · 9 years ago
  54. 2ac2096 Implement proper error handling for interleaved loading and analysis. by Ulf Adams · 9 years ago
  55. 2dc9508 Fix: return an error from the analysis phase with keep_going in error cases. by Ulf Adams · 9 years ago
  56. 5e573fd Store data about aspect configurations on Dependencies. by Michael Staib · 9 years ago
  57. 58581a3 Add test coverage that failures and printed errors are consistent. by Ulf Adams · 9 years ago
  58. f8ff07a Restore the test for analysis root cause reporting. by Ulf Adams · 9 years ago
  59. a4ca637 BuildView - untangle more of the methods that are only for ide info. by Ulf Adams · 9 years ago
  60. fd735f3 Migrated tests in lib/analysis to JUnit 4. by Florian Weikert · 9 years ago
  61. 79bd237 Migrated BuildViewTest to JUnit 4. by Florian Weikert · 9 years ago
  62. 904463a Default to PIC in MOCK_CROSSTOOL. by Dmitry Lomov · 9 years ago
  63. 021a365 Open-source BuildViewTest. by Dmitry Lomov · 9 years ago