summaryrefslogtreecommitdiffstats
path: root/src/sdevent
Commit message (Collapse)AuthorAgeFilesLines
* sdevent: Remove in favor of sdeventplusWilliam A. Kennington III2018-12-063-377/+0
| | | | | | | | This change removes the one off sd-event wrapper from the project and uses the openbmc wide sdeventplus library. Change-Id: I8e042f875d06082e15606c7191a8073974f93990 Signed-off-by: William A. Kennington III <wak@google.com>
* update .clang-formatPatrick Venture2018-09-043-6/+9
| | | | | | | | Added the header inclusion order to the .clang-format file generated these changes. Change-Id: I4f51a20f469de431ee6a5ba78e3f4da39c980fab Signed-off-by: Patrick Venture <venture@google.com>
* clang-format-6.0 bump fixesPatrick Venture2018-08-311-1/+1
| | | | | | | The bump to use clang-format-6.0 now reports these issues. Change-Id: I174c882727eaa9adf472599443a2f8ef637e2f0a Signed-off-by: Patrick Venture <venture@google.com>
* Enable clang-formatBrad Bishop2018-03-293-242/+224
| | | | | | | Fix up errors and enable clang-format during CI builds. Change-Id: I4176b81f8b85a287af9354165e09ff66aeb9fb29 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add sdevent C++ wrappersBrad Bishop2017-06-193-0/+392
Add C++ wrappers around select sd-event APIs, for a more C++ like programming API. Includes support for core sd_event and timer related sd_event_source APIs. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Change-Id: I10ac5406c9f8831b4efb294d3aef36026469d4a5
OpenPOWER on IntegriCloud