zstd/contrib
Lzu Tao 9a721e5216 Update meson build system
NOTE: This commit only tested on Linux (Ubuntu 18.04). Windows
build may not work as expected.

* Use meson >= 0.47.0 cause we use install_man function
* Add three helper Python script:
  * CopyFile.py: To copy file
  * CreateSymlink.py: To make symlink (both Windows and Unix)
  * GetZstdLibraryVersion.py: Parse lib/zstd.h to get zstd version
  These help emulating equivalent functions in CMake and Makefile.
* Use subdir from meson to split meson.build
  * Add contrib build
  * Fix other build
* Add new build options
  * build_programs: Enable programs build
  * build_contrib: Enable contrib build
  * build_tests: Enable tests build
  * use_static_runtime: Link to static run-time libraries on MSVC
  * zlib_support: Enable zlib support
  * lzma_support: Enable lzma support
2018-11-28 01:08:34 +07:00
..
adaptive-compression Making changes to make it compile on my laptop 2018-10-11 15:51:57 -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 changed benchfn api 2018-11-13 13:12:50 -08:00
linux-kernel [linux-kernel] Update license 2017-08-31 12:48:36 -07:00
meson Update meson build system 2018-11-28 01:08:34 +07:00
premake Fix wrong conditions 2018-07-14 12:34:03 +02:00
pzstd Making changes to make it compile on my laptop 2018-10-11 15:51:57 -07:00
seekable_format seekable_decompression: support offset greater then UNIT_MAX 2018-09-16 18:05:32 +03: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