summaryrefslogtreecommitdiff
path: root/include/ibm/locks.hpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-09Fix spelling mistakesEd Tanous1-1/+1
2023-07-20Replace logging with std::formatEd Tanous1-47/+47
2023-07-12Fix clang-tidy error for ibm/locksRavi Teja1-23/+13
2023-05-12ibm-locks: shut up clang-tidy by disabling codePatrick Williams1-2/+9
2023-05-12use emplace where appropriate per clang-tidyPatrick Williams1-2/+1
2023-05-11clang-format: copy latest and re-formatPatrick Williams1-5/+0
2023-01-18Fix a boatload of #includesEd Tanous1-1/+1
2022-12-21Change variable scopesEd Tanous1-4/+1
2022-10-12header cleanupsNan Zhou1-1/+2
2022-09-06IBM Mgmt console lock algorithm improvementSunitha Harish1-26/+17
2022-08-11IBM Mgmt console writeLock conflict fixSunitha Harish1-1/+1
2022-07-16Remove usages of boost::starts/ends_withEd Tanous1-1/+2
2022-06-28Fix shadowed variable issuesEd Tanous1-7/+7
2022-02-15Enable readability-implicit-bool-conversion checksEd Tanous1-1/+1
2022-02-09Enable readability-avoid-const-params-in-declsEd Tanous1-1/+1
2022-02-07Enable readability-redundant-control-flow checksEd Tanous1-6/+1
2022-02-07Enable readability-named-parameter checksEd Tanous1-14/+16
2022-01-28Enable readability-container-size-empty testsEd Tanous1-1/+1
2022-01-12Enable checks for pointer arithmeticEd Tanous1-3/+8
2022-01-12Enable reinterpre_cast checksEd Tanous1-0/+2
2022-01-12Enable cppcoreguidelines-special-member-functions checksEd Tanous1-0/+8
2022-01-12Enable init checkerEd Tanous1-2/+2
2021-09-08IBM Management Interface: Lock ManagementSunitha Harish1-75/+0
2021-04-30Fix typos in commentsAli Ahmed1-4/+4
2021-04-20Create IBM ConfigFile base directorySunitha Harish1-54/+18
2020-10-29Fix Release Lock APIManojkiran Eda1-1/+1
2020-10-23fix include namesEd Tanous1-2/+1
2020-10-15Lots of performance improvementsEd Tanous1-15/+15
2020-10-09Write the clang-tidy file OpenBMC needsEd Tanous1-121/+94
2020-10-02Fix bad log statementEd Tanous1-1/+1
2020-09-30modernize ibm management consoleEd Tanous1-3/+2
2020-09-22Fix IBM management console to match coding standardEd Tanous1-1/+1
2020-07-10Codespell spelling fixesGunnar Mills1-7/+7
2020-06-11clang-format: update to latest from docs repoGunnar Mills1-38/+38
2020-06-09Add unit test for the lock managementmanojkiraneda1-26/+34
2020-05-15AcquireLock : ResourceID Endianness ChangesManojkiran Eda1-3/+13
2020-05-15Implement ReleaseAll Locks functionalityManojkiran Eda1-4/+4
2020-05-14Remove the locks associated with the sessionRatan Gupta1-23/+68
2020-05-07Persist the lock tableSunitha Harish1-1/+107
2020-05-01Implement GetLockList function in Lock Servicemanojkiraneda1-3/+42
2020-04-28Implement Release Lock in Lock Servicemanojkiraneda1-5/+135
2020-04-22Implement Acquire Lock Function in Lock Servicemanojkiraneda1-0/+422