Name Date Size #Lines LOC

..Today-

fail-monitor/H14-Feb-2023-289147

libmapper/H02-Jun-2022-1,066853

src/H24-Oct-2023-3,7442,674

subprojects/H06-Apr-2024-5136

.clang-formatH A D24-Oct-20233.6 KiB136134

.gitignoreH A D02-Jun-202270 64

LICENSEH A D07-Mar-202111.1 KiB203169

OWNERSH A D25-Jul-20221.6 KiB4944

README.mdH A D08-Dec-2022469 2917

meson.buildH A D19-May-20244.5 KiB167148

meson.optionsH A D17-Aug-2023234 1412

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