xaizek / gcc-plugins (License: GPLv3+) (since 2018-12-07)
Some GCC plugins (actually only one was uploaded so far, and its functionality is not unique).
Subject SHA-1 Author Date
Fix compilation of inc-tree for GCC 5.3.0 bf09e432b6d3fa2f7c2287d749eeed8751204a98 xaizek 2016-06-03 14:25:10
Update READMEs and TODO of inc-tree f8ff6072ee4846db94d59505832f5cd46f941ca5 xaizek 2015-11-16 20:57:58
Add inc-tree plugin 2380da7c764c5a5c1bc543d657a15fb9972ff948 xaizek 2015-11-14 18:03:48
Initial commit with nothing but README af9d4edc952e1473940f548ac105387905c20745 xaizek 2015-11-14 18:00:00
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/gcc-plugins

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/gcc-plugins

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