xaizek / zograscope (License: AGPLv3 only) (since 2018-12-07)
Mainly a syntax-aware diff that also provides a number of additional tools.
Commit 06e5a976e5eb2d1d085c2e4b6d2ecb47440c2e50

Fix optimized build with -Werror
The compiler incorrectly things one field may be used uninitialized
even though the way the code is written that's just not possible. Make
the compiler happy.
Author: xaizek
Author date (UTC): 2026-03-20 23:06
Committer name: xaizek
Committer date (UTC): 2026-03-20 23:06
Parent(s): d686085fd99fd201d0da337b487fe38261296953
Signing key: 99DC5E4DB05F6BE2
Tree: d496dc5865d57c5a92348d7d9d844df7fa4bb605
File Lines added Lines deleted
src/integration.cpp 1 1
File src/integration.cpp changed (mode: 100644) (index f4fb533..0709891)
... ... public:
125 125 //! Output collected so far. //! Output collected so far.
126 126 std::string buffer; std::string buffer;
127 127 //! Process id of a pager. //! Process id of a pager.
128 pid_t pid;
128 pid_t pid = -1;
129 129
130 130 /** /**
131 131 * @brief Pointer to buffer stored in RedirectToPager. * @brief Pointer to buffer stored in RedirectToPager.
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/zograscope

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

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