1. 5f59c0f Move all floats to doubles by Patrick Venture · 6 years ago
  2. ba3c8c1 build: cleanup Makefile by Patrick Venture · 6 years ago
  3. f0b7fa3 build: Add -flto to CXXFLAGS by Patrick Venture · 6 years ago
  4. 4b50106 build: fixup url by Patrick Venture · 6 years ago
  5. c959c42 dbusconfiguration: Protect against partial config by James Feist · 6 years ago
  6. 4fd8cff cleanup: drop obsolete is_method_error checks by Patrick Venture · 6 years ago
  7. ffc5ca7 manager: use pass by reference by default by Patrick Venture · 6 years ago
  8. c179d40 style: misc camel casing by Patrick Venture · 6 years ago
  9. c54fbd8 style: rename main globals per style by Patrick Venture · 6 years ago
  10. e6a7a2e style: s/getMinThermalRpmSetPt/getMinThermalRPMSetpoint/g by Patrick Venture · 6 years ago
  11. c399f6f zone: use const reference consistently by Patrick Venture · 6 years ago
  12. 2d8e785 performance: fixup missing const reference in zone by Patrick Venture · 6 years ago
  13. 1248b15 style: use system path for dbus headers by Patrick Venture · 6 years ago
  14. 0bbeaf8 style: s/getZoneId/getZoneID/g by Patrick Venture · 6 years ago
  15. 76ce5d7 dbus: dbuswrite: add try/catch block on calls by Patrick Venture · 6 years ago
  16. e725286 sensors: throw build time exceptions on failure by Patrick Venture · 6 years ago
  17. c404b3e errors: add exception for build time failure by Patrick Venture · 6 years ago
  18. f5e770b dbus: dbuswrite: use factory to catch errors by Patrick Venture · 6 years ago
  19. f8cb464 dbus: passive: move exception checking into factory by Patrick Venture · 6 years ago
  20. 7dbc517 dbus: util: add missing try/catch block by Patrick Venture · 6 years ago
  21. ee30648 pid: add missing override specifiers by Patrick Venture · 6 years ago
  22. a57477f pid: stepwisecontroller: add missing override by Patrick Venture · 6 years ago
  23. 7af157b style: function names should be lower camel by Patrick Venture · 6 years ago
  24. 34ddc90 dbus: util: add missing try/catch block by Patrick Venture · 6 years ago
  25. 563a356 style: member functions should be lower camel by Patrick Venture · 6 years ago
  26. f325231 style: fixup naming of structures by Patrick Venture · 6 years ago
  27. 65ea92e dbusconfiguration: lower cpu cycles while waiting by James Feist · 6 years ago
  28. 26e8c6a dbusconfiguration: Fix mapper call by James Feist · 6 years ago
  29. f77d5a5 cleanup: move from copy and pointer to just const reference by Patrick Venture · 6 years ago
  30. adc9e86 cleanup: rename variable per openbmc style by Patrick Venture · 6 years ago
  31. 4a2dc4d cleanup: apply constness to read-only iterators by Patrick Venture · 6 years ago
  32. d8a9a19 ipmi: drop is_method_error call by Patrick Venture · 6 years ago
  33. 36b7d8e [dbus-passive] Add threshold fan failure by James Feist · 6 years ago
  34. 0771659 dbus: set inclusion to local-first search by Patrick Venture · 6 years ago
  35. 107a25d dbus: transition to find_if by Patrick Venture · 6 years ago
  36. df766f2 cleanup: reduce scope of variables by Patrick Venture · 6 years ago
  37. 4515392 gitignore: add missing items by Patrick Venture · 6 years ago
  38. d73af2b build: check for experimental/filesystem by Patrick Venture · 6 years ago
  39. d7a55bf Stop using mapbox namespace directly by James Feist · 6 years ago
  40. 67efa24 docs: Cleanup of Design Doc by Patrick Venture · 6 years ago
  41. cc74ae1 docs: Ported Design Doc to OpenBMC by Patrick Venture · 6 years ago
  42. cd9e109 [dbus-writer] limit d-bus traffic by James Feist · 6 years ago
  43. 50fdfe3 [dbusconfiguration] Allow partial configurations by James Feist · 6 years ago
  44. d027312 Add James Feist as a reviewer by James Feist · 6 years ago
  45. ce15e02 Fix dbus configured build by James Feist · 6 years ago
  46. 3dfaafd Add hysteresis to stepwise controller by James Feist · 6 years ago
  47. 9f04441 build: configureDbus replacing linked objects by Patrick Venture · 6 years ago
  48. 02c9e04 build: fix conditional by Patrick Venture · 6 years ago
  49. 07c3a80 ipmi: add iana header for openbmc oen by Patrick Venture · 6 years ago
  50. 22c257a Add stepwise controller by James Feist · 6 years ago
  51. 8c3c51e DbusConfiguration Flatten configuration by James Feist · 6 years ago
  52. 8f17914 ipmi: add back call to is_method_error by Patrick Venture · 6 years ago
  53. 54c2e5e Build as c++17 by Patrick Venture · 6 years ago
  54. acecf6b ipmi: catch SdBusErrors on bus call failures by Patrick Venture · 6 years ago
  55. e2ec0f6 clang-format: fix pointer alignment, sort using by Patrick Venture · 6 years ago
  56. 991cf87 clang-format: always break template declarations by Patrick Venture · 6 years ago
  57. da4a5dd add .clang-format by Patrick Venture · 6 years ago
  58. 40be36a add missing gmock header: read|write interface mock by Patrick Venture · 6 years ago
  59. 64f072a dbusConfiguration: restart on configuration change by James Feist · 6 years ago
  60. c065cf1 Add double support for sensor interface by James Feist · 6 years ago
  61. ba00343 ipmi: enable oem ipmi command for fan control by Patrick Venture · 6 years ago
  62. ca97c83 add fan_rpm_loop script by Patrick Venture · 6 years ago
  63. 7136a5a Add ability to configure from dbus by James Feist · 6 years ago
  64. 2524323 test: dbus: dbusactiveread by Patrick Venture · 6 years ago
  65. 0ef1faf test: dbus: passive read interface by Patrick Venture · 6 years ago
  66. 0df7c0f dbus: transition to interface for testing by Patrick Venture · 6 years ago
  67. d0c7566 dbus: dbuspassive refactor by Patrick Venture · 6 years ago
  68. 566a151 test: pid: fancontroller by Patrick Venture · 6 years ago
  69. 3349ef2 test: pid: thermalcontroller by Patrick Venture · 6 years ago
  70. a58197c test: pid: zone by Patrick Venture · 6 years ago
  71. 2e3ecb5 update configure and test/Makefile.am by Patrick Venture · 6 years ago
  72. ab28cb3 configure.ac: add -fpic flag by Patrick Venture · 6 years ago
  73. da06428 util: enable unit-tests by Patrick Venture · 6 years ago
  74. 5c7cc54 pid: zone split out builders by Patrick Venture · 6 years ago
  75. 1fa9aab test: sensors: host by Patrick Venture · 6 years ago
  76. 9805543 test: sensor_manager: add test and sensor_mock by Patrick Venture · 6 years ago
  77. e31ee6d test: sensors: pluggable by Patrick Venture · 6 years ago
  78. bd6b476 interfaces: add equality operator for ReadReturn by Patrick Venture · 6 years ago
  79. fe75b19 enable unit-tests: enable for SensorManager by Patrick Venture · 6 years ago
  80. 5e92909 sensors: split building from manager object by Patrick Venture · 6 years ago
  81. 08afbb2 Spelling fixes by Gunnar Mills · 6 years ago
  82. 4bd518d test: add controller_mock by Patrick Venture · 6 years ago
  83. 6246393 test: add read and write interface mocks by Patrick Venture · 6 years ago
  84. 7a841b6 enable unit-tests by Patrick Venture · 6 years ago
  85. e49bbfc sysfs: const-ify string parameters in constructors by Patrick Venture · 6 years ago
  86. 7208eed More on gitignore by Patrick Venture · 6 years ago
  87. 22199ca Update gitignore by Patrick Venture · 6 years ago
  88. 8553251 Add gitignore by Patrick Venture · 6 years ago
  89. f55349d sensors: host: add comment by Patrick Venture · 6 years ago
  90. 00d5199 fancontroller: remove percentage log entry by Patrick Venture · 6 years ago
  91. 5f02ad2 pid: added thermal inputs & failsafe to logging by Patrick Venture · 6 years ago
  92. bf0cf74 Add MAINTAINERS file by Andrew Jeffery · 6 years ago
  93. dc3b790 s/Control.FanCtrl.Mode/Control.Mode/ by Patrick Venture · 6 years ago
  94. 0d73b10 dbus: util: Remove explicit element count by Patrick Venture · 6 years ago
  95. 1df1a2c util: remove unused variable by Patrick Venture · 6 years ago
  96. 2075863 makefile: add PTHREAD library by Patrick Venture · 6 years ago
  97. 2917247 configure.ac: add check for libconfig++ by Patrick Venture · 6 years ago
  98. 05c02b2 makefile: disable OEM IPMI library by Patrick Venture · 6 years ago
  99. 7494ce0 bootstrap.sh: set executable by Patrick Venture · 6 years ago
  100. e620656 Scripts and main daemon by Patrick Venture · 6 years ago