1. 590fed2 Merge "Test to validate a fix for crash when a invalidation arrives late." into androidx-master-dev by Chuck Jazdzewski · 5 years ago
  2. 9960555 Merge "Replace java.util.Stack with a pure Kotlin implementation." into androidx-master-dev by aelias · 5 years ago
  3. 0bbb11ef Fix memory leak in compose benchmarks by Chuck Jazdzewski · 5 years ago
  4. aa4da3f Replace java.util.Stack with a pure Kotlin implementation. by Alexandre Elias · 5 years ago
  5. d3f28c0 Replace CraneWrapper to avoid sub-compositions. by Filip Pavlis · 5 years ago
  6. 28c8ff6 Add realworld4 performance benchmark by Jim · 5 years ago
  7. 0c6e0f1 Test to validate a fix for crash when a invalidation arrives late. by Chuck Jazdzewski · 5 years ago
  8. 2c92cd8 Merge "Improve initial composition performance" into androidx-master-dev by Chuck Jazdzewski · 5 years ago
  9. e09e652 Add benchmark tests to the compose runtime by Chuck Jazdzewski · 5 years ago
  10. d9fc2ca Improve initial composition performance by Chuck Jazdzewski · 5 years ago
  11. 18a13a6 Updates compose module structure to AndroidX guidelines by Louis Pullen-Freilich · 5 years ago
  12. 809a965 Merge "Add more traces into compose." into androidx-master-dev by Filip Pavlis · 5 years ago
  13. 1bb62fe Add more traces into compose. by Filip Pavlis · 5 years ago
  14. 2044790 Add benchmarks module. by Filip Pavlis · 5 years ago
  15. d06eb10 Fix ktlint issues in compose/ projects by Aurimas Liutikas · 5 years ago
  16. 33970ee Fix memory leak in ComposableCheckerTests and turn back on by Leland Richardson · 5 years ago
  17. 4c1c82f Rename compiler directories to more sensible names by Chuck Jazdzewski · 5 years ago
  18. 3b69221 Disable Compose CLI tests by Aurimas Liutikas · 5 years ago
  19. 186d12c Merge "Re-enable compose compiler tests" into androidx-master-dev by Treehugger Robot · 5 years ago
  20. df51633 Re-enable compose compiler tests by Chuck Jazdzewski · 5 years ago
  21. 2099b15 Merge "Prevent CraneWrapper from causing recomposes of children" into androidx-master-dev by Leland Richardson · 5 years ago
  22. 68c0d05 Merge "Ensure setContent reuses context when possible" into androidx-master-dev by Treehugger Robot · 5 years ago
  23. 8a431eb Add the compiler plugin for use in gradle to the repository by Chuck Jazdzewski · 5 years ago
  24. 4b8e246 Prevent CraneWrapper from causing recomposes of children by Leland Richardson · 5 years ago
  25. 85078fe Ensure setContent reuses context when possible by Leland Richardson · 5 years ago
  26. d969cdd Merge "Fix flakey test" into androidx-master-dev by Treehugger Robot · 5 years ago
  27. 3d3e0f9 Merge "Use recomposeSync() instead of compose() in perf test." into androidx-master-dev by George Mount · 5 years ago
  28. c4b34a0 Use recomposeSync() instead of compose() in perf test. by George Mount · 5 years ago
  29. ae2cebf Merge "Added simple Scroller benchmark test." into androidx-master-dev by George Mount · 5 years ago
  30. 6b6c8a4 Merge "Add repaint boundary" into androidx-master-dev am: a0d6f38ec4 by George Mount · 5 years ago
  31. b33284b Merge "Added simple Scroller benchmark test." into androidx-master-dev by George Mount · 5 years ago
  32. a0d6f38 Merge "Add repaint boundary" into androidx-master-dev by George Mount · 5 years ago
  33. 46911b2 Add repaint boundary by George Mount · 5 years ago
  34. ca81207 Fix flakey test by Chuck Jazdzewski · 5 years ago
  35. aa4f5cc Merge "Add a way to create snapshot repository directory" into androidx-master-dev by Aurimas Liutikas · 5 years ago
  36. fde362b Added simple Scroller benchmark test. by George Mount · 5 years ago
  37. 75e93a0 Add a way to create snapshot repository directory by Aurimas Liutikas · 5 years ago
  38. e005721 Merge "Propogate invalidations through CompositionReferences properly" into androidx-master-dev by Leland Richardson · 5 years ago
  39. deef573 Merge "Add Systrace markers to Compose Runtime" into androidx-master-dev by Leland Richardson · 5 years ago
  40. 0b5bf70 Propogate invalidations through CompositionReferences properly by Leland Richardson · 5 years ago
  41. bf5f6a6 Add Systrace markers to Compose Runtime by Leland Richardson · 5 years ago
  42. a830017 Merge "Introduce Recomposer in favor of CompositionContext" into androidx-master-dev by Matvei Malkov · 5 years ago
  43. d5ea2a6 Merge "Disable all compose-cli-plugin-test tests." into androidx-master-dev by Aurimas Liutikas · 5 years ago
  44. 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
  45. ac530be Introduce Recomposer in favor of CompositionContext by Matvei Malkov · 5 years ago
  46. 3320bb7 Disable all compose-cli-plugin-test tests. by Aurimas Liutikas · 5 years ago
  47. 0114e07 AndroidOwner sometimes didn't invalidate the correlated node when the model has been updated. by Andrey Kulikov · 5 years ago
  48. ee978d5 Merge "Remove targetSdkVersion workaround for library tests" into androidx-master-dev by Aurimas Liutikas · 5 years ago
  49. a1aa570 Remove targetSdkVersion workaround for library tests by Aurimas Liutikas · 5 years ago
  50. 4f531aa Merge "Fix invalidation handling" into androidx-master-dev am: 25456ee776 by Chuck Jazdzewski · 5 years ago
  51. 1056d6f3 Merge "Remove reference to pure functions" into androidx-master-dev by James Ward · 5 years ago
  52. b3c46da Merge "Set default composable annotation checker mode to FCS" into androidx-master-dev by Mikhail Levchenko · 5 years ago
  53. e4b25fc Merge "Fix trailing lambda calls in compose interceptor" into androidx-master-dev by Chuck Jazdzewski · 5 years ago
  54. 04a3b63 Merge "Fix inference of `@Compose` for function literals" into androidx-master-dev by Chuck Jazdzewski · 5 years ago
  55. 25456ee Merge "Fix invalidation handling" into androidx-master-dev by Treehugger Robot · 5 years ago
  56. c9e0efe Fix invalidation handling by Chuck Jazdzewski · 5 years ago
  57. 1bb47e3 Merge "Remove reference to pure functions" into androidx-master-dev by Treehugger Robot · 5 years ago
  58. a1dc463 Set default composable annotation checker mode to FCS by Mikhail Levchenko · 5 years ago
  59. 8d8b9dd Fix trailing lambda calls in compose interceptor by Chuck Jazdzewski · 5 years ago
  60. 25a706b Merge "Fix inference of `@Compose` for function literals" into androidx-master-dev by Chuck Jazdzewski · 5 years ago
  61. a6a2646 Merge "Fix up some buildSrc warnings and enabled -werror" into androidx-master-dev by Louis Pullen-Freilich · 5 years ago
  62. 834c8a9 Fix up some buildSrc warnings and enabled -werror by Louis Pullen-Freilich · 5 years ago
  63. 21a51e0 Merge "Remove unnecessary triple data structure copying" into androidx-master-dev by Chuck Jazdzewski · 5 years ago
  64. 238ed64 Merge "Fixes link in README" into androidx-master-dev am: 6ec6777dca by Louis Pullen-Freilich · 5 years ago
  65. e2854d3 Merge "Add ComposeCompiler README.md" into androidx-master-dev am: 20974dc74c by Jim Sproch · 5 years ago
  66. c9b0d97 Merge "Remove unnecessary triple data structure copying" into androidx-master-dev by Chuck Jazdzewski · 5 years ago
  67. b5c6f1f Remove reference to pure functions by James Ward · 5 years ago
  68. 059f6b6 Remove unnecessary triple data structure copying by Mikhail Levchenko · 5 years ago
  69. 14ccfcb Fixes link in README by Louis Pullen-Freilich · 5 years ago
  70. 4ed507c Updates readme and fixes compilation errors breaking host tests by Louis Pullen-Freilich · 5 years ago
  71. 72b228a Fix inference of `@Compose` for function literals by Chuck Jazdzewski · 5 years ago
  72. 3a6490c Add ComposeCompiler README.md by Jim S · 5 years ago
  73. 6e71dd4 Fix compose imcompatibility with Android API 29 by Aurimas Liutikas · 5 years ago
  74. fedfdbc Move plugins to androidx by Leland Richardson · 5 years ago
  75. 2116eac Merge "Remove unused ExplorerApp" into androidx-crane-dev by Leland Richardson · 5 years ago
  76. b12de52 Remove unused ExplorerApp by Leland Richardson · 5 years ago
  77. 61decb4 Remove unused directories by Leland Richardson · 5 years ago
  78. e256cb43 Update the copyright messages for compose compiler and runtime by Chuck Jazdzewski · 5 years ago
  79. 0b5d596 Test infra: Reduce flackiness and speed up tests by Matvei Malkov · 5 years ago
  80. 73553f1 More prep for move to androidx by Leland Richardson · 5 years ago
  81. 6cab6e3 Move compose runtime to androidx.compose namespace by Leland Richardson · 5 years ago
  82. 0350cc6 Enables warning tracking for compose* modules by Louis Pullen-Freilich · 5 years ago
  83. 4239b23 Add better documentation for compose runtime, cleanup by Leland Richardson · 5 years ago
  84. a7ab301 Whitespace change to trigger treehugger by Leland Richardson · 5 years ago
  85. 1a2c47c Merge "Update ./studiow to use the compose built locally." into androidx-crane-dev by Chuck Jazdzewski · 5 years ago
  86. 2427e6d Merge "Fix warning and treat errors as warnings in animation/demos" into androidx-crane-dev by Andrey Kulikov · 5 years ago
  87. 4ed2611 Update ./studiow to use the compose built locally. by Chuck Jazdzewski · 5 years ago
  88. 4dd4813 Fixing the where compiler tests get their dependencies by Chuck Jazdzewski · 5 years ago
  89. 3de8474 Merge "Only run the compose plugin tests once" into androidx-crane-dev by TreeHugger Robot · 5 years ago
  90. 48241ae Fix warning and treat errors as warnings in animation/demos by Andrey Kulikov · 5 years ago
  91. 36e52a7 Enable FCS with R4A-20190419 by Jim S · 5 years ago
  92. 0fd2482 Only run the compose plugin tests once by Chuck Jazdzewski · 5 years ago
  93. 83faf17 Restructure the compose plugin dependencies by Chuck Jazdzewski · 5 years ago
  94. f8dbc3e Merge "Compose Runtime Cleanup" into androidx-crane-dev by Leland Richardson · 5 years ago
  95. 9138cbe Compose Runtime Cleanup by Leland Richardson · 5 years ago
  96. 63d995f Build the compose ide plugin by Chuck Jazdzewski · 5 years ago
  97. 7dabc01 Merge "Fixes failing and flakey compiler tests" into androidx-crane-dev by TreeHugger Robot · 5 years ago
  98. d4fe6ed Fixes failing and flakey compiler tests by Chuck Jazdzewski · 5 years ago
  99. 0b71f11 Add onPreCommit effect and change behavior of onCommit by Leland Richardson · 5 years ago
  100. d8093bb Merge "Remove Ambient.Consumer in favor of ambient effect" into androidx-crane-dev by Leland Richardson · 5 years ago