Lzu Tao
132a1ad291
meson: Always build gen_html on build machine
...
Because we use gen_html as a generator instead of a binary to
run on host machine.
2019-06-29 02:22:39 +07:00
Lzu Tao
8e590a1af3
meson: Fix deprecated build warnings on build options
...
Meson now reserves the `build_` prefix for options
2019-06-29 02:22:39 +07:00
Lzu Tao
4d156854fe
meson: Beautify travis config
2019-06-29 01:42:17 +07:00
lzutao and Nick Terrell
1d70bc3ba9
meson: Enable testing in CI ( #1609 )
...
* tests: Fix shellcheck warnings in playTests.sh
* tests: Do not use ../programs which is relative to tests dirs
This commit fixes error when running playTests.sh in Meson.
Mesonbuild runs out of tree, so ./datagen not in `zstd/tests` dir,
it lies in <mesonbuilddir>/tests. This leads to ../programs invalid.
* tests: Replace relative paths for zstd/tests dir
* playTests: Set shell options explicitly, not in shebang
* playTests: Replace echo -e with printf
* meson: Fix test-zstd
Use std=gnu99 to build and test just like `make test`.
* meson: Fix legacy test
* meson: Enable testing in CI
Run build under release mode for faster test time.
* meson: Increase timeout time for test-zstream
2019-05-02 12:35:37 -07:00
Lzu Tao
5d900ff747
meson: Error out if fail to extracted version number
2019-04-30 13:12:00 +07:00
Lzu Tao
4107b734bd
meson: Update default project version
...
* Update to use ninja v1.9.0 on CI
2019-04-27 01:42:22 +07:00
Lzu Tao
e31e7ca9ed
travis: Make Mesonbuild non-optional
2019-04-12 23:43:34 +07:00
Lzu Tao
6c9b023f3e
meson: Fix build
2019-04-12 21:28:36 +07:00
Lzu Tao
fb6901b2c0
tests: Add missing header timefn.h
2019-04-12 21:28:17 +07:00
Lzu Tao
260ff2f6b7
tests/legagy.c: More fixes
2019-01-06 23:42:24 +07:00
Lzu Tao
de7e3be7fa
Fix potential leak of 'outBuff' (reported by scan-build)
2019-01-06 23:28:38 +07:00
Lzu Tao
7b6a8840c5
Fix #1428 - zstdgrep returned 1 on match and unmatch
...
- Use ZCAT for testing zstdgrep in case of non-install yet
- tests: Add file test for zstdgrep
2019-01-06 23:22:55 +07:00
Lzu Tao
142076ceae
travis: Remove deprecated sudo field
2018-12-28 11:55:26 +07:00
Lzu Tao
787a72cdfe
meson: Correct generating pkgconf after Meson v0.49.0
2018-12-28 11:20:33 +07:00
Lzu Tao
226cdffd69
meson: Update build guide [skip ci]
2018-12-28 11:17:11 +07:00
Lzu Tao
889a492784
travis: Use ninja from github
2018-12-28 10:25:13 +07:00
Lzu Tao
c4b9b8aa52
README: Explain a bit more about Meson build [skip ci]
...
- Increase one heading level. Now headings is bigger and prettier.
2018-12-19 12:52:30 +07:00
Lzu Tao
066cfc069b
meson: Remove unused sys import
2018-12-14 11:03:04 +07:00
Lzu Tao
b3be899469
travis: Use script instead of Cmd env
2018-12-14 02:06:14 +07:00
Lzu Tao
3ee5504fb2
Simplify logic by setting default value for MESON_INSTALL_DESTDIR_PREFIX
2018-12-13 18:07:01 +07:00
Lzu Tao
ce22f76668
meson: Update man1 extension on meson 0.49.0
2018-12-13 14:58:17 +07:00
Lzu Tao
abfde03cb5
meson: Update meson symlink script usage
2018-12-13 14:58:17 +07:00
Lzu Tao
fa2fc274fd
meson: Correct support for building on Windows
...
Let soversion base on version if not set. For example, if version is 3.6.0
and soversion is not defined, it is set to 3.
2018-12-13 14:58:17 +07:00
Lzu Tao
67babb6d23
Replace many os.path methods with pathlib one's
...
Use MESON_INSTALL_DESTDIR_PREFIX variable instead of DESTDIR.
2018-12-13 14:58:17 +07:00
Lzu Tao
f897523655
meson: Update usage of InstallSymlink helper
2018-12-03 11:02:42 +07:00
Lzu Tao
9d6cf606f8
meson: Update tests timeout to run properly
2018-12-03 03:23:09 +07:00
Lzu Tao
25311d24c6
meson: Use clang for faster build
2018-12-03 00:57:10 +07:00
Lzu Tao
65507666bb
Use -Dlegacy_level build option to control ZSTD_LEGACY_SUPPORT macro in test
2018-12-03 00:36:40 +07:00
Lzu Tao
437ec5f47f
meson helper: Use Python conventional name for naming function [skip ci]
2018-12-02 22:48:11 +07:00
Lzu Tao
838de08439
meson: Fix soversion
2018-12-02 22:45:46 +07:00
Lzu Tao
23d751507e
meson: Use -werror build option instead of adding -Werror [skip ci]
2018-12-02 22:33:43 +07:00
Lzu Tao
38728b4518
Use argparse instead of manually parsing [skip ci]
2018-12-02 22:33:43 +07:00
Lzu Tao
7da18bc85a
Add missed .1 extension for manpage [skip ci]
2018-12-02 00:18:00 +07:00
Lzu Tao
cbf2a924dd
meson: Cleanup installing symlinks
2018-12-01 23:18:59 +07:00
Lzu Tao
519b2de6f7
Update README
2018-12-01 23:18:59 +07:00
Lzu Tao
8d5252b68d
meson: Remove redundant join_paths function
2018-12-01 23:18:59 +07:00
Lzu Tao
ff1bca3fbd
ci: Use new meson auto_features option
...
* Install lz4 dep from Ubuntu repo
* Use curl instead of wget
* Use xenial for meson and make meson build first
* Unset Travis preset CC and CXX value for meson to use ccache
* Be more verbose with "set -x"
2018-12-01 23:18:59 +07:00
Lzu Tao
24bc513ea1
meson: Change build options' name
2018-12-01 23:18:59 +07:00
Lzu Tao
39f49ac39f
Add almost all test cases in tests/Makefile
2018-12-01 23:18:59 +07:00
Lzu Tao
c55d65b35d
Add clang cflags
2018-12-01 23:18:59 +07:00
Lzu Tao
0a0683f5b2
Initial support for Windows build
2018-12-01 23:18:59 +07:00
Lzu Tao
2337429e8d
Change tabsize
2018-12-01 23:18:59 +07:00
Lzu Tao
8c59d94d7a
Build both shared and static lib on CI
...
Rename INSTALL_SYSTEM to BUILD_SYSTEM
2018-12-01 23:18:59 +07:00
Lzu Tao
c4fb45ffe8
Add comment about looking for dependencies
2018-12-01 23:18:59 +07:00
Lzu Tao
918e0d5c36
Rename some meson build options to match autoconf convention
2018-12-01 23:18:59 +07:00
Lzu Tao
9ac9cbc9de
Enable debugging flag
2018-12-01 23:18:59 +07:00
Lzu Tao
0669392937
Update relevant files after moving meson to build/
...
Update meson build instructions
2018-12-01 23:18:59 +07:00
Lzu Tao
beb13bd87e
Move contrib/meson to build/meson
2018-12-01 23:18:59 +07:00
Lzu Tao
c0e71cae55
Add enable_lz4 build option and fix lzma dependency
2018-12-01 23:18:59 +07:00
Lzu Tao
5c4965c351
Add pedantic flag
2018-12-01 23:18:59 +07:00
Lzu Tao
6f3f1a8d3a
No install zstd_manual.html
2018-12-01 23:18:59 +07:00
Lzu Tao
f660825d9f
Install missed zstdgrep and zstdless
2018-12-01 23:18:59 +07:00
Lzu Tao
3f27e2a072
Install zstdmt.1 manpage [skip ci]
2018-12-01 23:18:59 +07:00
Lzu Tao
d3134a3ed3
Rename meson variables
2018-12-01 23:18:59 +07:00
Lzu Tao
1985e427c7
Add manpage install warning [skip ci]
...
We link new manpages with gz compressed format of the target manpage.
I have not tested it on Windows. So just place a warning here.
2018-12-01 23:18:59 +07:00
Lzu Tao
9c862c6a53
Fix manpage symlinks [skip ci]
2018-12-01 23:18:59 +07:00
Lzu Tao
d79df2a370
Apply new InstallSymlink script
2018-12-01 23:18:59 +07:00
Lzu Tao
ef2e761937
Helper script to install symlink in meson
2018-12-01 23:18:59 +07:00
Lzu Tao
3175188407
No need these helpers
2018-12-01 23:18:59 +07:00
Lzu Tao
0a25b13aae
Init CI test for meson build
...
Do not use ccache: Build error in gcc-8
2018-12-01 23:18:59 +07:00
Lzu Tao
337f914dc8
Fix lib soversion and no install cover.h header
2018-12-01 23:18:59 +07:00
Lzu Tao
c9f0144302
Fix meson tests build
2018-12-01 23:18:59 +07:00
Lzu Tao
5a36a57cf5
Bump to 1.3.8 and fix run_command function
...
The run_command is run from an unspecified directory. Therefore we cannot assume
which directory it is running our command.
2018-12-01 23:18:59 +07:00
Lzu Tao
8a160680d1
Update legacy support to 5
2018-12-01 23:18:59 +07:00
Lzu Tao
f727808731
Minor fix for meson build
...
Use files function instead of constructing path with meson.current_source_dir()
2018-12-01 23:18:59 +07:00
Lzu Tao
d095adf9fb
Add simple test for zstdgrep
2018-11-29 03:39:47 +07:00
Lzu Tao
3d18b4764d
Prevent globbing on non-quoting variable
2018-11-29 03:04:40 +07:00
Lzu Tao
c046e0b626
Fix #1428 - zstdgrep now returns 1 on unmatch
2018-11-29 02:45:01 +07:00
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
Lzu Tao
9bd8f6a00c
Rename and update build instruction in README file to README.md
2018-11-28 01:08:34 +07:00
Lzu Tao
2abd5139a5
Add meson build guide
2018-11-28 01:08:34 +07:00