https://github.com/GNOME/glib
Raw File
Tip revision: 012660b8fa47dcb81fee3300e0de94e7c0639da1 authored by Sebastian Dröge on 18 January 2020, 11:23:30 UTC
Add runtime checks and a fallback if we can't get the thread scheduler settings
Tip revision: 012660b
.gitignore
# for all subdirectories
TAGS
tags
.libs
.deps
*.o
*.lo
*.la
*.pc
.*.swp
.sw?
*.rc
*.gcno
*.gcda
*.gcov
*.sourcefiles
*.stp
*.exe
*.def
*.test
*.log
*.trs

INSTALL
/glib-lcov.info
/glib-lcov/

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