commit | cabda564863455212232a3f4237b1a29c6304557 | [log] [tgz] |
---|---|---|
author | Tom Hughes <tomhughes@chromium.org> | Tue Nov 30 22:53:42 2021 |
committer | Tom Hughes <tomhughes@chromium.org> | Fri Dec 03 21:34:30 2021 |
tree | 5f252ce043818f255f51d29ee37b91e86c64d69e | |
parent | c08a8294142177b6ab622a019ec62fa46e72fc80 [diff] | |
parent | 70ef0c2594d76015c7521d92456fab36a04eb010 [diff] |
Merge remote-tracking branch 'cros/upstream/main' Related changes: 70ef0c25 Rewrite most `Foo* field_` pointer fields to `raw_ptr<Foo> field_`. 701da4c2 cbor: Add allow_and_canonicalize_out_of_order_keys flag 6ab897e9 Remove unused "base/macros.h" in components/ fb311d5b Replace DISALLOW_COPY_AND_ASSIGN in components/ a063c268 Swap from base/stl_util.h to cxx17_backports.h in components/ .cc files. 9d6c30f5 Remove unneeded base/stl_util.h includes in components/ and ui/. 0f45c2c3 components: Replace base::Optional and friends with absl counterparts 9567ac5b Delete unused STL includes from components/ headers. 8370d502 [base] Remove base::StringPiece::as_string() usages. 9ebffe85 Added DIR_METADATA files to a batch of subfolders in //components/c... and also removed duplicated metadata from OWNERS files da40ce6b Remove/replace unnecessary includes of logging.h (components/) BUG=chromium:1271599 BUG=b:204698553 BUG=b:198296022 TEST=cros_run_unit_tests --board=${BOARD} --packages cbor Change-Id: I8d2601b151ac76edef08c9813ffc79ae22c228ce
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