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

Switch to macos-monterey on AppVeyor
Looks like BigSur was now also dropped by Homebrew as builds
now fail while trying to build packages from sources.
Author: xaizek
Author date (UTC): 2024-01-13 15:54
Committer name: xaizek
Committer date (UTC): 2024-01-13 15:54
Parent(s): 68cff0c2f63efe9dc2d5d1ec1f22a1d87c1c8099
Signing key: 99DC5E4DB05F6BE2
Tree: 91b534d7aecbb1d2a0b4ce6eb8d378560657c4d0
File Lines added Lines deleted
data/appveyor/config.yml 1 1
File data/appveyor/config.yml changed (mode: 100644) (index 03b90fc..08a3025)
... ... environment:
16 16 - BUILDENV: macos - BUILDENV: macos
17 17 CC: ccache clang CC: ccache clang
18 18 CXX: ccache clang++ CXX: ccache clang++
19 APPVEYOR_BUILD_WORKER_IMAGE: macos-bigsur
19 APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey
20 20
21 21 cache: cache:
22 22 - $HOME/.ccache - $HOME/.ccache
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