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

Fix ccache not being used on AppVeyor for C++
Author: xaizek
Author date (UTC): 2022-04-26 16:08
Committer name: xaizek
Committer date (UTC): 2022-04-26 16:08
Parent(s): 4726f7579782ac79842d080968279ed4f8f63518
Signing key: 99DC5E4DB05F6BE2
Tree: 4f366a0a5d8fc9035fc7a82ab99f6e4d872afcac
File Lines added Lines deleted
data/appveyor/config.yml 3 0
File data/appveyor/config.yml changed (mode: 100644) (index c22a1ac..493b266)
... ... environment:
6 6 - BUILDENV: ubuntu - BUILDENV: ubuntu
7 7 SRCML: v0.9.5 SRCML: v0.9.5
8 8 CC: ccache clang CC: ccache clang
9 CXX: ccache clang++
9 10 APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
10 11 - BUILDENV: ubuntu - BUILDENV: ubuntu
11 12 SRCML: v1.0 SRCML: v1.0
12 13 CC: ccache gcc CC: ccache gcc
14 CXX: ccache g++
13 15 APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
14 16 - BUILDENV: macos - BUILDENV: macos
15 17 CC: ccache clang CC: ccache clang
18 CXX: ccache clang++
16 19 APPVEYOR_BUILD_WORKER_IMAGE: macOS APPVEYOR_BUILD_WORKER_IMAGE: macOS
17 20
18 21 cache: cache:
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