commit | 04d07c9ee376c20f3633966d0763a4e0235ebc81 | [log] [tgz] |
---|---|---|
author | Tom Hughes <tomhughes@chromium.org> | Fri Dec 03 21:38:58 2021 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Dec 16 14:29:11 2021 |
tree | ef46758cd7a873061299322a15b7251e9e9ee64b | |
parent | cabda564863455212232a3f4237b1a29c6304557 [diff] |
Revert "Rewrite most `Foo* field_` pointer fields to `raw_ptr<Foo> field_`." Reason for revert: raw_ptr not available on Chrome OS. This reverts commit 70ef0c2594d76015c7521d92456fab36a04eb010. BUG=chromium:1271599 BUG=b:204698553 BUG=b:198296022 TEST=cros_run_unit_tests --board=${BOARD} --packages cbor Change-Id: I86f1d023ff5cacb9a376a015c8a4a9cb75ffe38b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/cbor/+/3309187 Tested-by: Anastasiia N <anastasiian@chromium.org> Reviewed-by: Tom Hughes <tomhughes@chromium.org> Tested-by: Tom Hughes <tomhughes@chromium.org> Commit-Queue: Anastasiia N <anastasiian@chromium.org>
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.
The cros/upstream/master branch is a mirror of the components/cbor directory from upstream. It is automatically updated to reflect the latest changes in upstream.
To pull in updates from chromium/src
, do the following:
git checkout -b upstream cros/upstream/master
git checkout master
git merge --allow-unrelated-histories upstream