[root]/OMEdit/OMEditGUI/OMC
Parser
(1 files, 123 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 200 (100.0%) | 4365 (100.0%) | 21.8 |
sjoelund.se | 35 (17.5%) | 2861 (65.5%) | 81.7 |
adeas31 | 152 (76.0%) | 1421 (32.6%) | 9.3 |
hudson | 6 (3.0%) | 58 (1.3%) | 9.6 |
rakhiwarriar | 2 (1.0%) | 14 (0.3%) | 7.0 |
adrpo | 4 (2.0%) | 10 (0.2%) | 2.5 |
hkiel | 1 (0.5%) | 1 (0.0%) | 1.0 |
Lock OMEdit, use https://github.com/OpenModelica/OMEdit instead
2 lines of code changed in 2 files:
#3296
- catch omc_Main_setWindowsPaths exception.
2 lines of code changed in 1 file:
- Merged OMEdit TLM branch with trunk.
4 lines of code changed in 1 file:
- Removed the plotSilent flag.
- Added argument forceOMPlot to plot APIs.
0 lines of code changed in 1 file:
- Call omc_Main_setWindowsPaths on Windows so that APIs like simulate can work properly.
6 lines of code changed in 1 file:
#1768
- Set a call back function for plot commands.
- Updated OMNotebook to use the OpenModelicaCompiler shared library.
4 lines of code changed in 1 file:
- Check and load dependent libraries for checkModel, checkAllModelsRecursive, instantiateModel, translateModel, translateModelFMU and translateModelXML.
11 lines of code changed in 1 file:
- Moved the exception handling to OpenModelicaScriptingAPIQt.cpp. Just emit the signal with exception from there and show it in OMEdit.
88 lines of code changed in 2 files:
- Always check for error messages for translateModelFMU.
1 lines of code changed in 1 file:
#3196
- Added vectorization support in OMEdit.
19 lines of code changed in 2 files:
- Directly use the getClassInformaiton struct generated by OpenModelica scripting API.
6 lines of code changed in 2 files:
- Fix the checkModel output.
- Fix failing tests.
2 lines of code changed in 1 file:
- Print the messages in correct order.
2 lines of code changed in 1 file:
- return empty string when checkModel fails and set add error message.
- Only show InformationDialog if instantiateModel & checkModel succeed otherwise put the error message in Messages Browser.
12 lines of code changed in 2 files:
#3234
- Use try catch for omc APIs.
235 lines of code changed in 1 file:
#2676,#2677,#3025
- Fixed OMEdit saving issues.
4 lines of code changed in 2 files:
- Do not create MessageItem on heap.
8 lines of code changed in 2 files:
#3234
- Call getMessagesStringInternal after the exception to get the real error message.
1 lines of code changed in 1 file:
#3234
- Catch the exception thrown in the OpenModelicaScriptingAPIQt.cpp
- Only done for translateModelFMU. We need to do it for all calls.
23 lines of code changed in 2 files:
- Fix build
1 lines of code changed in 1 file:
- Adapt to new exportToFigaro API structure.
- Updated exportToFigaro to use scripting API.
3 lines of code changed in 2 files:
Fix compilation
1 lines of code changed in 1 file:
- Add instruction about how to enable OMC CLI.
10 lines of code changed in 2 files:
- omc_config not required.
0 lines of code changed in 1 file:
- Removed CORBA stuff from OMEdit.
- No need to USE_OMC_SHARED_OBJECT define anymore.
25 lines of code changed in 2 files:
- attempt to fix builds
1 lines of code changed in 1 file:
- Do not escape strings when sending data directly.
2 lines of code changed in 1 file:
Fix some unused variables
1 lines of code changed in 1 file:
- Moved getComponentModifierNames to ModelicaBuiltin.mo.
- updated getComponentModifierNames to scripting API.
1 lines of code changed in 1 file:
- Moved getParameterValue to ModelicaBuiltin.mo.
- updated getParameterValue to scripting API.
1 lines of code changed in 1 file:
- Moved getClaasRestriction & getParameterNames to ModelicaBuiltin.mo.
- updated getClaasRestriction to scripting API. Removed some unused APIs from OMCProxy.
13 lines of code changed in 2 files:
- updated is* to scripting API.
9 lines of code changed in 1 file:
- updated parseFile, parseString to scripting API.
17 lines of code changed in 2 files:
- updated loadFile & loadString to scripting API.
8 lines of code changed in 2 files:
- Try to fix Windows build.
- Converted few more API calls in OMEdit to use scripting API.
16 lines of code changed in 2 files:
- Generate struct field names based on function output names.
- Converted few more API calls in OMEdit to use scripting API.
24 lines of code changed in 2 files:
- Use searchClassNames & getClassInformation via direct scripting API.
- Removed OMC_API.h/cpp files as not needed now.
17 lines of code changed in 4 files:
- Allow users to specify a name for FMU via FMI export settings.
4 lines of code changed in 2 files:
- Use getClassNames via direct scripting API.
- Removed some unused APIs.
17 lines of code changed in 2 files:
- emit signals from scripting API for logging.
65 lines of code changed in 2 files:
(90 more)