1. 6fe5c8f Remove potentially redundant debug dump buffer write by Meng-hsuan Chung · 4 years, 1 month ago
  2. 9a961d1 Support clear and va_list print in DebugDumpWrapper by Meng-hsuan Chung · 4 years, 2 months ago
  3. 62908e8 Add CHRE_ASSERT_NOT_NULL macro by Meng-hsuan Chung · 4 years, 3 months ago
  4. b726751 Merge "Add mutable specifier to mutex in blocking queue" into rvc-dev by TreeHugger Robot · 4 years, 3 months ago
  5. 689c9cd Add mutable specifier to mutex in blocking queue by Anthony Stange · 4 years, 3 months ago
  6. 4b202e3 Add nanoapp log util to support sensitive info and tag by Meng-hsuan Chung · 4 years, 3 months ago
  7. 2db8350 Add DebugDumpWorld nanoapp by Meng-hsuan Chung · 4 years, 3 months ago
  8. 64d48da Refactor toolchain.h by Meng-hsuan Chung · 4 years, 4 months ago
  9. 59fa792 Apply printf-style compiler warnings to chreLog and chreDebugDump by Meng-hsuan Chung · 4 years, 4 months ago
  10. a0be17c Add UNUSED_VAR macro by Anthony Stange · 4 years, 5 months ago
  11. 1c5af19 Invert relationship between Sensor and SensorRequests by Anthony Stange · 4 years, 8 months ago
  12. d2eba01 Refactor SensorRequestManager by Anthony Stange · 4 years, 8 months ago
  13. 6cde09c Add initDefaultSize method to DynamicVector by Anthony Stange · 4 years, 8 months ago
  14. f4ed775 Tie bounds checks to capacity in FixedSizeVector by Brian Duddie · 4 years, 9 months ago
  15. 6ca547a Run clang-format on system/chre by Anthony Stange · 4 years, 10 months ago
  16. aed1e97 Commit EventLoopManger debug dump multiple times by Stan Rokita · 4 years, 10 months ago
  17. 6cda5c1 Fix formatting manually before running clang-format by Anthony Stange · 4 years, 10 months ago
  18. 6e0d5ae Log host wakeups per nanoapp on a rolling basis by Stan Rokita · 5 years ago
  19. a7a367c Implement response to host request by Anthony Stange · 5 years ago
  20. 5ee96e3 Implement power test nanoapp by Anthony Stange · 5 years ago
  21. f372c3e Remove crash on flush request timeout am: 8148d14754 am: a2e61f4faa by Anthony Stange · 5 years ago
  22. 8148d14 Remove crash on flush request timeout by Anthony Stange · 5 years ago
  23. 0d96d03 Add shell for power test nanoapp by Anthony Stange · 5 years ago
  24. 0359d58 Avoid calling destructor directly from UniquePtr member function by Jason Guo · 5 years ago
  25. 44af286 Avoid calling destructor directly from UniquePtr member function by Jason Guo · 5 years ago
  26. 401e7d1 Merge "Adds pop_back() method to FixedSizeVector" by TreeHugger Robot · 5 years ago
  27. 1c1b835 Adds pop_back() method to FixedSizeVector by Arthur Ishiguro · 5 years ago
  28. ddc5307 Add destructor for chre::Optional by Enxun Wei · 5 years ago
  29. 01dc6e1 Add typedef for pointer type in unique pointer. by Jason Guo · 5 years ago
  30. 8d94829 Fix a typo by Meng-hsuan Chung · 5 years ago
  31. 8a7359f Remove the RidiculouslyHugeReserveFails DynamicVector test by Andrew Rossignol · 5 years ago
  32. eb05f00 Supply a EXPECT_CHRE_ASSERT stub for containers in standalone mode by Andrew Rossignol · 5 years ago
  33. 4a95683 Add fixes for flatbuffers.h and dynamic_vector_base.cc. by Erik Staats · 5 years ago
  34. 3c9b8df Add default copy constructor for optional. by Enxun Wei · 6 years ago
  35. 4b80cac Refactor logStateToBuffer to not indicate success by Andrew Rossignol · 6 years ago
  36. 7afc6f2 Merge "Modify BufferBase to use reset method instead of destructor" by Anthony Stange · 6 years ago
  37. 912bd23 Modify BufferBase to use reset method instead of destructor by Anthony Stange · 6 years ago
  38. ed8c556 Add reset(), ==, != operator to chre::UniquePtr class. by Jason Guo · 6 years ago
  39. 6a8bf4f Merge "Return true when calling copy_array with an empty input" by TreeHugger Robot · 6 years ago
  40. d3cfddf Return true when calling copy_array with an empty input by Andrew Rossignol · 6 years ago
  41. 2129eb6 Update chreGetPlatformId to TARGET_PLATFORM_ID by Arthur Ishiguro · 6 years ago
  42. b94e162 Modify includes to abide by IWYU principles by Anthony Stange · 6 years ago
  43. 327eb83 Specialize DynamicVector::push_back for std::is_trivial types by Andrew Rossignol · 6 years ago
  44. 8ebacd2 Specialize DynamicVector::erase for std::is_trivial types by Andrew Rossignol · 6 years ago
  45. aa62eda Specialize DynamicVector::prepareForPush for std::is_trivial types by Andrew Rossignol · 6 years ago
  46. 68323a3 Remove non-existent include to fix the build by Andrew Rossignol · 6 years ago
  47. 5a24ef4 Specialize DynamicVector::reserve for std::is_trivial types by Andrew Rossignol · 6 years ago
  48. 15cb7d6 Move data members of DynamicVector to DynamicVectorBase by Andrew Rossignol · 6 years ago
  49. 514ea4b Remove wrap and copy_array from DynamicVector by Andrew Rossignol · 6 years ago
  50. f9053a7 Make Buffer<T> a thin template by Andrew Rossignol · 6 years ago
  51. 6eb796e Introduce the Buffer<T> container by Andrew Rossignol · 6 years ago
  52. 041d7f0 Remove early return from DynamicVector by Andrew Rossignol · 6 years ago
  53. bc986c5 Add a host tool to load the audio stress test am: 0d57e45baf am: 3a57c36084 by Andrew Rossignol · 6 years ago
  54. 0d57e45 Add a host tool to load the audio stress test by Andrew Rossignol · 6 years ago
  55. 799652c Check how long the system has been forced into big image am: 02dfbbb5f6 by Meng-hsuan Chung · 6 years ago
  56. 02dfbbb Check how long the system has been forced into big image by Meng-hsuan Chung · 6 years ago
  57. 3758856 Merge "Implements chre::ArrayQueue::clear" into pi-dev am: 603d721e93 by Arthur Ishiguro · 6 years ago
  58. 039b761 Implements chre::ArrayQueue::clear by Arthur Ishiguro · 6 years ago
  59. 68a01c7 Merge "Add time constants" into pi-dev am: b49310f0e2 am: b2f5188d4f by Tajinder Gadh · 6 years ago
  60. b49310f Merge "Add time constants" into pi-dev by Tajinder Gadh · 6 years ago
  61. 287d332 Add time constants by Tajinder Gadh · 6 years ago
  62. 080450c Merge "Add kick_push() to array_queue" by android-build-team Robot · 6 years ago
  63. 61ebe63 Add kick_push() to array_queue by Enxun Wei · 6 years ago
  64. a264363 Use container support for assert in UniquePtr by Arthur Ishiguro · 6 years ago
  65. a5a23b8 Implements UniquePtr::reset by Arthur Ishiguro · 6 years ago
  66. e0471ea Add safeGet() to Singleton<> and make get() simpler by Andrew Rossignol · 6 years ago
  67. 01d9125 Add a BreakIt test to SensorWorld nanoapp by Meng-hsuan Chung · 6 years ago
  68. 7501cd8 Merge "Removes support for static imu_cal" into pi-dev by TreeHugger Robot · 6 years ago
  69. b5e8d72 Make ArrayQueueIterator satisfy ForwardIterator by Brian Duddie · 6 years ago
  70. ade23f8 Removes support for static imu_cal by Andrew Rossignol · 6 years ago
  71. 6fb38c6 Merge "Adds a math util header file for nanoapps to use" into pi-dev by Andrew Rossignol · 6 years ago
  72. 6acb055 Adds a math util header file for nanoapps to use by Andrew Rossignol · 6 years ago
  73. a7a83cc Allow move semantics in FixedSizeBlockingQueue by Arthur Ishiguro · 6 years ago
  74. 742d1da Fixes the standalone AudioWorld build by Andrew Rossignol · 6 years ago
  75. ea88b29 Merge "Add getMilliseconds() to Microseconds" by TreeHugger Robot · 6 years ago
  76. 47f3b5a Add getMilliseconds() to Microseconds by Meng-hsuan Chung · 6 years ago
  77. 275b71b Adds missing cstddef to array_queue.h for size_t by Andrew Rossignol · 6 years ago
  78. ef06a3d Adds CHRE_ASSERT for nanoapps to use by Andrew Rossignol · 6 years ago
  79. 3c07cf6 Adds container_support.cc to allow utils to be used standalone by Andrew Rossignol · 6 years ago
  80. 0033a35 Removes CHRE_ASSERT_LOG from container_support.h by Andrew Rossignol · 6 years ago
  81. 69e1631 Update NSL for backwards compatibility from v1.2 by Brian Duddie · 6 years ago
  82. 21b4a60 Merge "Creates a "Host Awake World" nanoapp" by TreeHugger Robot · 6 years ago
  83. 2301c93 Creates a "Host Awake World" nanoapp by Arthur Ishiguro · 6 years ago
  84. 40e4c30 Makes ArrayQueue compatible with nanoapp usage by Andrew Rossignol · 6 years ago
  85. c735f9b Merge "Adds a resize() method to DynamicVector" by Andrew Rossignol · 6 years ago
  86. 94928e4 Adds a resize() method to DynamicVector by Andrew Rossignol · 6 years ago
  87. 8121013 Include CHRE API dependency in nanoapp log util by Brian Duddie · 6 years ago
  88. b3edbb8 Merge "Ensure CHRE util headers can be used independently" by TreeHugger Robot · 6 years ago
  89. 37f8ef3 Ensure CHRE util headers can be used independently by Andrew Rossignol · 6 years ago
  90. 58654cc Add a missing include so that the file can be built in google3. by Enxun Wei · 6 years ago
  91. 13fe8d0 Merge "Add ARRAY_END macro to CHRE utils" by Kevin Chyn · 6 years ago
  92. a040682 Add ARRAY_END macro to CHRE utils by Kevin Chyn · 6 years ago
  93. 51ab3fb Add a move assignment operator to DynamicVector by Kevin Chyn · 6 years ago
  94. a670176 Merge changes I8366096c,I79016711,If7acafe3 by TreeHugger Robot · 7 years ago
  95. 67a8f0c Merge changes I44592f7f,Id2edd1c7 by TreeHugger Robot · 7 years ago
  96. 1e31bd9 Merge "Enable -Wdouble-promotion, except in logging" by TreeHugger Robot · 7 years ago
  97. 6419236 Removes some duplicate CHRE_ASSERT conditions from DynamicVector by Andrew Rossignol · 7 years ago
  98. ce3fdf5 Adds getFreeBlockCount to MemoryPool and test by Andrew Rossignol · 7 years ago
  99. f223326 Merge "Factor out logic that converts QTimer ticks to nanoseconds" by TreeHugger Robot · 7 years ago
  100. baa4939 Enable -Wdouble-promotion, except in logging by Brian Duddie · 7 years ago