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

Say that it works with Boost 1.58
Author: xaizek
Author date (UTC): 2022-07-19 15:44
Committer name: xaizek
Committer date (UTC): 2022-07-19 17:22
Parent(s): 308a6fcdcc5e9bdc9aa1a062c8984941a9eda689
Signing key: 99DC5E4DB05F6BE2
Tree: 00f003fd05629f45670774ec90b6f94ac96f1c1f
File Lines added Lines deleted
README.md 1 1
File README.md changed (mode: 100644) (index 88e96a5..523461a)
... ... make install
106 106 * C++11-capable compiler (GCC 4.9 has some issues, GCC 5.3 works fine) * C++11-capable compiler (GCC 4.9 has some issues, GCC 5.3 works fine)
107 107 * [flex][flex] * [flex][flex]
108 108 * [GNU Bison][bison] v3+ * [GNU Bison][bison] v3+
109 * [Boost][boost], tested with 1.59, but older versions might work too
109 * [Boost][boost], tested with 1.58, but older versions might work too
110 110 * (optional, run-time, for C++) [srcml][srcml] (v0.9.5 and v1.0.0 were tested) * (optional, run-time, for C++) [srcml][srcml] (v0.9.5 and v1.0.0 were tested)
111 111 * (optional, for `gdiff` tool) [qt5][qt5] * (optional, for `gdiff` tool) [qt5][qt5]
112 112 * (optional, for `gdiff` tool) [libgit2][libgit2] * (optional, for `gdiff` tool) [libgit2][libgit2]
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