[root]/OMEdit/OMEditGUI/OMC/Parser
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
sjoelund.se | 3 (100.0%) | 124 (100.0%) | 41.3 |
Lock OMEdit, use https://github.com/OpenModelica/OMEdit instead
1 lines of code changed in 1 file:
Try to change my name so asap does not fail to build the parser
1 lines of code changed in 1 file:
- Add capability to OMEdit to link directly against omc (gives a good performance increase especially if calling used functions directly without requiring parsing strings)
- Add OMCOutput parser to OMEdit, to parse the most common OMC Values.Value outputs (no records yet; only sequences and values); the output is a QVariant
- Update getClassInformation to use ModelicaBuiltin.mo
- Add a mockup of the OpenModelicaScriptingAPI.mo we should be able to create from ModelicaBuiltin.mo, and OMC_API.{cpp,h} that should be automatically generated Qt/C++ files corresponding to the same API
122 lines of code changed in 1 file: