|
dfbb004a
|
2022-11-20T23:11:00
|
|
Fix script for updating contributors
|
|
7c8b3e99
|
2022-11-13T21:44:10
|
|
Add a script to add new contributors
|
|
acd4cc63
|
2022-11-13T21:53:17
|
|
Add a script to generate changelog
|
|
3fec471c
|
2020-06-25T21:34:02
|
|
Add LSAN suppressions (for OpenSSL temporary quirk)
|
|
b90b1925
|
2020-06-25T21:01:53
|
|
Add TSAN suppressions
|
|
448a478a
|
2020-05-06T02:40:49
|
|
abi-check: abi-monitor 1.10 does not support -make -j8 (1.12 supports though)
An error for 1.10 on ci:
https://github.com/azat/libevent/runs/647860649?check_suite_focus=true#step:4:219
|
|
735c891e
|
2019-09-04T23:09:13
|
|
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
|