[root]/c_runtime/sendData/include
QtCore
(0 files, 0 lines)
QtGui
(0 files, 0 lines)
QtNetwork
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 39 (100.0%) | 26 (100.0%) | 0.6 |
dietmarw | 13 (33.3%) | 13 (50.0%) | 1.0 |
x06hener | 12 (30.8%) | 12 (46.2%) | 1.0 |
adrpo | 14 (35.9%) | 1 (3.8%) | 0.0 |
- GOT RID OF the old trunk/c_runtime and old templates SimCodeC.tpl/SimCodeFMU.tpl
- HIGHLY RECOMMENDED make clean
- renamed SimCodeXXX.tpl CodegenXXX.tpl
- merged the needed things from SimCodeC.tpl into CodegenQSS.tpl.
- all tests except the usual mishaps go.
- targeted all trunk/c_runtime references used in
Makefiles / C (Qt OMPlot) / Other files to their SimulationRuntime/ counterparts.
0 lines of code changed in 13 files:
Formal clean up of all code files:
* applied svn:eol-style native to all files except Compiler/*.mo --> LF
* unified the eol-style of ALL files (this was necessary in order to set the svn properties
* unification was done by a script which also removed all trailing whitespaces (except for all files in testsuite as white spaces are necessary to successful compare the results, could be improved maybe)
* make clean all test --> success on Ubuntu Linux 8.10, proably a good idea to run it for the other platforms as well.
* FYI: script to remove trailing white spaces: http://is.gd/5A6B
13 lines of code changed in 13 files:
- the damn Qt doesn't have the same behavior on Linux vs. Windows!
- added include for QTemporaryFile
- changed the waitForConnected(-1) to waitForConnected(5000)
1 lines of code changed in 1 file:
*Added static Qt libraries for MinGW
*The MinGW version of Omc is now built with static Qt libraries
*Added some Qt header files
*Added range options to plot2/plotParametric2
*Removed some unnecessary files.
12 lines of code changed in 12 files: