Sign in
chromium
/
external
/
github.com
/
google
/
crc32c
/
HEAD
2bbb3be
Fix CMake 4.0 compatibility. (#68)
by Theodore Tsirpanis
· 1 year, 5 months ago
main
1c51f87
#ifdef -> #if defined()
by Victor Costan
· 2 years ago
fix-ifdef
d3d60ac
Fix invalid pointer casts in arm64 implementation (#65)
by David Benjamin
· 2 years ago
9d0fb14
C++ interface: Support std::byte if it's available. (#60)
by Shea Levy
· 2 years ago
21fc8ef
Fix typo (#59)
by Dimitris Apostolou
· 4 years, 7 months ago
89f6984
Fix misspelled "Proccess" in comment
by Munkybooty
· 4 years, 8 months ago
02e65f4
Bump deps (#56)
by Victor Costan
· 4 years, 11 months ago
1.1.2
b9d6e82
Fix Windows CI build. (#54)
by Victor Costan
· 5 years ago
bbbb93a
Switch CI to GitHub Actions (#55)
by Victor Costan
· 5 years ago
d46cd17
Add clangd cache directory to .gitignore.
by Victor Costan
· 5 years ago
fa5ade4
Fix compilation warnings on ARM64 with old GCC versions. (#52)
by Victor Costan
· 5 years ago
db08d22
Updated Travis-CI configuration. (#51)
by Chris Mumford
· 5 years ago
e31619a
Fix GitHub links. (#50)
by Francois Marier
· 5 years ago
7fa4c26
Update Travis CI config. (#49)
by Victor Costan
· 6 years ago
a3d9e6d
Updated third_party/ and Travis CI config. (#48)
by Victor Costan
· 6 years ago
1f85030
Add support for ARM64 darwin (#43)
by Harry Mallon
· 6 years ago
3bb959c
Remove unnecessary reinterpret_cast (#42)
by rtobar
· 6 years ago
2e97ab2
Fix (unused) ReadUint64LE for BE machines (#41)
by Pieter Wuille
· 6 years ago
47b40d2
Bump dependencies. (#40)
by Victor Costan
· 6 years ago
ba74185
Move CI to Visual Studio 2019.
by Victor Costan
· 7 years ago
1.1.1
efa301a
Allow different C/C++ standards when this is used as a subproject.
by Victor Costan
· 7 years ago
cc6d714
CMake: Use configure_package_config_file()
by Paweł Bylica
· 7 years ago
675775b
CMake: Remove redundant usage of PROJECT_SOURCE_DIR
by Paweł Bylica
· 7 years ago
f08cac9
Add comment ensuring include(GNUInstallDirs) stays where it should be.
by Victor Costan
· 7 years ago
160e3fe
Bump dependencies.
by Victor Costan
· 7 years ago
b377ce4
Fix installed target definition. (#39)
by Carlos O'Ryan
· 7 years ago
ee37bcc
Test CMake installation on Travis.
by Paweł Bylica
· 7 years ago
521d2dd
Update deps and Travis CI config.
by Victor Costan
· 7 years ago
fd33bcc
Fix regexp replacement in CMake config.
by Victor Costan
· 7 years ago
38379d4
Update dependencies. (#37)
by Victor Costan
· 7 years ago
d7e35bc
Set version and soversion in CMake. (#33)
by Victor Costan
· 7 years ago
28c4347
Only set the POSITION_INDEPENDENT_CODE property when building a shard library (#34)
by Andrew Brampton
· 7 years ago
fc1f1e1
Update Travis CI configuration. (#36)
by Victor Costan
· 7 years ago
327ce30
Bump dependencies (#31)
by Victor Costan
· 7 years ago
5998f84
Replace missed instance of TEST_CASE with TEST_SUITE.
by Victor Costan
· 7 years ago
e4dfc9f
Remove MSBuild section from AppVeyor config.
by Victor Costan
· 8 years ago
829bacf
Replace TEST_CASE with TEST_SUITE. (#29)
by Victor Costan
· 8 years ago
1.0.7
f0a0470
Update Travis CI config and dependencies. (#27)
by Victor Costan
· 8 years ago
75e82b8
Add shared library mode to Travis CI. (#24)
by Victor Costan
· 8 years ago
1.0.6
a458d36
Support shared libraries. (#23)
by Carlos O'Ryan
· 8 years ago
a047ae2
Fix Travis CI for Mac. (#22)
by Victor Costan
· 8 years ago
e8ac7d4
Update dependencies and bump GCC to 8. (#20)
by Victor Costan
· 8 years ago
f8925d0
Move string_view inclusion out of crc32c namespace (#19)
by Taiju Tsuiki
· 8 years ago
9b56945
Bump third-party dependencies and fix MSVC compile warning. (#18)
by Victor Costan
· 8 years ago
bca495f
Improved configuration for YouCompleteMe, Travis and AppVeyor. (#16)
by Victor Costan
· 8 years ago
4fd6421
Disable exceptions on Visual Studio. (#17)
by Victor Costan
· 8 years ago
992a77e
Replace preprocessor macros with Google Test's Type-Parameterized Tests. (#15)
by Victor Costan
· 9 years ago
0f64c85
Update dependencies. (#14)
by Victor Costan
· 9 years ago
5fd7758
Remove unofficial product notice from README. (#13)
by Victor Costan
· 9 years ago
12a65bf
CMake: fix include install path. (#12)
by Victor Costan
· 9 years ago
1.0.5
0f771ed
Fix SSE4.2 arch flag for MSVC in CMake config. (#8)
by Victor Costan
· 9 years ago
1.0.4
9a58163
C API. (#11)
by Victor Costan
· 9 years ago
53ecc2f
Add license headers to CMake config files. (#7)
by Victor Costan
· 9 years ago
8be50be
Migrate to 0/1 feature detection macros. (#10)
by Victor Costan
· 9 years ago
660013f
Travis CI: Bump gcc to 7 and clang to 5. (#9)
by Victor Costan
· 9 years ago
9bc7a0c
Gate ARM64-accelerated impl on hwcap() having the HWCAP_PMULL flag. (#6)
by Victor Costan
· 9 years ago
1.0.3
d0f929a
More conservative check for <string_view> availability. (#4)
by Victor Costan
· 9 years ago
1.0.2
db73a3f
Fix MSVC warnings in crc32c_unittest.cc. (#3)
by Victor Costan
· 9 years ago
1.0.1
52fbb76
Fixed copyright year for imported code.
by Victor Costan
· 9 years ago
1.0.0
13e5ce7
Record decision to use Google style in .clang-format.
by Victor Costan
· 9 years ago
ecf28dd
Formatted code and remove "(c)" from copyright banner.
by Chris Mumford
· 9 years ago
d93ba69
Disable exceptions and RTTI for real.
by Victor Costan
· 9 years ago
56b1d45
Fixes for use in other CMake projects.
by Victor Costan
· 9 years ago
ca3ca7a
Fix copy-paste typo in CMake config.
by Victor Costan
· 9 years ago
053bf59
Bump up warning level and fix ARM64 warning.
by Victor Costan
· 9 years ago
500c09e
Refactor ARM64 support for better naming.
by Victor Costan
· 9 years ago
476cb03
Improve CMake config comment.
by Victor Costan
· 9 years ago
48baacd
Refactor ARM acceleration checks to support older Androids.
by Victor Costan
· 9 years ago
83fcf62
Document that it doesn't make sense to use SSE4.2 on 32-bit builds.
by Victor Costan
· 9 years ago
684827f
Point to HighwayHash in the README.
by Victor Costan
· 9 years ago
440cb39
Add convenience overload for char*.
by Victor Costan
· 9 years ago
9365fce
Fix feature detection on MSVC.
by Victor Costan
· 9 years ago
8c6bf4c
Faster SSE4.2 implementation.
by Victor Costan
· 9 years ago
354d61e
Out-of-order friendly portable implementation.
by Victor Costan
· 9 years ago
35185ce
Extract XOR constant.
by Victor Costan
· 9 years ago
03d10cf
Extract shifting logic into RoundUp, clang-format.
by Victor Costan
· 9 years ago
b5f22cb
Namespace, style consistency fixes.
by Victor Costan
· 9 years ago
1ea02c7
Bump Google Benchmark.
by Victor Costan
· 9 years ago
17de706
Comment fixes in SSE4.2 version.
by Victor Costan
· 9 years ago
afeb27b
ARM optimizations.
by Victor Costan
· 9 years ago
81a91d7
Cleaned up and switched to a CMake-based build.
by Victor Costan
· 9 years ago
08d3c2d
Make-based version.
by Victor Costan
· 9 years ago