sapling/cdatapack
Adam Simpkins d5440b15c4 sha1: move the sha1collisiondetection code to third-party
Summary:
Move the third-party sha1collisiondetection code from clib/sha1 to
third-party/sha1dc.  This helps isolate third-party code from our own
internally developed code.

This also updates the code to use the same include paths and library names as
used by the sha1collisiondetection's upstream Makefile, which would be needed
to link against a version of sha1collisiondetection installed locally.

Test Plan:
Confirmed "make local" succeeds.

All of the tests pass, except for test-check-commit-hg, which complains about
the fact that some of this third-party code contains multiple empty lines in a
row.  It doesn't seem straightforward to update test-check-commit to ignore
this third-party code, but these test failures shouldn't affect any future
commits.

Reviewers: #fbhgext, ryanmce

Reviewed By: #fbhgext, ryanmce

Differential Revision: https://phab.mercurial-scm.org/D281
2017-08-22 19:09:07 -07:00
..
cdatapack_dump.c convert: unify two sources and clean it up 2017-05-23 11:57:12 -07:00
cdatapack_get.c sha1: move the sha1collisiondetection code to third-party 2017-08-22 19:09:07 -07:00
cdatapack.c cdatapack: add some windows portability 2017-07-18 03:21:28 -07:00
cdatapack.h portibility: move to clib 2017-05-23 11:47:40 -07:00
Makefile remotefilelog: let content stores support metadata 2017-04-26 19:50:36 -07:00