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

Add missing boost/filesystem/directory.hpp include
Needed for boost::filesystem::directory_iterator and looks like Boost
1.85 got stricter on the use of includes in its headers.
Author: xaizek
Author date (UTC): 2024-05-04 10:19
Committer name: xaizek
Committer date (UTC): 2024-05-04 10:22
Parent(s): aeece3c62df4aa3070d84d47acc55ccf84a528e2
Signing key: 99DC5E4DB05F6BE2
Tree: 9c26ed200b3c0958adf9c3b667ffa9cdea652c2b
File Lines added Lines deleted
src/tooling/Traverser.cpp 1 0
File src/tooling/Traverser.cpp changed (mode: 100644) (index a7b02e3..c5f2eda)
16 16
17 17 #include "Traverser.hpp" #include "Traverser.hpp"
18 18
19 #include <boost/filesystem/directory.hpp>
19 20 #include <boost/filesystem/operations.hpp> #include <boost/filesystem/operations.hpp>
20 21 #include <boost/filesystem/path.hpp> #include <boost/filesystem/path.hpp>
21 22
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