#
2f8444ce |
| 03-Jun-2020 |
William A. Kennington III <wak@google.com> |
meson: Make googletest vendorable This is a quality of life improvement so that users trying to work with the project don't need to have an external install of the googletest depende
meson: Make googletest vendorable This is a quality of life improvement so that users trying to work with the project don't need to have an external install of the googletest dependency for the tests to build. Change-Id: I44b4cbae14c5006eaef0a5b42a1f6b753b07b405 Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
d67babcd |
| 30-May-2019 |
William A. Kennington III <wak@google.com> |
autotools: Remove Meson is now used to build this package in all necessary places. Change-Id: Icd01dd86ee22414c221fe2461c76be56d69eaf9c Signed-off-by: William A. Kennington III
autotools: Remove Meson is now used to build this package in all necessary places. Change-Id: Icd01dd86ee22414c221fe2461c76be56d69eaf9c Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
444d6214 |
| 14-Mar-2019 |
William A. Kennington III <wak@google.com> |
autotools: Fix for autoconf-archive 2019.01.19 The code coverage macros from the archive changed in a backward incompatible way. This adds a workaround to autodetect either version a
autotools: Fix for autoconf-archive 2019.01.19 The code coverage macros from the archive changed in a backward incompatible way. This adds a workaround to autodetect either version and do the right thing. Tested: Builds with the old version of autotools using the CI. Manually edited the CI to include the new 2019.01.19 version and ran the same test to ensure the coverage results are the same. Change-Id: Iebc9a3c32de4fd1c2da26e6eb3bc44cf296a4ca6 Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
ad6ada46 |
| 19-Dec-2018 |
William A. Kennington III <wak@google.com> |
test: Make sure mocks compile This makes sure we don't accidentally change our interface without updating the mock. Change-Id: I50c6827e637167f1223d91f724b99ef8a24b107f Sign
test: Make sure mocks compile This makes sure we don't accidentally change our interface without updating the mock. Change-Id: I50c6827e637167f1223d91f724b99ef8a24b107f Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
8ff58122 |
| 26-Oct-2018 |
William A. Kennington III <wak@google.com> |
utility/aspeed: Add gpio name to offset method Useful for converting from the GPIO name listed in the chip or board schematics to the offset which would be presented by the kernel. Made
utility/aspeed: Add gpio name to offset method Useful for converting from the GPIO name listed in the chip or board schematics to the offset which would be presented by the kernel. Made constexpr so that the conversions can be done at compile time. Ex: gpioplus::utility::aspeed::nameToOffset("B3") -> 11 Tested: Built and run through the unit test suite. Change-Id: I9ec859bf8fb6c60f15e149779d1bd3eb94fc1bd6 Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
88a89bc6 |
| 20-Sep-2018 |
William A. Kennington III <wak@google.com> |
tests: Build test cases with their respective c++ files Tested: Unit tests still build and pass as expected. Change-Id: I20b117dcc07c5338ca300303c52df04f3a0e3ff1 Signed-
tests: Build test cases with their respective c++ files Tested: Unit tests still build and pass as expected. Change-Id: I20b117dcc07c5338ca300303c52df04f3a0e3ff1 Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
f3942f6a |
| 17-Aug-2018 |
William A. Kennington III <wak@google.com> |
test/event: Implement
|
#
b00dd044 |
| 17-Aug-2018 |
William A. Kennington III <wak@google.com> |
test/handle: Implement
|
#
d8218231 |
| 16-Aug-2018 |
William A. Kennington III <wak@google.com> |
test/chip: Implement
|
#
26954bd4 |
| 16-Aug-2018 |
William A. Kennington III <wak@google.com> |
test/internal/fd: Implement
|
#
1d25055f |
| 16-Aug-2018 |
William A. Kennington III <wak@google.com> |
Initial Commit
|