Giter Site home page Giter Site logo

umlautsoftwaredevelopmentaccount / ap-functional-cluster-template Goto Github PK

View Code? Open in Web Editor NEW
3.0 6.0 11.0 74 KB

The template repository for Adaptive Platform Functional Cluster

License: MIT License

Meson 22.56% C++ 20.52% Shell 21.36% Dockerfile 12.43% Python 23.13%
cpp modern-cpp meson

ap-functional-cluster-template's Introduction

AP-Functional-Cluster-Template

Build Status codecov

The template repository for Adaptive Platform Functional Cluster

Building project

mkdir build && cd build
meson setup
ninja

Running tests and collecting test coverage

Run tests and coverage:
ninja test
ninja coverage-html

ap-functional-cluster-template's People

Contributors

bburda avatar hliberacki avatar insooth avatar mmyszke avatar phongt avatar pz0 avatar satletio1 avatar slci avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ap-functional-cluster-template's Issues

Change columns limit to 100

The current column limit is 80, as much as I understand the rationale - less characters, better code, unfortunately I can't agree with that. Code can still be terrible even with 60 characters, and we are going to benefit far more readability by extending the limit to 120.

Add missing compiler flags.

Currently, we use default compiler flags (except for using c++20).
We must do some analysis, what flags should we use by default in each functional cluster, and add them.

One of them is -Wall. For now, we consider only GCC 10.0+

Add Doxygen generation

This task requires adding the Doxyfile, and the Meson target for generating Doxygen documentation.

Fix tests coverage

It looks like the Travis CI is crashing silently, after #11
Travis Log
The -Wshadow with -Werror caused the test libs to crash.

The -Wshadow should be removed or exception for external dependencies should be added.
The Travis should return an error in such cases (when build or tests are failing).

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.