Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | std::variant: Remove uses of the variant_ns | William A. Kennington III | 2019-04-05 | 1 | -7/+6 |
* | message: Fix variant api usage | William A. Kennington III | 2018-10-05 | 1 | -3/+5 |
* | clang-format: Fix pointer alignment | William A. Kennington III | 2018-08-31 | 1 | -20/+19 |
* | clang-format: always break template declarations | Patrick Venture | 2018-08-31 | 1 | -1/+2 |
* | update .clang-format header inclusion order | Patrick Venture | 2018-08-31 | 1 | -3/+5 |
* | test/message/append: Use googletest and mocks | William A. Kennington III | 2018-07-09 | 1 | -604/+305 |
* | tests: Write our own assert() | William A. Kennington III | 2018-06-27 | 1 | -91/+104 |
* | tests: Fix memory leak from sd_bus calls | William A. Kennington III | 2018-06-27 | 1 | -1/+5 |
* | Allow reading and appending of more complex types | Ed Tanous | 2018-03-07 | 1 | -0/+135 |
* | Update repo to conform to openbmc code standard | Andrew Geissler | 2018-02-05 | 1 | -28/+19 |
* | message-append: Add more string test cases | Patrick Williams | 2017-02-15 | 1 | -4/+45 |
* | message-append: support obj-path and signature | Patrick Williams | 2017-01-09 | 1 | -0/+27 |
* | append/read: additional testcases for bool forms | Patrick Williams | 2016-11-28 | 1 | -4/+8 |
* | message: fix parallel test issue | Patrick Williams | 2016-11-04 | 1 | -1/+1 |
* | message: compile warning in testcases | Patrick Williams | 2016-11-04 | 1 | -0/+2 |
* | message: write testcase to confirm bool and double | Patrick Williams | 2016-10-20 | 1 | -0/+25 |
* | variant support for append/read | Patrick Williams | 2016-09-12 | 1 | -0/+83 |
* | std::tuple support for append/read | Patrick Williams | 2016-09-12 | 1 | -0/+39 |
* | std::map support for append/read | Patrick Williams | 2016-09-12 | 1 | -0/+59 |
* | std::vector support for append/read | Patrick Williams | 2016-09-12 | 1 | -0/+42 |
* | bus::process: use message::message | Patrick Williams | 2016-09-12 | 1 | -1/+1 |
* | Add verification to append testcases | Patrick Williams | 2016-09-12 | 1 | -1/+86 |
* | Migrate bus to message bindings | Patrick Williams | 2016-09-12 | 1 | -18/+18 |
* | Add bus bindings | Patrick Williams | 2016-09-12 | 1 | -29/+22 |
* | Add message append functionality | Patrick Williams | 2016-09-08 | 1 | -0/+140 |