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

Build against libsrcml on AppVeyor
Author: xaizek
Author date (UTC): 2022-08-28 16:53
Committer name: xaizek
Committer date (UTC): 2022-08-28 16:53
Parent(s): ffe0c1b407f1237f9d57b4ba8f4339717e0d44ee
Signing key: 99DC5E4DB05F6BE2
Tree: ab4e0f436bb2699b558c291e4214e3e7055cd021
File Lines added Lines deleted
data/appveyor/ubuntu.sh 3 0
File data/appveyor/ubuntu.sh changed (mode: 100755) (index 313a2a6..8fc95eb)
... ... if [ "$SRCML" = v0.9.5 ]; then
12 12 echo "CFLAGS += -fPIC" >> config.mk echo "CFLAGS += -fPIC" >> config.mk
13 13 elif [ "$SRCML" = v1.0 ]; then elif [ "$SRCML" = v1.0 ]; then
14 14 wget http://131.123.42.38/lmcrs/v1.0.0/srcml_1.0.0-1_ubuntu18.04.deb wget http://131.123.42.38/lmcrs/v1.0.0/srcml_1.0.0-1_ubuntu18.04.deb
15 wget http://131.123.42.38/lmcrs/v1.0.0/srcml-dev_1.0.0-1_ubuntu16.04.deb
15 16 sudo apt install -y ./srcml_1.0.0-1_ubuntu18.04.deb sudo apt install -y ./srcml_1.0.0-1_ubuntu18.04.deb
17 sudo apt install -y ./srcml-dev_1.0.0-1_ubuntu16.04.deb
16 18
17 19 srcml --version srcml --version
18 20
19 21 echo "TESTS := '*'" > config.mk echo "TESTS := '*'" > config.mk
22 echo "HAVE_LIBSRCML := yes" >> config.mk
20 23 fi fi
21 24
22 25 sudo apt install -y libboost-filesystem-dev \ sudo apt install -y libboost-filesystem-dev \
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