xaizek / uncov (License: AGPLv3+) (since 2018-12-07)
Uncov(er) is a tool that collects and processes code coverage reports.
Commit 8741bb36efd731033b62e3a8d8c55d915b2208bc

Add missing `#include <cstdint>`
The build was failing with GCC 13.

See https://gcc.gnu.org/gcc-13/porting_to.html for why.
Author: xaizek
Author date (UTC): 2024-01-20 14:20
Committer name: xaizek
Committer date (UTC): 2024-01-20 14:20
Parent(s): a54159ff9570058f9627c91112f094741a97f558
Signing key: 99DC5E4DB05F6BE2
Tree: 16a577164f360560f0c06279143cb47afacc0ac3
File Lines added Lines deleted
src/DB.hpp 2 0
File src/DB.hpp changed (mode: 100644) (index d0a6053..529d97e)
28 28 #include <boost/range.hpp> #include <boost/range.hpp>
29 29 #include <boost/variant.hpp> #include <boost/variant.hpp>
30 30
31 #include <cstdint>
32
31 33 #include <functional> #include <functional>
32 34 #include <iterator> #include <iterator>
33 35 #include <memory> #include <memory>
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/uncov

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/uncov

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master