https://github.com/GNOME/glib
Raw File
Tip revision: 039fa6897bb4c5cd30caec8ee3add1a4ef612f76 authored by Will Thompson on 08 June 2018, 12:29:42 UTC
Add G_SOURCE_FUNC cast macro which suppresses -Wcast-function-type
Tip revision: 039fa68
.gitignore
# for all subdirectories
Makefile.in
Makefile
TAGS
tags
.libs
.deps
*.o
*.lo
*.la
*.pc
.*.swp
.sw?
*.rc
*.gcno
*.gcda
*.gcov
*.sourcefiles
*.stp
*.exe
*.def
*.test
*.log
*.trs

# autofoo stuff here
compile
config.cache
config.guess
config.h
config.h.in
config.h-new
config.log
config.lt
config.rpath
config.status*
config.sub
configure
depcomp
aclocal.m4
autom4te.cache
stamp-*
libtool
ltmain.sh
mingw32-config.cache
missing
install-sh
glib-gettextize
glib-zip
gtk-doc.make
py-compile
test-driver

INSTALL
README
ChangeLog
/glib-lcov.info
/glib-lcov/

# Meson
/meson-build/
/subprojects/*/
back to top