spl-core 7.2.0__tar.gz → 7.2.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {spl_core-7.2.0 → spl_core-7.2.1}/PKG-INFO +1 -1
- {spl_core-7.2.0 → spl_core-7.2.1}/pyproject.toml +1 -2
- spl_core-7.2.1/src/spl_core/__init__.py +1 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/gcov_maid/gcov_maid.py +2 -6
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/project/.vscode/settings.json +45 -45
- spl_core-7.2.0/src/spl_core/__init__.py +0 -1
- {spl_core-7.2.0 → spl_core-7.2.1}/LICENSE +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/README.md +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/__run.py +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/common/__init__.py +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/common/command_line_executor.py +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/common/path.py +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/common.cmake +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/conan.cmake +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/config/KConfig +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/gcov_maid/__init__.py +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kconfig/__init__.py +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kconfig/kconfig.py +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kconfig.cmake +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/__init__.py +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/create.py +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/application/.vscode/cmake-variants.json +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/application/KConfig +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/application/src/greeter/CMakeLists.txt +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/application/src/greeter/doc/_images/screenshot.png +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/application/src/greeter/doc/index.rst +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/application/src/greeter/src/greeter.c +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/application/src/greeter/src/greeter.h +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/application/src/greeter/test/test_greeter.cc +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/application/src/main/CMakeLists.txt +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/application/src/main/doc/index.rst +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/application/src/main/src/main.c +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/application/test/EnglishVariant/test__EnglishVariant.py +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/application/test/German/test__GermanVariant.py +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/application/variants/EnglishVariant/config.cmake +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/application/variants/EnglishVariant/parts.cmake +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/application/variants/GermanVariant/config.cmake +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/application/variants/GermanVariant/config.txt +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/application/variants/GermanVariant/parts.cmake +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/project/.gitignore +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/project/.vscode/cmake-kits.json +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/project/.vscode/extensions.json +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/project/.vscode/launch.json +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/project/.vscode/tasks.json +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/project/CMakeLists.txt +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/project/README.md +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/project/build.bat +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/project/build.ps1 +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/project/conf.py +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/project/doc/Doxyfile.in +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/project/doc/common/index.rst +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/project/doc/components/index.rst +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/project/doc/doxygen-awesome/LICENSE +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/project/doc/doxygen-awesome/doxygen-awesome.css +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/project/doc/software_architecture/index.rst +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/project/doc/software_requirements/index.rst +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/project/doc/test_report_template.txt +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/project/index.rst +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/project/pipfile +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/project/pytest.ini +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/project/scoopfile.json +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/project/tools/toolchains/clang/toolchain.cmake +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/project/tools/toolchains/gcc/toolchain.cmake +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/main.py +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/spl.cmake +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/test_utils/base_variant_test_runner.py +0 -0
- {spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/test_utils/spl_build.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "spl-core"
|
|
3
|
-
version = "7.2.
|
|
3
|
+
version = "7.2.1"
|
|
4
4
|
description = "Software Product Line Support for CMake"
|
|
5
5
|
authors = ["Avengineers <karsten.guenther@kamg.de>"]
|
|
6
6
|
license = "MIT"
|
|
@@ -50,7 +50,6 @@ sphinx-design = "^0.5"
|
|
|
50
50
|
[tool.poetry.group.dev.dependencies]
|
|
51
51
|
pytest = "^7.0"
|
|
52
52
|
pytest-cov = "^4.0"
|
|
53
|
-
black = "^23.1.0"
|
|
54
53
|
pre-commit = "^3.1.1"
|
|
55
54
|
ruff = "^0.5"
|
|
56
55
|
jinja2 = "*"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "7.2.1"
|
|
@@ -4,12 +4,8 @@ from pathlib import Path
|
|
|
4
4
|
|
|
5
5
|
def main() -> None:
|
|
6
6
|
parser = argparse.ArgumentParser(description="Script with command line options")
|
|
7
|
-
parser.add_argument(
|
|
8
|
-
|
|
9
|
-
) # Make the option mandatory
|
|
10
|
-
parser.add_argument(
|
|
11
|
-
"--wipe-all-gcda", action="store_true", help="Wipe all gcda files recursively"
|
|
12
|
-
)
|
|
7
|
+
parser.add_argument("--working-dir", help="Working directory", required=True) # Make the option mandatory
|
|
8
|
+
parser.add_argument("--wipe-all-gcda", action="store_true", help="Wipe all gcda files recursively")
|
|
13
9
|
parser.add_argument(
|
|
14
10
|
"--wipe-orphaned-gcno",
|
|
15
11
|
action="store_true",
|
{spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/project/.vscode/settings.json
RENAMED
|
@@ -1,45 +1,45 @@
|
|
|
1
|
-
{
|
|
2
|
-
"python.testing.pytestEnabled": true,
|
|
3
|
-
"python.testing.pytestArgs": [
|
|
4
|
-
"test"
|
|
5
|
-
],
|
|
6
|
-
"python.testing.unittestEnabled": false,
|
|
7
|
-
"python.analysis.extraPaths": [
|
|
8
|
-
"test"
|
|
9
|
-
],
|
|
10
|
-
"cmake.configureOnOpen": false,
|
|
11
|
-
"cmake.buildDirectory": "${workspaceFolder}/build/${variant:variant}/${buildKit}",
|
|
12
|
-
"cmake.configureSettings": {
|
|
13
|
-
"BUILD_KIT": "${buildKit}",
|
|
14
|
-
"CMAKE_MESSAGE_LOG_LEVEL": "STATUS"
|
|
15
|
-
},
|
|
16
|
-
"cmake.generator": "Ninja",
|
|
17
|
-
"cmake.debugConfig": {
|
|
18
|
-
"MIMode": "gdb",
|
|
19
|
-
"miDebuggerPath": "gdb",
|
|
20
|
-
"stopAtEntry": true
|
|
21
|
-
},
|
|
22
|
-
"cmake.configureOnEdit": false,
|
|
23
|
-
"cmake.buildBeforeRun": false,
|
|
24
|
-
"cmake.environment": {
|
|
25
|
-
"PIPENV_VERBOSITY": "-1",
|
|
26
|
-
"PIPENV_VENV_IN_PROJECT": "1"
|
|
27
|
-
},
|
|
28
|
-
"cmake.buildToolArgs": [],
|
|
29
|
-
"git.ignoreLimitWarning": true,
|
|
30
|
-
"C_Cpp.errorSquiggles": "enabled",
|
|
31
|
-
"C_Cpp.default.cStandard": "gnu17",
|
|
32
|
-
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
|
|
33
|
-
"C_Cpp.formatting": "vcFormat",
|
|
34
|
-
"files.associations": {
|
|
35
|
-
"*.h": "c",
|
|
36
|
-
"*.c": "c",
|
|
37
|
-
"Jenkinsfile": "groovy",
|
|
38
|
-
"*.py": "python"
|
|
39
|
-
},
|
|
40
|
-
"git.repositoryScanMaxDepth": 3,
|
|
41
|
-
"git-graph.maxDepthOfRepoSearch": 3,
|
|
42
|
-
"[python]": {
|
|
43
|
-
"editor.defaultFormatter": "
|
|
44
|
-
}
|
|
45
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"python.testing.pytestEnabled": true,
|
|
3
|
+
"python.testing.pytestArgs": [
|
|
4
|
+
"test"
|
|
5
|
+
],
|
|
6
|
+
"python.testing.unittestEnabled": false,
|
|
7
|
+
"python.analysis.extraPaths": [
|
|
8
|
+
"test"
|
|
9
|
+
],
|
|
10
|
+
"cmake.configureOnOpen": false,
|
|
11
|
+
"cmake.buildDirectory": "${workspaceFolder}/build/${variant:variant}/${buildKit}",
|
|
12
|
+
"cmake.configureSettings": {
|
|
13
|
+
"BUILD_KIT": "${buildKit}",
|
|
14
|
+
"CMAKE_MESSAGE_LOG_LEVEL": "STATUS"
|
|
15
|
+
},
|
|
16
|
+
"cmake.generator": "Ninja",
|
|
17
|
+
"cmake.debugConfig": {
|
|
18
|
+
"MIMode": "gdb",
|
|
19
|
+
"miDebuggerPath": "gdb",
|
|
20
|
+
"stopAtEntry": true
|
|
21
|
+
},
|
|
22
|
+
"cmake.configureOnEdit": false,
|
|
23
|
+
"cmake.buildBeforeRun": false,
|
|
24
|
+
"cmake.environment": {
|
|
25
|
+
"PIPENV_VERBOSITY": "-1",
|
|
26
|
+
"PIPENV_VENV_IN_PROJECT": "1"
|
|
27
|
+
},
|
|
28
|
+
"cmake.buildToolArgs": [],
|
|
29
|
+
"git.ignoreLimitWarning": true,
|
|
30
|
+
"C_Cpp.errorSquiggles": "enabled",
|
|
31
|
+
"C_Cpp.default.cStandard": "gnu17",
|
|
32
|
+
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
|
|
33
|
+
"C_Cpp.formatting": "vcFormat",
|
|
34
|
+
"files.associations": {
|
|
35
|
+
"*.h": "c",
|
|
36
|
+
"*.c": "c",
|
|
37
|
+
"Jenkinsfile": "groovy",
|
|
38
|
+
"*.py": "python"
|
|
39
|
+
},
|
|
40
|
+
"git.repositoryScanMaxDepth": 3,
|
|
41
|
+
"git-graph.maxDepthOfRepoSearch": 3,
|
|
42
|
+
"[python]": {
|
|
43
|
+
"editor.defaultFormatter": "charliermarsh.ruff"
|
|
44
|
+
}
|
|
45
|
+
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "7.2.0"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/application/src/main/src/main.c
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/project/.vscode/cmake-kits.json
RENAMED
|
File without changes
|
{spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/project/.vscode/extensions.json
RENAMED
|
File without changes
|
{spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/project/.vscode/launch.json
RENAMED
|
File without changes
|
{spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/project/.vscode/tasks.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/project/doc/common/index.rst
RENAMED
|
File without changes
|
{spl_core-7.2.0 → spl_core-7.2.1}/src/spl_core/kickstart/templates/project/doc/components/index.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|