Skip to content
Snippets Groups Projects
  • Konstantin Osipov's avatar
    fccb62ce
    gh-897: stored functions in C/C++ · fccb62ce
    Konstantin Osipov authored
    Implement basic support for stored functions in C/C++.
    
    - split away struct func from struct func_def (function
    object and function definition object).
    - extend box.schema.func.create() to accept 'language' argument.
    - move module API related cmake magic to its own file
    - add test/lib to gitignore
    - update to the new test-run
    - add a test
    fccb62ce
    History
    gh-897: stored functions in C/C++
    Konstantin Osipov authored
    Implement basic support for stored functions in C/C++.
    
    - split away struct func from struct func_def (function
    object and function definition object).
    - extend box.schema.func.create() to accept 'language' argument.
    - move module API related cmake magic to its own file
    - add test/lib to gitignore
    - update to the new test-run
    - add a test