zstd/contrib
Yann Collet 59a7116cc2 benchfn dependencies reduced to only timefn
benchfn used to rely on mem.h, and util,
which in turn relied on platform.h.
Using benchfn outside of zstd required to bring all these dependencies.

Now, dependency is reduced to timefn only.
This required to create a separate timefn from util,
and rewrite benchfn and timefn to no longer need mem.h.

Separating timefn from util has a wide effect accross the code base,
as usage of time functions is widespread.
A lot of build scripts had to be updated to also include timefn.
2019-04-10 12:37:03 -07:00
..
adaptive-compression benchfn dependencies reduced to only timefn 2019-04-10 12:37:03 -07:00
docker added docker readme 2018-03-19 16:13:12 -07:00
experimental_dict_builders Merge fastCover into DictBuilder (#1274) 2018-08-23 12:06:20 -07:00
gen_html Remove duplicate CXXFLAGS 2018-06-10 18:04:21 -05:00
largeNbDicts benchfn dependencies reduced to only timefn 2019-04-10 12:37:03 -07:00
linux-kernel [linux-kernel] Update license 2017-08-31 12:48:36 -07:00
premake Fix wrong conditions 2018-07-14 12:34:03 +02:00
pzstd contrib/pzstd/Makefile: fix build of tests 2018-12-28 19:02:22 +00:00
seekable_format fix confusion between unsigned <-> U32 2018-12-21 18:09:41 -08:00
snap moved snap to /contrib 2018-03-19 16:15:06 -07:00
VS2005 added a project support notice for VS2005 2017-06-02 10:28:56 -07:00
cleanTabs created contrib/cleanTabs 2017-03-30 12:42:44 -07:00