Giter Club home page Giter Club logo

template-cpp's Introduction

Template

Informations

I've made this project to learn about various techniques of C++/CI/CD/Tests and "modern" Cmake and Github integration.

Install

To run the project you will need to have :

  • A C++17 compiler
  • Conan
  • CMake

Now you can run cmake and compile the project :

$ mkdir build
$ cd build
$ cmake -H.. -B. -G"GENERATOR"  -DCMAKE_INSTALL_PREFIX=../install -DCMAKE_BUILD_TYPE=Debug
$ cmake --build . --target Particles --config Debug

If you are on windows, you can also use the .bat scripts in the tools folder.

Optional

Install NSIS https://nsis.sourceforge.io/Download for executable packaging.

Tests

Run CTest from the build directory, and and pass the desired configuration :

cd build 
ctest -C Release 

Thanks

Thanks to filipdutescu for the modern cmake template : https://github.com/filipdutescu/modern-cpp-template

I've done some modifications from his work based on my personal experiences.

And I'm still learning about single_header projects, how to uses matrix in github worklows, test driven programming, code coverage, that kind of stuff.

template-cpp's People

Contributors

paingouin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.