Commits on Source (4)
-
8a15ea20
-
Frederik Hennig authored
Headerfile.parse removes strips " from strings See merge request pycodegen/pystencils-sfg!7
7de3cd0b -
fe7f85a7
-
Christoph Alt authored
Add CONFIG_MODULE parameter to CMake function. Add Tests for CMake Integration. See merge request pycodegen/pystencils-sfg!8
c70a1c03
Showing
- docs/source/usage/project_integration.md 12 additions, 3 deletionsdocs/source/usage/project_integration.md
- integration/test_cuda.py 7 additions, 11 deletionsintegration/test_cuda.py
- mypy.ini 3 additions, 0 deletionsmypy.ini
- pyproject.toml 1 addition, 1 deletionpyproject.toml
- pytest.ini 1 addition, 0 deletionspytest.ini
- src/pystencilssfg/cmake/modules/PystencilsSfg.cmake 19 additions, 13 deletionssrc/pystencilssfg/cmake/modules/PystencilsSfg.cmake
- src/pystencilssfg/lang/headers.py 3 additions, 0 deletionssrc/pystencilssfg/lang/headers.py
- tests/integration/cmake_project/.gitignore 1 addition, 0 deletionstests/integration/cmake_project/.gitignore
- tests/integration/cmake_project/CMakeLists.txt 28 additions, 0 deletionstests/integration/cmake_project/CMakeLists.txt
- tests/integration/cmake_project/GenTest.py 10 additions, 0 deletionstests/integration/cmake_project/GenTest.py
- tests/integration/cmake_project/TestApp.cpp 5 additions, 0 deletionstests/integration/cmake_project/TestApp.cpp
- tests/integration/cmake_project/gen_config.py 9 additions, 0 deletionstests/integration/cmake_project/gen_config.py
- tests/integration/test_cmake.py 37 additions, 0 deletionstests/integration/test_cmake.py
- tests/lang/test_headers.py 13 additions, 0 deletionstests/lang/test_headers.py
tests/integration/cmake_project/.gitignore
0 → 100644
tests/integration/cmake_project/GenTest.py
0 → 100644
tests/integration/cmake_project/TestApp.cpp
0 → 100644
tests/integration/test_cmake.py
0 → 100644
tests/lang/test_headers.py
0 → 100644