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