Name Date Size #Lines LOC

..Today-

fail-monitor/H20-Aug-2024-289147

libmapper/H01-Nov-2024-1,138924

src/H13-Nov-2024-4,0782,918

subprojects/H06-Apr-2024-5136

.clang-formatH A D20-Aug-20243.7 KiB137135

.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 D04-Sep-20244.5 KiB166147

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