Skip to content
Snippets Groups Projects
  1. Sep 11, 2019
  2. Sep 10, 2019
  3. Sep 09, 2019
    • lukasm91's avatar
      Deserialize IIR (#236) · 568375f8
      lukasm91 authored
      ## Technical Description
      
      Provides (de)serialization capabilities to json files. 
      
      ## Testing
      
      Was tested with the set of stencils provided in the code gen tests in the sense that code gen from DSL and codegen with an intermediary serialization and de-serialization step produce the same code. Proper testing for (de)serilization and using (de)serialization to test the code gen will be introduced in a separate PR.  
      
      ## Dependencies
      
      Depends on [Pull Request 154](https://github.com/MeteoSwiss-APN/gtclang/pull/154) in the gtclang repo
      568375f8
  4. Sep 06, 2019
  5. Sep 04, 2019
    • Stagno's avatar
      Remove some dependencies from SIR in AST component (#251) · fff339da
      Stagno authored
      * adding AST component
      
      and aliases and prefixes
      
      * Fix function referenced from gtclang
      
      Moved getFieldFromStencilAST to AST component.
      
      * Removing sir::Field reference from BoundaryConditionDeclStmt
      
      Substituting with field name (string).
      
      * Move StencilCall to AST
      
      As it contains information common to both SIR and IIR
      
      * Applying review suggestions
      
      * Applying suggestions
      fff339da
  6. Aug 30, 2019
  7. Aug 29, 2019
  8. Aug 27, 2019
  9. Aug 26, 2019
  10. Aug 23, 2019
  11. Aug 22, 2019
  12. Aug 21, 2019
  13. Aug 20, 2019
  14. Aug 16, 2019
  15. Aug 13, 2019
  16. Aug 12, 2019
  17. Aug 09, 2019
  18. Aug 07, 2019
    • Tobias Wicky's avatar
      Fix pytests (#223) · d425c37c
      Tobias Wicky authored
      Changes the default behavior of the bundle to not run the python examples as the default is not to install the required python modules.
      d425c37c
  19. Jul 26, 2019
  20. Jul 24, 2019
  21. Jun 26, 2019
  22. Jun 25, 2019
    • Tobias Wicky's avatar
      Nodeiteator cleanup (#216) · 9e40e368
      Tobias Wicky authored
      There was a default constructor setting it's const-ptr to a nullptr and should therefore never be used. This makes them private. (Solution by @Stagno)
      9e40e368
  23. Jun 21, 2019