Forked from
rist / librist
84 commits behind the upstream repository.
-
Gijs Peskens authored
This will enable the tools applications to export stats in Prometheus (OpenMetrics) format. Output is available either via HTTP (libmicrohttpd) or on a unix domain socket.
9f09a3de
.gitignore 928 B
build*
librist.cbp
librist.a
cmake-build-debug/
cmake-build-release/
CMakeCache.txt
CMakeFiles/
Makefile
cmake_install.cmake
.vs*
**.o
**.a
# generated by scripts/analyze.sh
configs/cppcheck-suppressions.txt
# macOS
.DS_Store
### Meson ###
# subproject directories
/subprojects/*
!/subprojects/*.wrap
# Meson Directories
meson-logs
meson-private
# Meson Files
meson_benchmark_setup.dat
meson_test_setup.dat
sanitycheckcpp.cc # C++ specific
sanitycheckcpp.exe # C++ specific
# Ninja
build.ninja
.ninja_deps
.ninja_logs
# Misc
compile_commands.json
### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
# Local History for Visual Studio Code
.history/
### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide
# End of https://www.toptal.com/developers/gitignore/api/c,meson,visualstudiocode
.cache