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

Switch to macos-sonoma on AppVeyor
HomeBrew drops binary cache of "old" releases.
Author: xaizek
Author date (UTC): 2026-03-21 09:32
Committer name: xaizek
Committer date (UTC): 2026-03-21 09:32
Parent(s): b89812bdf905b944c4ee74838dcc9fbbeaf7c3d1
Signing key: 99DC5E4DB05F6BE2
Tree: 74f2543370de2a826004464694cb7cb9bab2d23d
File Lines added Lines deleted
data/appveyor/config.yml 1 1
File data/appveyor/config.yml changed (mode: 100644) (index 08a3025..e663d68)
... ... 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-monterey
19 APPVEYOR_BUILD_WORKER_IMAGE: macos-sonoma
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