commit | 50b7da853146eefb17ada6047865f22a4af53bc6 | [log] [tgz] |
---|---|---|
author | Yicheng Li <yichengli@chromium.org> | Mon Jun 01 16:49:27 2020 |
committer | Yicheng Li <yichengli@chromium.org> | Mon Jun 01 17:15:53 2020 |
tree | f8d6d47167ee3dc32e8fb75f6db76f2bcc3c599c | |
parent | 843ce7097112162c3290dd60b2518d3632aa4533 [diff] | |
parent | 3287dea58206deb033aede1e8dd93523277ce0a6 [diff] |
Merge remote-tracking branch 'cros/upstream/master' Related changes: 3287dea Remove/replace unnecessary logging.h includes in .cc files (components) 1008f96 logging.h related include-what-you-use (components/) BUG=none TEST=FEATURES=test emerge-nami cbor Change-Id: Iddeee62aa13cb193347f3fb0c0b44a6a96b7d1fc
cbor
: Concise Binary Object RepresentationThis library is a partial implementation of the RFC 7049 Concise Binary Object Representation standard.
The source code was fetched from chromium/src
(https://chromium.googlesource.com/chromium/src/+/242df8b64d2a0ab5f057d1d4c76ea8537fdbb789) in order to avoid code duplication.
To pull in updates from chromium/src
, do the following:
git remote add upstream https://chromium.googlesource.com/chromium/src
git fetch upstream master
git checkout -b staging-branch upstream/master
git subtree split -P components/cbor -b synthetic-branch
git checkout master
git merge --allow-unrelated-histories -s subtree synthetic-branch
git branch -D staging-branch synthetic-branch
git remote remove upstream