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

Add 2 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-13 13:50
Committer name: xaizek
Committer date (UTC): 2024-01-13 13:50
Parent(s): 054d11be7183406ff3a6349e695c21c0c2b614f5
Signing key: 99DC5E4DB05F6BE2
Tree: 2ad56b9486777dbb0c43e3f23fbf84adbfb7b4ba
File Lines added Lines deleted
src/srcml/SrcmlTransformer.hpp 2 0
src/ts/TSTransformer.hpp 2 0
File src/srcml/SrcmlTransformer.hpp changed (mode: 100644) (index 4ecb0c5..93c0154)
17 17 #ifndef ZOGRASCOPE_SRCML_SRCMLTRANSFORMER_HPP_ #ifndef ZOGRASCOPE_SRCML_SRCMLTRANSFORMER_HPP_
18 18 #define ZOGRASCOPE_SRCML_SRCMLTRANSFORMER_HPP_ #define ZOGRASCOPE_SRCML_SRCMLTRANSFORMER_HPP_
19 19
20 #include <cstdint>
21
20 22 #include <string> #include <string>
21 23 #include <unordered_map> #include <unordered_map>
22 24 #include <unordered_set> #include <unordered_set>
File src/ts/TSTransformer.hpp changed (mode: 100644) (index b8935fd..fd295bb)
17 17 #ifndef ZOGRASCOPE_TS_TSTRANSFORMER_HPP_ #ifndef ZOGRASCOPE_TS_TSTRANSFORMER_HPP_
18 18 #define ZOGRASCOPE_TS_TSTRANSFORMER_HPP_ #define ZOGRASCOPE_TS_TSTRANSFORMER_HPP_
19 19
20 #include <cstdint>
21
20 22 #include <string> #include <string>
21 23 #include <unordered_map> #include <unordered_map>
22 24 #include <unordered_set> #include <unordered_set>
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