]> granicus.if.org Git - libevent/commit
Add API/ABI checker (using LVC)
authoryuangongji <82787816@qq.com>
Wed, 4 Sep 2019 15:09:13 +0000 (23:09 +0800)
committerAzat Khuzhin <azat@libevent.org>
Tue, 5 May 2020 18:04:18 +0000 (21:04 +0300)
commit735c891e71dc7de737dc09cdef26683eea394e66
treeebcd68a574d22d34e82ca74a5c5fd50f42aed0bf
parent512c88ceb43d91f10eb9eba39da4bbc0e74cdc32
Add API/ABI checker (using LVC)

v2 (by azat):
- drop package installations
- use local .abi-check over $HOME/abi-check for build dir
- drop regex check, simply use default values (too complex otherwise)
- use sub-shell to avoid cd back
- add missing quotes
- make the style uniq across the whole file (no tabs for indent, copy-paste?)
- drop `set -x`, use `bash -x abi-check.sh` over
- drop EVENT_ABI_CHECK
- use /usr/bin/env bash as shebang
- use `find | xargs` over `cp $(grep -v)`
- adjust markdown syntax in abi-check/README.md
- adjust link to the publicly available documentation

v3 (by azat):
- docker image
- git check-ignore
- make -j8
- allow to change defaults

Refs: #887
extra/abi-check/README.md [new file with mode: 0644]
extra/abi-check/abi_check.sh [new file with mode: 0755]
extra/abi-check/libevent.json [new file with mode: 0644]