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

Switch to macos-bigsur on AppVeyor
Looks like Catalina was recently dropped by Homebrew as builds
now fail while trying to build boost rather than installing their
binaries.
Author: xaizek
Author date (UTC): 2023-04-02 17:53
Committer name: xaizek
Committer date (UTC): 2023-04-02 17:53
Parent(s): ed514b4a07556f8c783abeeec1a85ab9fc5b3747
Signing key: 99DC5E4DB05F6BE2
Tree: 67eaf3abb16c1f9cc03a38cd9edc4864139d308a
File Lines added Lines deleted
data/appveyor/config.yml 1 1
File data/appveyor/config.yml changed (mode: 100644) (index 493b266..3862e84)
... ... environment:
13 13 CC: ccache gcc CC: ccache gcc
14 14 CXX: ccache g++ CXX: ccache g++
15 15 APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
16 - BUILDENV: macos
16 - BUILDENV: macos-bigsur
17 17 CC: ccache clang CC: ccache clang
18 18 CXX: ccache clang++ CXX: ccache clang++
19 19 APPVEYOR_BUILD_WORKER_IMAGE: macOS APPVEYOR_BUILD_WORKER_IMAGE: macOS
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