cmetrics icon indicating copy to clipboard operation
cmetrics copied to clipboard

A standalone library to create and manipulate metrics in C

Results 21 cmetrics issues
Sort by recently updated
recently updated
newest added

We need to build cmetrics sources on Windows at least...

This is because system installation with deb/rpm packages should include libcfl-static.a for correct linking for cmetrics library. Otherwise, when system OK is displayed in configuration phase, libcfl-static.a linking should be...

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

dependencies

Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. Release notes Sourced from softprops/action-gh-release's releases. v2.0.0 update actions.yml declaration to node20 to address warnings Changelog Sourced from softprops/action-gh-release's changelog. 0.1.12 fix bug leading...

dependencies

Bumps [uraimo/run-on-arch-action](https://github.com/uraimo/run-on-arch-action) from 2.5.0 to 2.7.2. Release notes Sourced from uraimo/run-on-arch-action's releases. 2.7.2 What's Changed Add debian bookworm containers by @​LukasWoodtli in uraimo/run-on-arch-action#144 New Contributors @​LukasWoodtli made their first contribution...

dependencies

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. Release notes Sourced from actions/download-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

dependencies

The fuzzer in https://github.com/fluent/fluent-bit/pull/7745 found a bug that shows the prometheus decoder is sometimes freeing data that is not malloced. This is an attempt to fix that. Please do verify...

Add build instructions since there is no release offering for macos. The steps I had do do were: - Install cpack (cmake) ```bash PATH="/Applications/CMake.app/Contents/bin:$PATH" ``` - Update bison ```bash brew...

Hi, I am trying to cross compile my go binary and am seeing the following errors #17 6.637 CGO_ENABLED=1 CC=aarch64-linux-gnu-gcc GOOS=linux GOARCH=arm64 go build -ldflags "-X 'main.revision=' -X 'main.builddate='" -buildmode=c-shared...