kc3-lang/libevent/extra

Branch :


Log

Author Commit Date CI Message
7eddd526 2024-02-20 07:56:24 Patch abi-compliance-checker to avoid endless loop
798547ac 2024-02-20 07:51:37 Force abi-check to use DWARF 3
e4869625 2024-02-20 08:01:23 Fix abi_check.sh by excluding .abi-check from cp cp: cannot copy a directory, './.abi-check', into itself, '/le/src/.abi-check/work/abi-check/src/libevent/current/.abi-check'
5bdfab76 2024-02-18 21:36:30 Debug abi check
1fb3e6d7 2023-05-20 17:40:01 Generate changelog in a reverse order
8b87ad48 2023-05-20 17:36:58 Add PR number into the changelog
fb2e1a69 2023-05-20 16:34:55 Use authors of the real patches instead of merge commits
c2e917d3 2023-05-20 16:29:22 Cleanup changelog.py - Use positional argument for revision range - Remove unused import - Add some todos
a82b77bb 2023-02-12 09:56:54 Remove suppression for test_ok under TSan There is no such tests yet.
f0cb4b7f 2023-02-12 07:58:55 Suppress data race for test_ok variable
39be38ff 2023-02-12 07:58:29 Suppress data race for event_debug_created_threadable_ctx_ variable
dfbb004a 2022-11-20 23:11:00 Fix script for updating contributors
acd4cc63 2022-11-13 21:53:17 Add a script to generate changelog
7c8b3e99 2022-11-13 21:44:10 Add a script to add new contributors
3fec471c 2020-06-25 21:34:02 Add LSAN suppressions (for OpenSSL temporary quirk)
b90b1925 2020-06-25 21:01:53 Add TSAN suppressions
448a478a 2020-05-06 02: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-04 23: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