Skip to content
René Widera edited this page Jul 31, 2017 · 45 revisions

You are here: Home > Developer Documentation > Coding Guide Lines

The coding guide lines are outsourced to the repository ComputationalRadiationPhysics/contributing.

General C++ Style Guide

C++ coding style

Git: Naming Conventions for Branches

this section will be moved somewhere else!

  • master -> tags: alpha, beta, 1.0
  • dev -> release-... -> master (tagged commit)
  • topic-myNewFeature
  • fix-aHotfixName

Auto-Testing via ?