Skip to content

Commit

Permalink
Roll src/third_party/crc32c/src/ 5998f8451..fa5ade41e (24 commits)
Browse files Browse the repository at this point in the history
https://chromium.googlesource.com/external/github.com/google/crc32c.git/+log/5998f8451548..fa5ade41ee48

This CL also updates BUILD.gn to reflect a header rename.

$ git log 5998f8451..fa5ade41e --date=short --no-merges --format='%ad %ae %s'
2021-06-22 costan Fix compilation warnings on ARM64 with old GCC versions. (#52)
2021-06-20 cmumford Updated Travis-CI configuration. (#51)
2021-06-02 francois Fix GitHub links. (#50)
2020-12-13 costan Update Travis CI config. (#49)
2020-12-13 costan Updated third_party/ and Travis CI config. (#48)
2020-09-17 hjmallon Add support for ARM64 darwin (#43)
2020-08-18 rtobarc Remove unnecessary reinterpret_cast (chromium#42)
2020-06-18 github-sipa Fix (unused) ReadUint64LE for BE machines (#41)
2020-04-11 costan Bump dependencies. (#40)
2019-11-10 pwnall Move CI to Visual Studio 2019.
2019-11-10 pwnall Allow different C/C++ standards when this is used as a subproject.
2019-03-27 chfast CMake: Use configure_package_config_file()
2019-03-27 chfast CMake: Remove redundant usage of PROJECT_SOURCE_DIR
2019-11-04 pwnall Add comment ensuring include(GNUInstallDirs) stays where it should be.
2019-11-04 pwnall Bump dependencies.
2019-11-04 coryan Fix installed target definition. (chromium#39)
2019-03-27 chfast Test CMake installation on Travis.
2019-09-29 costan Update deps and Travis CI config.
2019-06-03 pwnall Fix regexp replacement in CMake config.
2019-05-23 pwnall Update dependencies. (#37)
2019-05-04 pwnall Set version and soversion in CMake. (#33)
2019-05-03 bramp Only set the POSITION_INDEPENDENT_CODE property when building a shard library (#34)
2019-04-29 costan Update Travis CI configuration. (chromium#36)
2019-03-01 costan Bump dependencies (#31)

Created with:
  roll-dep src/third_party/crc32c/src

Change-Id: Ia3a302dec4f829f6833e68f25951413febef9f55
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2981501
Auto-Submit: Victor Costan <pwnall@chromium.org>
Reviewed-by: Chris Mumford <cmumford@google.com>
Commit-Queue: Victor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#895358}
  • Loading branch information
pwnall authored and Chromium LUCI CQ committed Jun 23, 2021
1 parent b2a2805 commit 6ddea8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ deps = {
Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',

'src/third_party/crc32c/src':
Var('chromium_git') + '/external/github.com/google/crc32c.git' + '@' + '5998f8451548244de8cde7fab387a550e7c4497d',
Var('chromium_git') + '/external/github.com/google/crc32c.git' + '@' + 'fa5ade41ee480003d9c5af6f43567ba22e4e17e6',

# For Linux and Chromium OS.
'src/third_party/cros_system_api': {
Expand Down
2 changes: 1 addition & 1 deletion third_party/crc32c/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ source_set("crc32c_arm64") {
sources = [
"src/src/crc32c_arm64.cc",
"src/src/crc32c_arm64.h",
"src/src/crc32c_arm64_linux_check.h",
"src/src/crc32c_arm64_check.h",
]

configs += [ ":crc32c_config" ]
Expand Down

0 comments on commit 6ddea8d

Please sign in to comment.