- f5772d2 EntityManager: Promote FoundDeviceT to a struct and rename by Andrew Jeffery · 2 years, 9 months ago
- 1525e85 fru-device: use off_t/size_t for FRU IO offsets & lengths by Zev Weiss · 2 years, 10 months ago
- 1dda2b3 FruDevice: Refactor i2c device monitor by Jiaqing Zhao · 2 years, 9 months ago
- f805baf fru-device: Refine addressing mode detection logic by Jae Hyun Yoo · 2 years, 9 months ago
- f1102ff Utils: Move result definition to where it's used by Andrew Jeffery · 2 years, 9 months ago
- efcbf00 Utils: Use consistent style in expression reconstruction by Andrew Jeffery · 2 years, 9 months ago
- deb97f1 Utils: Drop redundant iteration guard by Andrew Jeffery · 2 years, 9 months ago
- 9555961 Expression: evaluate adjusts the end iterator to the end by Andrew Jeffery · 2 years, 9 months ago
- 77b3c06 Utils: Simplify 'replaced' loop exit in templateCharReplace() by Andrew Jeffery · 2 years, 9 months ago
- 159588b Utils: std::stoul() converts numbers in base 10 too by Andrew Jeffery · 2 years, 9 months ago
- 5ace4e4 Utils: Extract expression evaluation loop to Expression.cpp by Andrew Jeffery · 2 years, 9 months ago
- a05437e Utils: Break out expression parsing and evaluation by Andrew Jeffery · 2 years, 9 months ago
- 7d05afc Utils: Declare mathChars and nextItemIdx where they're used by Andrew Jeffery · 2 years, 9 months ago
- 8d8b62f Utils: `templateChar + propName` is `templateName` by Andrew Jeffery · 2 years, 9 months ago
- d9e3e19 Utils: Destructure interface properties in templateCharReplace() by Andrew Jeffery · 2 years, 9 months ago
- e0ed587 Utils: Continue early in templateCharReplace() to avoid indentation by Andrew Jeffery · 2 years, 9 months ago
- 3c5f12b PerformScan: Eliminate duplicate type check in run() by Andrew Jeffery · 2 years, 9 months ago
- 8650187 PerformScan: Only hash if we're not debugging in getRecordName() by Andrew Jeffery · 2 years, 9 months ago
- 928c5b2 PerformScan: Unwrap comments in getRecordName() by Andrew Jeffery · 2 years, 9 months ago
- 1ae4ed6 PerformScan: Eliminate else-after-return in getRecordName() by Andrew Jeffery · 2 years, 9 months ago
- 26db575 PerformScan: Clean up whitespace in registerCallback() by Andrew Jeffery · 2 years, 9 months ago
- 4dcc55d PerformScan: Make registerCallback() static by Andrew Jeffery · 2 years, 9 months ago
- 91c5eaa PerformScan: Clean up timer declarations using auto by Andrew Jeffery · 2 years, 9 months ago
- d9b6784 PerformScan: Introduce DBusInterfaceInstance by Andrew Jeffery · 2 years, 9 months ago
- 4732183 PerformScan: Eliminate interfaceConnections by Andrew Jeffery · 2 years, 9 months ago
- 8d2761e PerformScan: Extract processDbusObjects() by Andrew Jeffery · 2 years, 9 months ago
- 4a4ab5c PerformScan: Remove redundant early-return by Andrew Jeffery · 2 years, 9 months ago
- c6558f6 PerformScan: All interfaces on a path is an object by Andrew Jeffery · 2 years, 9 months ago
- 1983d2f EntityManager: Make MapperGetSubTreeResponse type comprehensible by Andrew Jeffery · 2 years, 9 months ago
- 402fa1c EntityManager: Remove dead ManagedObjectType definition by Andrew Jeffery · 2 years, 9 months ago
- eab4929 EntityManager: Rename BasicVariantType to DBusValueVariant by Andrew Jeffery · 2 years, 9 months ago
- ac20bd9 EntityManager: Rename DBusProbeObjectT to MapperGetSubTreeResponse by Andrew Jeffery · 2 years, 9 months ago
- f331179 EntityManager: Rename findJsonFiles() to loadConfigurations() by Andrew Jeffery · 2 years, 10 months ago
- e35d0ac EntityManager: Extract publishNewConfiguration() by Andrew Jeffery · 2 years, 10 months ago
- 7c4cbbe EntityManager: Extract deriveNewConfiguration() by Andrew Jeffery · 2 years, 10 months ago
- 0d0c146 EntityManager: Extract pruneConfiguration() by Andrew Jeffery · 2 years, 10 months ago
- 5ec49ad EntityManager: Clean up interface removal condition by Andrew Jeffery · 2 years, 10 months ago
- 6cbbc09 EntityManager: Exploit destructuring for configuration removed loop by Andrew Jeffery · 2 years, 10 months ago
- 2f750d2 EntityManager: Introduce getDeviceInterfaces() by Andrew Jeffery · 2 years, 10 months ago
- d235cb6 EntityManager: Flip condition to start removed timer by Andrew Jeffery · 2 years, 10 months ago
- 4db38bc EntityManager: Refactor pruneDevice() early-exits by Andrew Jeffery · 2 years, 10 months ago
- 89ec352 EntityManager: Introduce pruneDevice() by Andrew Jeffery · 2 years, 10 months ago
- a82c55d EntityManager: Exploit destructuring for device removed loop by Andrew Jeffery · 2 years, 10 months ago
- d38fc67 EntityManager: Continue the loop if the entity is present by Andrew Jeffery · 2 years, 10 months ago
- 8924f2f EntityManager: Determine device config presence with .contains() by Andrew Jeffery · 2 years, 10 months ago
- 27a1cfb EntityManager: Rename isDetectedPowerOn for clarity by Andrew Jeffery · 2 years, 10 months ago
- b620944 EntityManager: Refactor deviceRequiresPowerOn() with early-exits by Andrew Jeffery · 2 years, 10 months ago
- 5519293 EntityManager: Extract deviceRequiresPowerOn() by Andrew Jeffery · 2 years, 10 months ago
- a96950d EntityManager: Destructure board properties in postToDbus() by Andrew Jeffery · 2 years, 10 months ago
- 13132df EntityManager: Destructure board attributes in postToDbus() by Andrew Jeffery · 2 years, 10 months ago
- 5a6379c EntityManager: Destructure exposed items in postToDbus() by Andrew Jeffery · 2 years, 10 months ago
- ace306d EntityManager: Destructure items when iterating newConfiguration by Andrew Jeffery · 2 years, 10 months ago
- 65ea450 EntityManager: Destructure dict items in populateInterfaceFromJson() by Andrew Jeffery · 2 years, 10 months ago
- 029ee28 EntityManager: Rename key to path in populateInterfaceFromJson() by Andrew Jeffery · 2 years, 10 months ago
- f518471 PerformScan: Destructure config items in run() by Andrew Jeffery · 2 years, 10 months ago
- f8ae2ba FruUtils: Fix code formatting by Andrew Jeffery · 2 years, 10 months ago
- 0710828 fru-device: fix return value of i2cSmbusWriteThenRead() by Zev Weiss · 2 years, 10 months ago
- 7135f3d Move getFRUInfo function to FruUtils.cpp file. by Kumar Thangavel · 3 years ago
- c74e751 Move global variable busMap to FruUtil.hpp by Kumar Thangavel · 3 years ago
- 2418a61 Fix dangling references to powerIsOn by Jonathan Doman · 2 years, 11 months ago
- 0961b11 Rename function `formatFRU` to `formatIPMIFRU` by Michael Shen · 2 years, 11 months ago
- e24c063 Remove unused debug variable in entity-manager by Ed Tanous · 2 years, 11 months ago
- 7f43ea8 Move global variables io service and bus to local variables. by Kumar Thangavel · 3 years, 1 month ago
- 1e8e71f Move global variable powerIsOn to local variable. by Kumar Thangavel · 3 years, 1 month ago
- a6d4733 Cleanup of code to pass CI, clang-tidy-13 by Bruce Mitchell · 3 years, 1 month ago
- a9c5892 entity-manager: Search sysconfdir for configurations by Andrew Jeffery · 3 years, 7 months ago
- 666583b EntityManager: Clean up use of probeTypes by Andrew Jeffery · 3 years, 1 month ago
- f07c5ed EntityManager: Split out PerformProbe by Andrew Jeffery · 3 years, 1 month ago
- 47af65a EntityManager: Split out PerformScan by Andrew Jeffery · 3 years, 1 month ago
- 41a9051 Move global variable to local variable. by Kumar Thangavel · 3 years, 2 months ago
- bd4075f FruUtils: Add support for finding FRU at an offset by Oskar Senft · 3 years, 3 months ago
- a0d1b3f Utils: Fix more than one template replace by Zhikui Ren · 3 years, 3 months ago
- 83b1e9b catch exceptions as const by Patrick Williams · 3 years, 3 months ago
- 55ae5a8 Revert "meson: nlohmann/json has a meson build" by Ed Tanous · 3 years, 5 months ago
- 65ed664 FruUtils: Avoid truncation in derivation of fruAreaSize by Andrew Jeffery · 3 years, 5 months ago
- 499e7aa FruUtils: Rework calculateChecksum() implementation by Andrew Jeffery · 3 years, 5 months ago
- 9fedd14 meson: nlohmann/json has a meson build by Andrew Jeffery · 3 years, 5 months ago
- 07d467b Make build on clang by Ed Tanous · 3 years, 11 months ago
- c02d8cb FruDevice: fix possible resource leak by Zhikui Ren · 3 years, 7 months ago
- 395c6d4 Require all probe interface properties to match by Jonathan Doman · 3 years, 8 months ago
- 6d64982 Fix dangling reference to scan count by Jonathan Doman · 3 years, 8 months ago
- cda1473 Make a copy of the probe string to fix warning by Ed Tanous · 3 years, 8 months ago
- 37e142b Check for errors before trying to open a bus by Ed Tanous · 3 years, 9 months ago
- 9fd87e5 entity-manager: allow non-numeric substitution for name by Igor Kononenko · 4 years, 3 months ago
- 4bab932 Fix early exit for non D-Bus probes by Matt Spinler · 3 years, 9 months ago
- 9b86787 Improve initialization of I2C sensors by Johnathan Mantey · 4 years, 3 months ago
- 7798712 FruUtils: Add back the else in formatFRU. by Scron-Chang · 3 years, 10 months ago
- 9e5a675 FruDevice: Define the day 1/1/96. by Scron-Chang · 3 years, 10 months ago
- c8dc4af Moved the common code and functions between fru deamons in entitymanager. by Kumar Thangavel · 4 years ago
- 06d1b4a FruDevice: Move verifyOffset to util by Vijay Khemka · 4 years ago
- e789bf1 Do tmpl substitutions using all properties on path by Matt Spinler · 3 years, 11 months ago
- 4f32889 Fix lambda capture in findDbusObjects by Matt Spinler · 3 years, 11 months ago
- 7792e39 FruDevice: Enforce FRU layout order by Vijay Khemka · 4 years ago
- f69fe90 Checking nullptr of busmap[0] by Helen Huang · 3 years, 11 months ago
- 2a96708 FruDevice: Check for language code by Vijay Khemka · 4 years ago
- 02618f0 FruDevice: Verify offset overlap by Vijay Khemka · 4 years ago
- 9b43b77 Emplace baseboardDev to I2C bus0 by Helen Huang · 4 years ago
- ab29641 split readFRUContents() into FruUtils module by Patrick Venture · 4 years ago
- c473213 FruDevice: Add error message for header by Vijay Khemka · 4 years, 1 month ago
- 10a8c5f entity-manager: scan after ObjectManager signals by Brad Bishop · 4 years, 1 month ago