History log of /openbmc/libbej/subprojects/ (Results 1 – 1 of 1)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2bc745a301-Apr-2024 Konstantin Aladyshev <aladyshev22@gmail.com>

meson: Provide wrap for nlohmann

Currently on the system without nlohmann installed local build fails
with error:
"""
../test/include/bej_common_test.hpp:5:10: fatal error:
nlohmann/json.hpp: No suc

meson: Provide wrap for nlohmann

Currently on the system without nlohmann installed local build fails
with error:
"""
../test/include/bej_common_test.hpp:5:10: fatal error:
nlohmann/json.hpp: No such file or directory
5 | #include "nlohmann/json.hpp"
"""
Provide wrap file for nlohmann and add the necessary dependency to fix
the issue.

Tested:
Local build via "meson setup build && cd build && meson compile" now
finishes without errors.

Change-Id: I8d63dac6f8963c7da2c5831a1fb1998663a12f6f
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>

show more ...


/openbmc/libbej/.clang-format
/openbmc/libbej/.gitignore
/openbmc/libbej/LICENSE
/openbmc/libbej/MAINTAINERS
/openbmc/libbej/OWNERS
/openbmc/libbej/README.md
/openbmc/libbej/include/libbej/bej_common.h
/openbmc/libbej/include/libbej/bej_decoder_core.h
/openbmc/libbej/include/libbej/bej_decoder_json.hpp
/openbmc/libbej/include/libbej/bej_dictionary.h
/openbmc/libbej/include/libbej/bej_encoder_core.h
/openbmc/libbej/include/libbej/bej_encoder_json.hpp
/openbmc/libbej/include/libbej/bej_encoder_metadata.h
/openbmc/libbej/include/libbej/bej_tree.h
/openbmc/libbej/include/libbej/meson.build
/openbmc/libbej/meson.build
/openbmc/libbej/meson.options
/openbmc/libbej/src/bej_common.c
/openbmc/libbej/src/bej_decoder_core.c
/openbmc/libbej/src/bej_decoder_json.cpp
/openbmc/libbej/src/bej_dictionary.c
/openbmc/libbej/src/bej_encoder_core.c
/openbmc/libbej/src/bej_encoder_json.cpp
/openbmc/libbej/src/bej_encoder_metadata.c
/openbmc/libbej/src/bej_tree.c
/openbmc/libbej/src/meson.build
nlohmann_json.wrap
/openbmc/libbej/test/bej_common_test.cpp
/openbmc/libbej/test/bej_decoder_test.cpp
/openbmc/libbej/test/bej_dictionary_test.cpp
/openbmc/libbej/test/bej_encoder_test.cpp
/openbmc/libbej/test/bej_tree_test.cpp
/openbmc/libbej/test/dictionaries/annotation_dict.bin
/openbmc/libbej/test/dictionaries/chassis_dict.bin
/openbmc/libbej/test/dictionaries/circuit_dict.bin
/openbmc/libbej/test/dictionaries/drive_oem_dict.bin
/openbmc/libbej/test/dictionaries/dummy_simple_dict.bin
/openbmc/libbej/test/dictionaries/storage_dict.bin
/openbmc/libbej/test/encoded/chassis_enc.bin
/openbmc/libbej/test/encoded/circuit_enc.bin
/openbmc/libbej/test/encoded/drive_oem_enc.bin
/openbmc/libbej/test/encoded/dummy_simple_enc.bin
/openbmc/libbej/test/encoded/storage_enc.bin
/openbmc/libbej/test/include/bej_common_test.hpp
/openbmc/libbej/test/json/chassis.json
/openbmc/libbej/test/json/circuit.json
/openbmc/libbej/test/json/drive_oem.json
/openbmc/libbej/test/json/dummysimple.json
/openbmc/libbej/test/json/storage.json
/openbmc/libbej/test/json/storage_large.json
/openbmc/libbej/test/meson.build