Add `.params()` to `sfg.function`. Change `std.tuple` to take type params as...
Add `.params()` to `sfg.function`. Change `std.tuple` to take type params as `*args`. Extend composer guide. Add composer feature test.
Showing
- docs/source/getting_started.md 0 additions, 3 deletionsdocs/source/getting_started.md
- docs/source/index.md 1 addition, 1 deletiondocs/source/index.md
- docs/source/usage/api_modelling.md 1 addition, 0 deletionsdocs/source/usage/api_modelling.md
- docs/source/usage/how_to_composer.md 246 additions, 0 deletionsdocs/source/usage/how_to_composer.md
- src/pystencilssfg/composer/basic_composer.py 13 additions, 0 deletionssrc/pystencilssfg/composer/basic_composer.py
- src/pystencilssfg/ir/entities.py 13 additions, 3 deletionssrc/pystencilssfg/ir/entities.py
- src/pystencilssfg/lang/cpp/std_tuple.py 1 addition, 3 deletionssrc/pystencilssfg/lang/cpp/std_tuple.py
- tests/generator_scripts/index.yaml 2 additions, 0 deletionstests/generator_scripts/index.yaml
- tests/generator_scripts/source/ComposerFeatures.harness.cpp 13 additions, 0 deletionstests/generator_scripts/source/ComposerFeatures.harness.cpp
- tests/generator_scripts/source/ComposerFeatures.py 13 additions, 0 deletionstests/generator_scripts/source/ComposerFeatures.py
- tests/lang/test_cpp_stl_classes.py 1 addition, 1 deletiontests/lang/test_cpp_stl_classes.py
Please register or sign in to comment