1. c32e3fc add tuning enable variable by Patrick Venture · 5 years ago
  2. f0096a0 Add fan profile support to dbusconfiguration by James Feist · 5 years ago
  3. f81f288 Expand conf namespace by James Feist · 5 years ago
  4. 3484bed s/minThermalRPM/minThermalOutput by James Feist · 5 years ago
  5. 75eb769 dbuspassive: allow scaling by James Feist · 5 years ago
  6. 608304d stepwise: Add ceiling type by James Feist · 5 years ago
  7. 2642cb5 dbusconfiguration: set timeout to 0 by James Feist · 5 years ago
  8. 473d68d Allow removal from failsafe if timeout=0 by James Feist · 5 years ago
  9. 903b042 conf change: s/feedFwdOffOffsetCoeff/feedFwdOffsetCoeff/g by Patrick Venture · 5 years ago
  10. dca2d48 DBusConfiguration: Fix scaling by James Feist · 5 years ago
  11. 18b1311 build: drop support for YAML configurations by Patrick Venture · 5 years ago
  12. 4cb7c05 main: if json configuration, override yaml built by Patrick Venture · 5 years ago
  13. c19f5d4 main: add json configuration path by Patrick Venture · 5 years ago
  14. f72ad44 build: pkg anti-pattern: use defaults by Patrick Venture · 5 years ago
  15. 331143c Convert host-ipmid -> libipmid by William A. Kennington III · 5 years ago
  16. 31eebcd build: check for json header by Patrick Venture · 5 years ago
  17. ba8ffa7 swap libconfig++ for json in configuration parsing by Patrick Venture · 5 years ago
  18. 5426c34 add json verification for configurations by Patrick Venture · 5 years ago
  19. 81cef91 errors: add configuration exception by Patrick Venture · 5 years ago
  20. d149172 add support to build zones and PIDs from json by Patrick Venture · 5 years ago
  21. 7280e27 conf change: s/set-point/setpoint/ by Patrick Venture · 5 years ago
  22. 7442c37 conf change: pid: all pid details are now camelCase by Patrick Venture · 5 years ago
  23. a1c5d37 sysfs: style fix on sysfswrite by Patrick Venture · 5 years ago
  24. 69c5106 conf change: sensors: read and write path rename by Patrick Venture · 5 years ago
  25. 8e2fdb3 conf change: rename zone variables by Patrick Venture · 5 years ago
  26. a23468e pid: rename variables with full names by Patrick Venture · 5 years ago
  27. 4b0df32 pid: rename structure components for style by Patrick Venture · 5 years ago
  28. 6f59cf2 sensors: buildjson: add todo for failure by Patrick Venture · 5 years ago
  29. eeeb867 add support to build sensors from json by Patrick Venture · 5 years ago
  30. 1f802f5 Move all variant usage to std by James Feist · 5 years ago
  31. a510ea2 sensors: add method to grab default timeout by Patrick Venture · 5 years ago
  32. 572c43d Add Hysteresis to pid controllers by James Feist · 5 years ago
  33. 1738e2a [dbus-configuration] Add regex support by James Feist · 5 years ago
  34. c8bd1d1 [dbus-configuration] Back out divide by 100 by James Feist · 5 years ago
  35. 35621eb README: Add margin thermal example by Patrick Venture · 5 years ago
  36. f043367 README: add missing verbatim wrap by Patrick Venture · 5 years ago
  37. 3652fce README: move contents into markdown README by Patrick Venture · 5 years ago
  38. 98dd4ef README: drop TOC by Patrick Venture · 5 years ago
  39. 9fa90c1 Change all default_bus back to new_system bus by James Feist · 5 years ago
  40. 80b5d9a Remove singleton from dbuswriter by James Feist · 5 years ago
  41. 9d5f1a5 Make James Feist a Maintainer by James Feist · 5 years ago
  42. e54c7ff build: cleanup configure script PKG_CHECK_MODULES by Patrick Venture · 6 years ago
  43. 208abce dbusconfiguration: Change apply_visitor to visit by James Feist · 6 years ago
  44. 4cf3986 test: add phosphor-logging to test make by Patrick Venture · 6 years ago
  45. f77ecc7 build: cleanup for readability by Patrick Venture · 6 years ago
  46. d752357 build: set version to 0.1 to match recipe by Patrick Venture · 6 years ago
  47. 11c6556 main: drop unused headers by Patrick Venture · 6 years ago
  48. fcdd85a build: drop commented out line by Patrick Venture · 6 years ago
  49. e94bdc4 pid: add helper methods for thermal controller types by Patrick Venture · 6 years ago
  50. ffd418b dbusconfiguration: Fix and simplify zone calculation by James Feist · 6 years ago
  51. 734f953 Allow multiple inputs to thermal and stepwise controllers by James Feist · 6 years ago
  52. 4a0c061 std::variant: Fixup apply_visitor calls by William A. Kennington III · 6 years ago
  53. 5f59c0f Move all floats to doubles by Patrick Venture · 6 years ago
  54. ba3c8c1 build: cleanup Makefile by Patrick Venture · 6 years ago
  55. f0b7fa3 build: Add -flto to CXXFLAGS by Patrick Venture · 6 years ago
  56. 4b50106 build: fixup url by Patrick Venture · 6 years ago
  57. c959c42 dbusconfiguration: Protect against partial config by James Feist · 6 years ago
  58. 4fd8cff cleanup: drop obsolete is_method_error checks by Patrick Venture · 6 years ago
  59. ffc5ca7 manager: use pass by reference by default by Patrick Venture · 6 years ago
  60. c179d40 style: misc camel casing by Patrick Venture · 6 years ago
  61. c54fbd8 style: rename main globals per style by Patrick Venture · 6 years ago
  62. e6a7a2e style: s/getMinThermalRpmSetPt/getMinThermalRPMSetpoint/g by Patrick Venture · 6 years ago
  63. c399f6f zone: use const reference consistently by Patrick Venture · 6 years ago
  64. 2d8e785 performance: fixup missing const reference in zone by Patrick Venture · 6 years ago
  65. 1248b15 style: use system path for dbus headers by Patrick Venture · 6 years ago
  66. 0bbeaf8 style: s/getZoneId/getZoneID/g by Patrick Venture · 6 years ago
  67. 76ce5d7 dbus: dbuswrite: add try/catch block on calls by Patrick Venture · 6 years ago
  68. e725286 sensors: throw build time exceptions on failure by Patrick Venture · 6 years ago
  69. c404b3e errors: add exception for build time failure by Patrick Venture · 6 years ago
  70. f5e770b dbus: dbuswrite: use factory to catch errors by Patrick Venture · 6 years ago
  71. f8cb464 dbus: passive: move exception checking into factory by Patrick Venture · 6 years ago
  72. 7dbc517 dbus: util: add missing try/catch block by Patrick Venture · 6 years ago
  73. ee30648 pid: add missing override specifiers by Patrick Venture · 6 years ago
  74. a57477f pid: stepwisecontroller: add missing override by Patrick Venture · 6 years ago
  75. 7af157b style: function names should be lower camel by Patrick Venture · 6 years ago
  76. 34ddc90 dbus: util: add missing try/catch block by Patrick Venture · 6 years ago
  77. 563a356 style: member functions should be lower camel by Patrick Venture · 6 years ago
  78. f325231 style: fixup naming of structures by Patrick Venture · 6 years ago
  79. 65ea92e dbusconfiguration: lower cpu cycles while waiting by James Feist · 6 years ago
  80. 26e8c6a dbusconfiguration: Fix mapper call by James Feist · 6 years ago
  81. f77d5a5 cleanup: move from copy and pointer to just const reference by Patrick Venture · 6 years ago
  82. adc9e86 cleanup: rename variable per openbmc style by Patrick Venture · 6 years ago
  83. 4a2dc4d cleanup: apply constness to read-only iterators by Patrick Venture · 6 years ago
  84. d8a9a19 ipmi: drop is_method_error call by Patrick Venture · 6 years ago
  85. 36b7d8e [dbus-passive] Add threshold fan failure by James Feist · 6 years ago
  86. 0771659 dbus: set inclusion to local-first search by Patrick Venture · 6 years ago
  87. 107a25d dbus: transition to find_if by Patrick Venture · 6 years ago
  88. df766f2 cleanup: reduce scope of variables by Patrick Venture · 6 years ago
  89. 4515392 gitignore: add missing items by Patrick Venture · 6 years ago
  90. d73af2b build: check for experimental/filesystem by Patrick Venture · 6 years ago
  91. d7a55bf Stop using mapbox namespace directly by James Feist · 6 years ago
  92. 67efa24 docs: Cleanup of Design Doc by Patrick Venture · 6 years ago
  93. cc74ae1 docs: Ported Design Doc to OpenBMC by Patrick Venture · 6 years ago
  94. cd9e109 [dbus-writer] limit d-bus traffic by James Feist · 6 years ago
  95. 50fdfe3 [dbusconfiguration] Allow partial configurations by James Feist · 6 years ago
  96. d027312 Add James Feist as a reviewer by James Feist · 6 years ago
  97. ce15e02 Fix dbus configured build by James Feist · 6 years ago
  98. 3dfaafd Add hysteresis to stepwise controller by James Feist · 6 years ago
  99. 9f04441 build: configureDbus replacing linked objects by Patrick Venture · 6 years ago
  100. 02c9e04 build: fix conditional by Patrick Venture · 6 years ago