Switch from json11 to nlohmann/json (#31093)

* Initial commit

* fix release/file_common

* Update common/swaglog.cc

* Swtiched serialize cc

* move to lfs

---------

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
This commit is contained in:
mtribiere
2024-01-23 07:35:47 +01:00
committed by GitHub
parent 827aa2e4fa
commit ee036482b8
17 changed files with 76 additions and 1098 deletions
-3
View File
@@ -1,6 +1,3 @@
Import('env')
env.Library('json11', ['json11/json11.cpp'], CCFLAGS=env['CCFLAGS'] + ['-Wno-unqualified-std-cast-call'])
env.Append(CPPPATH=[Dir('json11')])
env.Library('kaitai', ['kaitai/kaitaistream.cpp'], CPPDEFINES=['KS_STR_ENCODING_NONE'])