aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2024-09-13 11:45:17 +0000
committerterminaldweller <devi@terminaldweller.com>2024-09-13 11:45:17 +0000
commit0d8866bdd0c23b622c8b693ea41052a96559e42d (patch)
tree22a0a1accd3d069e24eb0d92e7050ad3b255a8fb
parentadded docker test builds for 14,17,18, checked all docker builds from 11 to 1... (diff)
downloadcgrep-0d8866bdd0c23b622c8b693ea41052a96559e42d.tar.gz
cgrep-0d8866bdd0c23b622c8b693ea41052a96559e42d.zip
removed obsolete tags
-rw-r--r--README.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/README.md b/README.md
index 226db31..96e5aa3 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,5 @@
![example workflow](https://github.com/terminaldweller/cgrep/actions/workflows/cmake.yml/badge.svg)
-[![Build status](https://ci.appveyor.com/api/projects/status/caab8oxmgljb87te?svg=true)](https://ci.appveyor.com/project/terminaldweller/cgrep)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/a70e8f48e3214a4f97850b4a1d7c5686)](https://www.codacy.com/gh/terminaldweller/cgrep/dashboard?utm_source=github.com&utm_medium=referral&utm_content=terminaldweller/cgrep&utm_campaign=Badge_Grade)
-[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fterminaldweller%2Fcgrep.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fterminaldweller%2Fcgrep?ref=badge_shield)
-[![Gitter](https://badges.gitter.im/mutatortools/community.svg)](https://gitter.im/mutatortools/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
# cgrep
@@ -132,9 +129,3 @@ Alternatively, `$(llvm-config --libdir)/clang/$(llvm-config --version)/include`
You could,for example, use `--extra-arg=-I/usr/lib/llvm-9/lib/clang/9.0.0/include` to call cgrep or you could just alias `cgrep` to `cgrep --extra-arg=-I/usr/lib/llvm-9/lib/clang/9.0.0/include`.<br/>
`cgrep`, replaces the clang diagnosticConsumer with a simple one that only tells you there are erros during the compilation. You can get the normal clang output using the `--clangdiag` switch. The decision was made to declutter the output generated by cgrep.
-
-## License
-
-cgrep is licensed under GPL-3.0. Everything else is licensed under it's own respective license.
-
-[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fterminaldweller%2Fcgrep.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fterminaldweller%2Fcgrep?ref=badge_large)