about summary refs log tree commit diff
path: root/tests/valgrind/bin/cgit
blob: dcdfbe532085176eb8156b79e59ef56878b280d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

# Note that we currently use Git's suppression file and there are variables
# $GIT_VALGRIND and $CGIT_VALGRIND which point to different places.
exec valgrind -q --error-exitcode=126 \
	--suppressions="$GIT_VALGRIND/default.supp" \
	--gen-suppressions=all \
	--leak-check=no \
	--track-origins=yes \
	--log-fd=4 \
	--input-fd=4 \
	"$CGIT_VALGRIND/../../cgit" "$@"
>2025-12-22Dehtml pronoun fieldsJune McEnroe I forgot I wrote that... 2025-12-10Add Rose/HouseJune McEnroe Ends as all novelas do. 2025-11-19Bilingualize pronouns regexJune McEnroe 2025-11-19Hardcode a follower IDJune McEnroe 2025-11-18Add pronouns bot scriptJune McEnroe 2025-08-27Update DESCRIPTION of myselfJune McEnroe 2025-08-18Publish "time"June McEnroe 2025-08-18Add a bunch of film roll metadataJune McEnroe I'm not sure why I even do this. 2025-08-18Add a draftJune McEnroean title='2021-03-05 14:06:32 -0500'>2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe Some compat sources (getentropy_linux.c for example) require OpenSSL. Reported by Robert Scheck. 2020-12-15Import LibreSSL 3.3.1June McEnroe 2020-11-24Import LibreSSL 3.3.0June McEnroe 2020-10-22Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe