1. f17fd4d Remove unused Composition<T> abstraction by Chuck Jazdzewski · 4 years, 11 months ago
  2. b0040ef Merge "Re-enable compose runtime tests" into androidx-master-dev by Treehugger Robot · 4 years, 11 months ago
  3. fff2da2 Re-enable compose runtime tests by Chuck Jazdzewski · 4 years, 11 months ago
  4. 61462a6 Merge "Ban try-catch blocks around composable calls." into androidx-master-dev by Jim Sproch · 4 years, 11 months ago
  5. 19ae8b7 Ban try-catch blocks around composable calls. by Jim · 4 years, 11 months ago
  6. 2114a5e Merge "Remove string allocating traces" into androidx-master-dev by Treehugger Robot · 4 years, 11 months ago
  7. a94f371 Revert testBuildType in benchmark plugin by Dustin Lam · 4 years, 11 months ago
  8. 44d557f Remove string allocating traces by Chuck Jazdzewski · 4 years, 11 months ago
  9. a2ed24e Preparing compose runtime for host side tests by Cătălin Tudor · 5 years ago
  10. 5411ec2 Merge "Added support for VectorGraphics subcomposition" into androidx-master-dev by Nader Jawad · 5 years ago
  11. 4cfb5de Added support for VectorGraphics subcomposition by Nader Jawad · 5 years ago
  12. 99bf1ca Merge "Fix compose benchmarks" into androidx-master-dev by Chuck Jazdzewski · 5 years ago
  13. aa48547 Fix compose benchmarks by Chuck Jazdzewski · 5 years ago
  14. 1fbb1c1 Use of @Children is now discouraged, prefer lambda as last parameter. by Jim · 5 years ago
  15. cdad0d4 Merge "Fix if/then/else pattern for composition" into androidx-master-dev by Treehugger Robot · 5 years ago
  16. 4357434 Merge "Apply Benchmark plugin to benchmark modules" into androidx-master-dev by Dustin Lam · 5 years ago
  17. 819e865 Fix if/then/else pattern for composition by Chuck Jazdzewski · 5 years ago
  18. 22c3392 Move JUnit4 usage to separate module by Chris Craik · 5 years ago
  19. 56130b2 Apply Benchmark plugin to benchmark modules by Dustin Lam · 5 years ago
  20. e2022ae Move benchmark -> benchmark-common by Chris Craik · 5 years ago
  21. 280cf64 Merge "Add DeepTree, Sibling, DbMonster benchmark suites" into androidx-master-dev by Leland Richardson · 5 years ago
  22. 942d430 Add DeepTree, Sibling, DbMonster benchmark suites by Leland Richardson · 5 years ago
  23. 6f5f3ff Merge "Add attributes that allow marking types as stable" into androidx-master-dev by Treehugger Robot · 5 years ago
  24. c3bbbf2 Add attributes that allow marking types as stable by Chuck Jazdzewski · 5 years ago
  25. 590fed2 Merge "Test to validate a fix for crash when a invalidation arrives late." into androidx-master-dev by Chuck Jazdzewski · 5 years ago
  26. 9960555 Merge "Replace java.util.Stack with a pure Kotlin implementation." into androidx-master-dev by aelias · 5 years ago
  27. 0bbb11ef Fix memory leak in compose benchmarks by Chuck Jazdzewski · 5 years ago
  28. aa4da3f Replace java.util.Stack with a pure Kotlin implementation. by Alexandre Elias · 5 years ago
  29. d3f28c0 Replace CraneWrapper to avoid sub-compositions. by Filip Pavlis · 5 years ago
  30. 28c8ff6 Add realworld4 performance benchmark by Jim · 5 years ago
  31. 0c6e0f1 Test to validate a fix for crash when a invalidation arrives late. by Chuck Jazdzewski · 5 years ago
  32. 2c92cd8 Merge "Improve initial composition performance" into androidx-master-dev by Chuck Jazdzewski · 5 years ago
  33. e09e652 Add benchmark tests to the compose runtime by Chuck Jazdzewski · 5 years ago
  34. d9fc2ca Improve initial composition performance by Chuck Jazdzewski · 5 years ago
  35. 18a13a6 Updates compose module structure to AndroidX guidelines by Louis Pullen-Freilich · 5 years ago
  36. 809a965 Merge "Add more traces into compose." into androidx-master-dev by Filip Pavlis · 5 years ago
  37. 1bb62fe Add more traces into compose. by Filip Pavlis · 5 years ago
  38. 2044790 Add benchmarks module. by Filip Pavlis · 5 years ago
  39. d06eb10 Fix ktlint issues in compose/ projects by Aurimas Liutikas · 5 years ago
  40. 33970ee Fix memory leak in ComposableCheckerTests and turn back on by Leland Richardson · 5 years ago
  41. 4c1c82f Rename compiler directories to more sensible names by Chuck Jazdzewski · 5 years ago
  42. 3b69221 Disable Compose CLI tests by Aurimas Liutikas · 5 years ago
  43. 186d12c Merge "Re-enable compose compiler tests" into androidx-master-dev by Treehugger Robot · 5 years ago
  44. df51633 Re-enable compose compiler tests by Chuck Jazdzewski · 5 years ago
  45. 2099b15 Merge "Prevent CraneWrapper from causing recomposes of children" into androidx-master-dev by Leland Richardson · 5 years ago
  46. 68c0d05 Merge "Ensure setContent reuses context when possible" into androidx-master-dev by Treehugger Robot · 5 years ago
  47. 8a431eb Add the compiler plugin for use in gradle to the repository by Chuck Jazdzewski · 5 years ago
  48. 4b8e246 Prevent CraneWrapper from causing recomposes of children by Leland Richardson · 5 years ago
  49. 85078fe Ensure setContent reuses context when possible by Leland Richardson · 5 years ago
  50. d969cdd Merge "Fix flakey test" into androidx-master-dev by Treehugger Robot · 5 years ago
  51. 3d3e0f9 Merge "Use recomposeSync() instead of compose() in perf test." into androidx-master-dev by George Mount · 5 years ago
  52. c4b34a0 Use recomposeSync() instead of compose() in perf test. by George Mount · 5 years ago
  53. ae2cebf Merge "Added simple Scroller benchmark test." into androidx-master-dev by George Mount · 5 years ago
  54. 6b6c8a4 Merge "Add repaint boundary" into androidx-master-dev am: a0d6f38ec4 by George Mount · 5 years ago
  55. b33284b Merge "Added simple Scroller benchmark test." into androidx-master-dev by George Mount · 5 years ago
  56. a0d6f38 Merge "Add repaint boundary" into androidx-master-dev by George Mount · 5 years ago
  57. 46911b2 Add repaint boundary by George Mount · 5 years ago
  58. ca81207 Fix flakey test by Chuck Jazdzewski · 5 years ago
  59. aa4f5cc Merge "Add a way to create snapshot repository directory" into androidx-master-dev by Aurimas Liutikas · 5 years ago
  60. fde362b Added simple Scroller benchmark test. by George Mount · 5 years ago
  61. 75e93a0 Add a way to create snapshot repository directory by Aurimas Liutikas · 5 years ago
  62. e005721 Merge "Propogate invalidations through CompositionReferences properly" into androidx-master-dev by Leland Richardson · 5 years ago
  63. deef573 Merge "Add Systrace markers to Compose Runtime" into androidx-master-dev by Leland Richardson · 5 years ago
  64. 0b5bf70 Propogate invalidations through CompositionReferences properly by Leland Richardson · 5 years ago
  65. bf5f6a6 Add Systrace markers to Compose Runtime by Leland Richardson · 5 years ago
  66. a830017 Merge "Introduce Recomposer in favor of CompositionContext" into androidx-master-dev by Matvei Malkov · 5 years ago
  67. d5ea2a6 Merge "Disable all compose-cli-plugin-test tests." into androidx-master-dev by Aurimas Liutikas · 5 years ago
  68. dc18fdd Merge "AndroidOwner sometimes didn't invalidate the correlated node when the model has been updated." into androidx-master-dev by Andrey Kulikov · 5 years ago
  69. ac530be Introduce Recomposer in favor of CompositionContext by Matvei Malkov · 5 years ago
  70. 3320bb7 Disable all compose-cli-plugin-test tests. by Aurimas Liutikas · 5 years ago
  71. 0114e07 AndroidOwner sometimes didn't invalidate the correlated node when the model has been updated. by Andrey Kulikov · 5 years ago
  72. ee978d5 Merge "Remove targetSdkVersion workaround for library tests" into androidx-master-dev by Aurimas Liutikas · 5 years ago
  73. a1aa570 Remove targetSdkVersion workaround for library tests by Aurimas Liutikas · 5 years ago
  74. 4f531aa Merge "Fix invalidation handling" into androidx-master-dev am: 25456ee776 by Chuck Jazdzewski · 5 years ago
  75. 1056d6f3 Merge "Remove reference to pure functions" into androidx-master-dev by James Ward · 5 years ago
  76. b3c46da Merge "Set default composable annotation checker mode to FCS" into androidx-master-dev by Mikhail Levchenko · 5 years ago
  77. e4b25fc Merge "Fix trailing lambda calls in compose interceptor" into androidx-master-dev by Chuck Jazdzewski · 5 years ago
  78. 04a3b63 Merge "Fix inference of `@Compose` for function literals" into androidx-master-dev by Chuck Jazdzewski · 5 years ago
  79. 25456ee Merge "Fix invalidation handling" into androidx-master-dev by Treehugger Robot · 5 years ago
  80. c9e0efe Fix invalidation handling by Chuck Jazdzewski · 5 years ago
  81. 1bb47e3 Merge "Remove reference to pure functions" into androidx-master-dev by Treehugger Robot · 5 years ago
  82. a1dc463 Set default composable annotation checker mode to FCS by Mikhail Levchenko · 5 years ago
  83. 8d8b9dd Fix trailing lambda calls in compose interceptor by Chuck Jazdzewski · 5 years ago
  84. 25a706b Merge "Fix inference of `@Compose` for function literals" into androidx-master-dev by Chuck Jazdzewski · 5 years ago
  85. a6a2646 Merge "Fix up some buildSrc warnings and enabled -werror" into androidx-master-dev by Louis Pullen-Freilich · 5 years ago
  86. 834c8a9 Fix up some buildSrc warnings and enabled -werror by Louis Pullen-Freilich · 5 years ago
  87. 21a51e0 Merge "Remove unnecessary triple data structure copying" into androidx-master-dev by Chuck Jazdzewski · 5 years ago
  88. 238ed64 Merge "Fixes link in README" into androidx-master-dev am: 6ec6777dca by Louis Pullen-Freilich · 5 years ago
  89. e2854d3 Merge "Add ComposeCompiler README.md" into androidx-master-dev am: 20974dc74c by Jim Sproch · 5 years ago
  90. c9b0d97 Merge "Remove unnecessary triple data structure copying" into androidx-master-dev by Chuck Jazdzewski · 5 years ago
  91. b5c6f1f Remove reference to pure functions by James Ward · 5 years ago
  92. 059f6b6 Remove unnecessary triple data structure copying by Mikhail Levchenko · 5 years ago
  93. 14ccfcb Fixes link in README by Louis Pullen-Freilich · 5 years ago
  94. 4ed507c Updates readme and fixes compilation errors breaking host tests by Louis Pullen-Freilich · 5 years ago
  95. 72b228a Fix inference of `@Compose` for function literals by Chuck Jazdzewski · 5 years ago
  96. 3a6490c Add ComposeCompiler README.md by Jim S · 5 years ago
  97. 6e71dd4 Fix compose imcompatibility with Android API 29 by Aurimas Liutikas · 5 years ago
  98. fedfdbc Move plugins to androidx by Leland Richardson · 5 years ago
  99. 2116eac Merge "Remove unused ExplorerApp" into androidx-crane-dev by Leland Richardson · 5 years ago
  100. b12de52 Remove unused ExplorerApp by Leland Richardson · 5 years ago