2021-09-14 14:51:57 +08:00
# setup-cpp
2021-09-14 14:57:47 +08:00
Install all the tools required for building and testing C++/C projects.
2021-09-14 14:51:57 +08:00
![Build Status (Github Actions) ](https://github.com/aminya/setup-cpp/workflows/CI/badge.svg )
2021-09-14 15:00:41 +08:00
[![Dependency Status ](https://david-dm.org/aminya/setup-cpp.svg )](https://david-dm.org/aminya/setup-cpp)
2021-09-14 17:40:04 +08:00
Settting up a **cross-platform** enviroment for building and testing C++/C projects is a bit tricky. Each platform has its own comopilers, and each of them require a different installation procedure. This package aims to fix this issue.
This package is designed to be fully **modular** and as **minimal** as possible. This will allow you to only install the tools you want.
2021-09-14 20:02:34 +08:00
The package will be usable from any environment (locally, GitHub Actions, etc). Stay tuned for the stable release.
2021-09-14 17:40:04 +08:00
# Features (WIP)
- [x] setup cmake
- [x] setup ninja
2021-09-14 20:02:59 +08:00
- [x] setup llvm
2021-09-15 01:06:20 +08:00
- [x] setup conan
2021-09-15 01:09:58 +08:00
- [x] setup meson
2021-09-15 01:42:08 +08:00
- [x] setup gcovr
2021-09-15 04:23:45 +08:00
- [x] setup python
2021-09-15 18:25:02 +08:00
- [x] setup msvc
2021-09-16 16:30:47 +08:00
- [x] setup cppcheck
2021-09-15 01:09:58 +08:00
- [ ] setup gcc/mingw
2021-09-14 17:40:04 +08:00
- [ ] setup OpenCppCoverage
- [ ] setup doxygen
2021-09-15 17:09:26 +08:00
- [ ] setup vcpkg