Loading .ci/init_x86_64.sh +3 −0 Original line number Diff line number Diff line #!/bin/bash # SPDX-FileCopyrightText: 2017-2022 CERN and the Allpix Squared authors # SPDX-License-Identifier: MIT # Determine which OS you are using if [ "$(uname)" = "Linux" ]; then if [ "$( cat /etc/*-release | grep "CentOS Linux 7" )" ]; then Loading .clang-format +3 −0 Original line number Diff line number Diff line # SPDX-FileCopyrightText: 2016-2022 CERN and the Allpix Squared authors # SPDX-License-Identifier: CC0-1.0 --- Language: Cpp Standard: c++17 Loading .clang-tidy +3 −0 Original line number Diff line number Diff line # SPDX-FileCopyrightText: 2017-2022 CERN and the Allpix Squared authors # SPDX-License-Identifier: CC0-1.0 Checks : '-*, boost-*, mpi-*, Loading .cmake-format.yaml +3 −0 Original line number Diff line number Diff line # SPDX-FileCopyrightText: 2021-2022 CERN and the Allpix Squared authors # SPDX-License-Identifier: CC0-1.0 parse: _help_additional_commands: - Specify structure for custom cmake functions Loading .dockerignore +3 −0 Original line number Diff line number Diff line # SPDX-FileCopyrightText: 2020-2022 CERN and the Allpix Squared authors # SPDX-License-Identifier: CC0-1.0 # Exclude everything from Docker build context that is not necessary: * !.git Loading Loading
.ci/init_x86_64.sh +3 −0 Original line number Diff line number Diff line #!/bin/bash # SPDX-FileCopyrightText: 2017-2022 CERN and the Allpix Squared authors # SPDX-License-Identifier: MIT # Determine which OS you are using if [ "$(uname)" = "Linux" ]; then if [ "$( cat /etc/*-release | grep "CentOS Linux 7" )" ]; then Loading
.clang-format +3 −0 Original line number Diff line number Diff line # SPDX-FileCopyrightText: 2016-2022 CERN and the Allpix Squared authors # SPDX-License-Identifier: CC0-1.0 --- Language: Cpp Standard: c++17 Loading
.clang-tidy +3 −0 Original line number Diff line number Diff line # SPDX-FileCopyrightText: 2017-2022 CERN and the Allpix Squared authors # SPDX-License-Identifier: CC0-1.0 Checks : '-*, boost-*, mpi-*, Loading
.cmake-format.yaml +3 −0 Original line number Diff line number Diff line # SPDX-FileCopyrightText: 2021-2022 CERN and the Allpix Squared authors # SPDX-License-Identifier: CC0-1.0 parse: _help_additional_commands: - Specify structure for custom cmake functions Loading
.dockerignore +3 −0 Original line number Diff line number Diff line # SPDX-FileCopyrightText: 2020-2022 CERN and the Allpix Squared authors # SPDX-License-Identifier: CC0-1.0 # Exclude everything from Docker build context that is not necessary: * !.git Loading