spl-core 7.2.4__tar.gz → 7.2.6__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.4 → spl_core-7.2.6}/PKG-INFO +2 -2
- {spl_core-7.2.4 → spl_core-7.2.6}/pyproject.toml +2 -2
- spl_core-7.2.6/src/spl_core/__init__.py +1 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/project/CMakeLists.txt +46 -46
- spl_core-7.2.4/src/spl_core/__init__.py +0 -1
- {spl_core-7.2.4 → spl_core-7.2.6}/LICENSE +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/README.md +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/__run.py +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/common/__init__.py +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/common/command_line_executor.py +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/common/path.py +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/common.cmake +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/conan.cmake +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/config/KConfig +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/gcov_maid/__init__.py +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/gcov_maid/gcov_maid.py +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kconfig/__init__.py +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kconfig/kconfig.py +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kconfig.cmake +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/__init__.py +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/create.py +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/application/.vscode/cmake-variants.json +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/application/KConfig +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/application/src/greeter/CMakeLists.txt +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/application/src/greeter/doc/_images/screenshot.png +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/application/src/greeter/doc/index.rst +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/application/src/greeter/src/greeter.c +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/application/src/greeter/src/greeter.h +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/application/src/greeter/test/test_greeter.cc +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/application/src/main/CMakeLists.txt +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/application/src/main/doc/index.rst +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/application/src/main/src/main.c +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/application/test/EnglishVariant/test__EnglishVariant.py +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/application/test/German/test__GermanVariant.py +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/application/variants/EnglishVariant/config.cmake +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/application/variants/EnglishVariant/parts.cmake +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/application/variants/GermanVariant/config.cmake +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/application/variants/GermanVariant/config.txt +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/application/variants/GermanVariant/parts.cmake +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/project/.gitignore +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/project/.vscode/cmake-kits.json +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/project/.vscode/extensions.json +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/project/.vscode/launch.json +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/project/.vscode/settings.json +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/project/.vscode/tasks.json +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/project/README.md +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/project/bootstrap.json +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/project/build.bat +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/project/build.ps1 +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/project/conf.py +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/project/doc/Doxyfile.in +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/project/doc/common/index.rst +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/project/doc/components/index.rst +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/project/doc/doxygen-awesome/LICENSE +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/project/doc/doxygen-awesome/doxygen-awesome.css +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/project/doc/software_architecture/index.rst +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/project/doc/software_requirements/index.rst +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/project/doc/test_report_template.txt +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/project/index.rst +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/project/pipfile +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/project/pytest.ini +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/project/scoopfile.json +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/project/tools/toolchains/clang/toolchain.cmake +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/project/tools/toolchains/gcc/toolchain.cmake +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/main.py +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/spl.cmake +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/test_utils/base_variant_test_runner.py +0 -0
- {spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/test_utils/spl_build.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: spl-core
|
|
3
|
-
Version: 7.2.
|
|
3
|
+
Version: 7.2.6
|
|
4
4
|
Summary: Software Product Line Support for CMake
|
|
5
5
|
License: MIT
|
|
6
6
|
Author: Avengineers
|
|
@@ -18,7 +18,7 @@ Classifier: Topic :: Software Development :: Libraries
|
|
|
18
18
|
Requires-Dist: cookiecutter (==2.1.1)
|
|
19
19
|
Requires-Dist: doxysphinx (>=3.3,<4.0)
|
|
20
20
|
Requires-Dist: gcovr (>=8.3,<9.0)
|
|
21
|
-
Requires-Dist: hammocking (>=0.
|
|
21
|
+
Requires-Dist: hammocking (>=0.6,<0.7)
|
|
22
22
|
Requires-Dist: kconfiglib (>=14.1,<15.0)
|
|
23
23
|
Requires-Dist: mlx-traceability (>=10.0,<11.0)
|
|
24
24
|
Requires-Dist: myst-parser (>=0.16)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "spl-core"
|
|
3
|
-
version = "7.2.
|
|
3
|
+
version = "7.2.6"
|
|
4
4
|
description = "Software Product Line Support for CMake"
|
|
5
5
|
authors = ["Avengineers <karsten.guenther@kamg.de>"]
|
|
6
6
|
license = "MIT"
|
|
@@ -28,7 +28,7 @@ python = ">=3.10,<3.12"
|
|
|
28
28
|
py-app-dev = "^2.1"
|
|
29
29
|
cookiecutter = "==2.1.1"
|
|
30
30
|
gcovr = "^8.3"
|
|
31
|
-
hammocking = "^0.
|
|
31
|
+
hammocking = "^0.6"
|
|
32
32
|
kconfiglib = "^14.1"
|
|
33
33
|
typer = "^0"
|
|
34
34
|
doxysphinx = "^3.3"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "7.2.6"
|
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
# cmake project definition
|
|
2
|
-
cmake_minimum_required(VERSION 3.24.0)
|
|
3
|
-
cmake_policy(VERSION 3.24)
|
|
4
|
-
|
|
5
|
-
# configure the current variant to be build
|
|
6
|
-
set(BUILD_KIT prod CACHE STRING "Target Group to build.")
|
|
7
|
-
|
|
8
|
-
include(${CMAKE_SOURCE_DIR}/variants/${VARIANT}/config.cmake)
|
|
9
|
-
|
|
10
|
-
if(BUILD_KIT STREQUAL prod)
|
|
11
|
-
project(${VARIANT} C ASM)
|
|
12
|
-
else()
|
|
13
|
-
# In case of test the project is a C++ project due to GTest usage
|
|
14
|
-
project(${VARIANT} C ASM CXX)
|
|
15
|
-
endif()
|
|
16
|
-
|
|
17
|
-
# Fetch all external dependencies into modules directory
|
|
18
|
-
set(FETCHCONTENT_BASE_DIR ${CMAKE_SOURCE_DIR}/build/modules CACHE INTERNAL "")
|
|
19
|
-
set(FETCHCONTENT_QUIET FALSE)
|
|
20
|
-
include(FetchContent)
|
|
21
|
-
|
|
22
|
-
# Include spl-core
|
|
23
|
-
if(DEFINED ENV{SPLCORE_PATH})
|
|
24
|
-
message(WARNING "SPLCORE_PATH defined! Use fixed SPL-CORE version from: $ENV{SPLCORE_PATH}")
|
|
25
|
-
include($ENV{SPLCORE_PATH}/spl.cmake)
|
|
26
|
-
else()
|
|
27
|
-
# Fetch spl-core
|
|
28
|
-
FetchContent_Declare(
|
|
29
|
-
spl-core
|
|
30
|
-
GIT_REPOSITORY https://github.com/avengineers/spl-core.git
|
|
31
|
-
GIT_TAG develop
|
|
32
|
-
)
|
|
33
|
-
FetchContent_MakeAvailable(spl-core)
|
|
34
|
-
|
|
35
|
-
# Include spl-core
|
|
36
|
-
include(${spl-core_SOURCE_DIR}/
|
|
37
|
-
endif()
|
|
38
|
-
|
|
39
|
-
include(${CMAKE_SOURCE_DIR}/variants/${VARIANT}/parts.cmake)
|
|
40
|
-
|
|
41
|
-
# add all components' include directories to the include paths of each component
|
|
42
|
-
foreach(component_name ${COMPONENT_NAMES})
|
|
43
|
-
if(TARGET ${component_name})
|
|
44
|
-
target_include_directories(${component_name} PUBLIC ${target_include_directories__INCLUDES})
|
|
45
|
-
endif()
|
|
46
|
-
endforeach()
|
|
1
|
+
# cmake project definition
|
|
2
|
+
cmake_minimum_required(VERSION 3.24.0)
|
|
3
|
+
cmake_policy(VERSION 3.24)
|
|
4
|
+
|
|
5
|
+
# configure the current variant to be build
|
|
6
|
+
set(BUILD_KIT prod CACHE STRING "Target Group to build.")
|
|
7
|
+
|
|
8
|
+
include(${CMAKE_SOURCE_DIR}/variants/${VARIANT}/config.cmake)
|
|
9
|
+
|
|
10
|
+
if(BUILD_KIT STREQUAL prod)
|
|
11
|
+
project(${VARIANT} C ASM)
|
|
12
|
+
else()
|
|
13
|
+
# In case of test the project is a C++ project due to GTest usage
|
|
14
|
+
project(${VARIANT} C ASM CXX)
|
|
15
|
+
endif()
|
|
16
|
+
|
|
17
|
+
# Fetch all external dependencies into modules directory
|
|
18
|
+
set(FETCHCONTENT_BASE_DIR ${CMAKE_SOURCE_DIR}/build/modules CACHE INTERNAL "")
|
|
19
|
+
set(FETCHCONTENT_QUIET FALSE)
|
|
20
|
+
include(FetchContent)
|
|
21
|
+
|
|
22
|
+
# Include spl-core
|
|
23
|
+
if(DEFINED ENV{SPLCORE_PATH})
|
|
24
|
+
message(WARNING "SPLCORE_PATH defined! Use fixed SPL-CORE version from: $ENV{SPLCORE_PATH}")
|
|
25
|
+
include($ENV{SPLCORE_PATH}/spl.cmake)
|
|
26
|
+
else()
|
|
27
|
+
# Fetch spl-core
|
|
28
|
+
FetchContent_Declare(
|
|
29
|
+
spl-core
|
|
30
|
+
GIT_REPOSITORY https://github.com/avengineers/spl-core.git
|
|
31
|
+
GIT_TAG develop
|
|
32
|
+
)
|
|
33
|
+
FetchContent_MakeAvailable(spl-core)
|
|
34
|
+
|
|
35
|
+
# Include spl-core
|
|
36
|
+
include(${spl-core_SOURCE_DIR}/src/spl_core/spl.cmake)
|
|
37
|
+
endif()
|
|
38
|
+
|
|
39
|
+
include(${CMAKE_SOURCE_DIR}/variants/${VARIANT}/parts.cmake)
|
|
40
|
+
|
|
41
|
+
# add all components' include directories to the include paths of each component
|
|
42
|
+
foreach(component_name ${COMPONENT_NAMES})
|
|
43
|
+
if(TARGET ${component_name})
|
|
44
|
+
target_include_directories(${component_name} PUBLIC ${target_include_directories__INCLUDES})
|
|
45
|
+
endif()
|
|
46
|
+
endforeach()
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "7.2.4"
|
|
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
|
|
File without changes
|
{spl_core-7.2.4 → spl_core-7.2.6}/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.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/project/.vscode/cmake-kits.json
RENAMED
|
File without changes
|
{spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/project/.vscode/extensions.json
RENAMED
|
File without changes
|
{spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/project/.vscode/launch.json
RENAMED
|
File without changes
|
{spl_core-7.2.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/project/.vscode/settings.json
RENAMED
|
File without changes
|
{spl_core-7.2.4 → spl_core-7.2.6}/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.4 → spl_core-7.2.6}/src/spl_core/kickstart/templates/project/doc/common/index.rst
RENAMED
|
File without changes
|
{spl_core-7.2.4 → spl_core-7.2.6}/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
|