bluebrain-hpc-coding-conventions (1.0.0+git20221201-2build1)

Details

Core information at a glance

Distribution
ubuntu
Origin
ubuntu-stonking
Repository
https://nl.archive.ubuntu.com/ubuntu
Codename
stonking
Component
universe
Source
none
Architecture
amd64v3
Section
universe/science
Priority
optional
Maintainer
Ubuntu Developers <[email protected]>

Size & integrity

Byte sizes and integrity verification

Installed size
321 B
Size expected
62.2 kB
Size actual
62.2 kB
Size match

Dependencies

Required package dependencies

  • clang-format
  • clang-tidy
  • cmake-format
  • pre-commit
  • python3
  • python3-yaml

Suggested packages

Recommended additional packages

  • None

Description

BlueBrain HPC Team C++ Development Guidelines

Tags

Package classification tags

None

Checksums

Hash values and integrity verification status

TypeActualMatch
MD5e7bb88d9…007f00b4
SHA-16736c95e…758ce9d5
SHA-2564bd8930f…53a1987c
SHA-5121d728aeb…f41dd7c9

Contents

Files and directories included

.
usr
usr/share
usr/share/bluebrain-hpc-coding-conventions
usr/share/bluebrain-hpc-coding-conventions/AUTHORS.txt
usr/share/bluebrain-hpc-coding-conventions/Pipfile
usr/share/bluebrain-hpc-coding-conventions/README.md
usr/share/bluebrain-hpc-coding-conventions/bbp-project.yaml
usr/share/bluebrain-hpc-coding-conventions/bin
usr/share/bluebrain-hpc-coding-conventions/cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/CMakeLists.txt
usr/share/bluebrain-hpc-coding-conventions/cpp/DevelopmentLifecycle.md
usr/share/bluebrain-hpc-coding-conventions/cpp/Documentation.md
usr/share/bluebrain-hpc-coding-conventions/cpp/Makefile
usr/share/bluebrain-hpc-coding-conventions/cpp/NamingConventions.md
usr/share/bluebrain-hpc-coding-conventions/cpp/Tooling.md
usr/share/bluebrain-hpc-coding-conventions/cpp/__init__.py
usr/share/bluebrain-hpc-coding-conventions/cpp/clang-format-10
usr/share/bluebrain-hpc-coding-conventions/cpp/clang-format-12
usr/share/bluebrain-hpc-coding-conventions/cpp/clang-format-13
usr/share/bluebrain-hpc-coding-conventions/cpp/clang-format-14
usr/share/bluebrain-hpc-coding-conventions/cpp/clang-format-7
usr/share/bluebrain-hpc-coding-conventions/cpp/clang-format-9
usr/share/bluebrain-hpc-coding-conventions/cpp/clang-tidy-7
usr/share/bluebrain-hpc-coding-conventions/cpp/cmake
usr/share/bluebrain-hpc-coding-conventions/cpp/cmake/3rdparty.cmake
usr/share/bluebrain-hpc-coding-conventions/cpp/cmake/FindPreCommit.cmake
usr/share/bluebrain-hpc-coding-conventions/cpp/cmake/bbp-find-python-module.cmake
usr/share/bluebrain-hpc-coding-conventions/cpp/cmake/bbp-setup-pre-commit-config.py
usr/share/bluebrain-hpc-coding-conventions/cpp/cmake/bob.cmake
usr/share/bluebrain-hpc-coding-conventions/cpp/cmake/build-time-copy.cmake
usr/share/bluebrain-hpc-coding-conventions/cpp/cmake/cpplib.py
usr/share/bluebrain-hpc-coding-conventions/cpp/cmake/git-push-message.cmake.in
usr/share/bluebrain-hpc-coding-conventions/cpp/cmake/sanitizers.cmake
usr/share/bluebrain-hpc-coding-conventions/cpp/cmake-format.yaml
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/CONTRIBUTING.md
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/Makefile
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/README.md
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/README.md.jinja
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/formatting.py
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/github-pandoc.css
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/AccessModifierOffset.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/AlignAfterOpenBracket.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/AlignArrayOfStructures.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/AlignConsecutiveAssignments.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/AlignConsecutiveDeclarations.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/AlignEscapedNewlinesLeft.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/AlignOperands.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/AlignTrailingComments.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/AllowShortBlocksOnASingleLine.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/AllowShortCaseLabelsOnASingleLine.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/AllowShortFunctionsOnASingleLine.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/AllowShortIfStatementsOnASingleLine.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/AllowShortLoopsOnASingleLine.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/AlwaysBreakBeforeMultilineStrings.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/AlwaysBreakTemplateDeclarations.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/BraceWrapping.AfterClass.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/BraceWrapping.AfterControlStatement.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/BraceWrapping.AfterEnum.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/BraceWrapping.AfterExternBlock.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/BraceWrapping.AfterFunction.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/BraceWrapping.AfterNamespace.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/BraceWrapping.AfterStruct.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/BraceWrapping.AfterUnion.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/BraceWrapping.BeforeCatch.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/BraceWrapping.BeforeElse.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/BreakBeforeBinaryOperators.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/BreakBeforeConceptDeclarations.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/BreakBeforeTernaryOperators.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/Cpp11BracedListStyle.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/EmptyLineBeforeAccessModifier.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/FixNamespaceComment.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/IndentPPDirectives.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/IndentRequires.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/IndentWidth.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/LambdaBodyIndentation.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/NamespaceIndentation.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/PackConstructorInitializers.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/PointerAlignment.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/QualifierAlignment.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/SeparateDefinitionBlocks.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/SortIncludes.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/SpaceAfterBulk.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/formatting/snippets/one-parameter-per-line-if-they-do-no-fit.cpp
usr/share/bluebrain-hpc-coding-conventions/cpp/lib.py
usr/share/bluebrain-hpc-coding-conventions/dev
usr/share/bluebrain-hpc-coding-conventions/dev/bump
usr/share/bluebrain-hpc-coding-conventions/dev/repositories.yaml
usr/share/bluebrain-hpc-coding-conventions/dev/test_lib.py
usr/share/bluebrain-hpc-coding-conventions/setup.cfg
usr/share/doc
usr/share/doc/bluebrain-hpc-coding-conventions
usr/share/doc/bluebrain-hpc-coding-conventions/changelog.Debian.gz
usr/share/doc/bluebrain-hpc-coding-conventions/copyright
usr/share/bluebrain-hpc-coding-conventions/bin/clang-tidy
usr/share/bluebrain-hpc-coding-conventions/bin/format
usr/share/bluebrain-hpc-coding-conventions/bin/static-analysis