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

Fix build with Boost versions smaller than 1.72
Author: xaizek
Author date (UTC): 2024-05-04 13:07
Committer name: xaizek
Committer date (UTC): 2024-05-04 13:07
Parent(s): 89691099d38eed72c1579f1cc4227a9df020db9e
Signing key: 99DC5E4DB05F6BE2
Tree: d454b1a195d1c51dd25440ce6095c3bfbc383756
File Lines added Lines deleted
src/tooling/Traverser.cpp 4 1
File src/tooling/Traverser.cpp changed (mode: 100644) (index c5f2eda..819785e)
16 16
17 17 #include "Traverser.hpp" #include "Traverser.hpp"
18 18
19 #include <boost/filesystem/directory.hpp>
20 19 #include <boost/filesystem/operations.hpp> #include <boost/filesystem/operations.hpp>
21 20 #include <boost/filesystem/path.hpp> #include <boost/filesystem/path.hpp>
21 #include <boost/version.hpp>
22 #if BOOST_VERSION >= 107200
23 # include <boost/filesystem/directory.hpp>
24 #endif
22 25
23 26 #include <functional> #include <functional>
24 27 #include <string> #include <string>
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