Add vajson to score baselibs#139
Conversation
|
The created documentation from the pull request is available at: docu-html |
|
I think we should avoid using amsr and replace it with score namespace |
|
@mihajlo-k @fbaeuerle This PR is ready for review. The failing copyright check is pointing to a file that is not changed as part of this PR. Let me know if something needs changing. |
| build --credential_helper="*.qnx.com=%workspace%/.github/tools/qnx_credential_helper.py" | ||
|
|
||
| build:_bl_stub --//score/json:base_library=nlohmann | ||
| build:_bl_stub --//score/json:base_library=vajson |
There was a problem hiding this comment.
Does this change need project alignment?
There was a problem hiding this comment.
I guess so. I can also just revert it for now.
There was a problem hiding this comment.
@fbaeuerle I switched back to using nlohmann as default.
| [&result](StringView view) noexcept { | ||
| static_cast<void>(std::memcpy(&result, view.data(), sizeof(result))); | ||
|
|
||
| result = be32toh(result); |
There was a problem hiding this comment.
out of curiosity: why can't we use be32toh?
There was a problem hiding this comment.
IIRC it caused build failures on QNX because the macro is not defined there.
The problem is anyway already fixed on master. I cannot rerun it (neither can I approve the qnx workflows). |
This pull request adds the vector VaJson Parser to the score baselibs. Treats #149