Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | Today | - | ||||
fail-monitor/ | H | 20-Aug-2024 | - | 289 | 147 | |
libmapper/ | H | 01-Nov-2024 | - | 1,138 | 924 | |
src/ | H | 13-Nov-2024 | - | 4,078 | 2,918 | |
subprojects/ | H | 06-Apr-2024 | - | 51 | 36 | |
.clang-format | H A D | 20-Aug-2024 | 3.7 KiB | 137 | 135 | |
.gitignore | H A D | 02-Jun-2022 | 70 | 6 | 4 | |
LICENSE | H A D | 07-Mar-2021 | 11.1 KiB | 203 | 169 | |
OWNERS | H A D | 25-Jul-2022 | 1.6 KiB | 49 | 44 | |
README.md | H A D | 08-Dec-2022 | 469 | 29 | 17 | |
meson.build | H A D | 04-Sep-2024 | 4.5 KiB | 166 | 147 | |
meson.options | H A D | 17-Aug-2023 | 234 | 14 | 12 |
README.md
1# The Mapper 2 3This repository contains the mapper, which assists in finding things on D-Bus. 4There is documentation about it [here][1]. 5 6## Prerequisites 7 8Non-OpenBMC build dependencies are: 9 10- meson/ninja 11- boost 12- libsystemd 13- systemd 14- tinyxml2 15 16## Build 17 18`meson build && ninja -C build` 19 20## Run Unit Tests 21 22`meson build && ninja -C build test` 23 24## Clean the repository 25 26`rm -rf build` 27 28[1]: https://github.com/openbmc/docs/blob/master/architecture/object-mapper.md 29