Merge pull request #16665 from geoffw0/yml

C++: Support for extension models (.yml)
This commit is contained in:
Mathias Vorreiter Pedersen
2024-06-06 14:21:42 +01:00
committed by GitHub
27 changed files with 595 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* A partial model for the `Boost.Asio` network library has been added. This includes sources, sinks and summaries for certain functions in `Boost.Asio`, such as `read_until` and `write`.

View File

@@ -0,0 +1,4 @@
---
category: feature
---
* Data models can now be added with data extensions. In this way source, sink and summary models can be added in extension `.model.yml` files, rather than by writing classes in QL code. New models should be added in the `lib/ext` folder.