Directory c_runtime/sendData/include/QtCore/

Directory Created:
2007-09-25 17:54
Directory Deleted:
2012-02-23 08:08
Total Files:
0
Deleted Files:
40
Lines of Code:
0

[root]/c_runtime/sendData/include/QtCore

Lines of Code

c_runtime/sendData/include/QtCore/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 161 (100.0%) 34326 (100.0%) 213.2
dietmarw 40 (24.8%) 17112 (49.9%) 427.8
x06hener 39 (24.2%) 17065 (49.7%) 437.5
adrpo 42 (26.1%) 109 (0.3%) 2.5
sjoelund.se 40 (24.8%) 40 (0.1%) 1.0

Most Recent Commits

adrpo 2012-02-23 08:08 Rev.: 11174

- 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 40 files:

  • c_runtime/sendData/include/QtCore: qalgorithms.h (del), qatomic.h (del), qatomic_arch.h (del), qatomic_windows.h (del), qbuffer.h (del), qbytearray.h (del), qchar.h (del), qcolor.h (del), qconfig.h (del), qdatastream.h (del), qdebug.h (del), qdir.h (del), qfeatures.h (del), qfile.h (del), qfileinfo.h (del), qglobal.h (del), qhash.h (del), qiodevice.h (del), qiterator.h (del), qlist.h (del), qmap.h (del), qmetatype.h (del), qnamespace.h (del), qobject.h (del), qobjectdefs.h (del), qpair.h (del), qplatformdefs.h (del), qprocess.h (del), qregexp.h (del), qset.h (del), qsettings.h (del), qstring.h (del), qstringlist.h (del), qstringlistmodel.h (del), qstringmatcher.h (del), qtemporaryfile.h (del), qtextstream.h (del), qthread.h (del), qvariant.h (del), qvector.h (del)
adrpo 2010-09-23 01:23 Rev.: 6183

- fixes so we can compile with MinGW GCC 4.5 also.

3 lines of code changed in 1 file:

  • c_runtime/sendData/include/QtCore: qatomic_windows.h (+3 -1)
sjoelund.se 2010-09-21 08:54 Rev.: 6153

- Ran make fix-svn-eol-style

40 lines of code changed in 40 files:

  • c_runtime/sendData/include/QtCore: qalgorithms.h (+1 -1), qatomic.h (+1 -1), qatomic_arch.h (+1 -1), qatomic_windows.h (+1 -1), qbuffer.h (+1 -1), qbytearray.h (+1 -1), qchar.h (+1 -1), qcolor.h (+1 -1), qconfig.h (+1 -1), qdatastream.h (+1 -1), qdebug.h (+1 -1), qdir.h (+1 -1), qfeatures.h (+1 -1), qfile.h (+1 -1), qfileinfo.h (+1 -1), qglobal.h (+1 -1), qhash.h (+1 -1), qiodevice.h (+1 -1), qiterator.h (+1 -1), qlist.h (+1 -1), qmap.h (+1 -1), qmetatype.h (+1 -1), qnamespace.h (+1 -1), qobject.h (+1 -1), qobjectdefs.h (+1 -1), qpair.h (+1 -1), qplatformdefs.h (+1 -1), qprocess.h (+1 -1), qregexp.h (+1 -1), qset.h (+1 -1), qsettings.h (+1 -1), qstring.h (+1 -1), qstringlist.h (+1 -1), qstringlistmodel.h (+1 -1), qstringmatcher.h (+1 -1), qtemporaryfile.h (+1 -1), qtextstream.h (+1 -1), qthread.h (+1 -1), qvariant.h (+1 -1), qvector.h (+1 -1)
dietmarw 2008-11-02 18:35 Rev.: 3732

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

17112 lines of code changed in 40 files:

  • c_runtime/sendData/include/QtCore: qalgorithms.h (+559 -558), qatomic.h (+269 -268), qatomic_arch.h (+82 -81), qatomic_windows.h (+259 -258), qbuffer.h (+102 -101), qbytearray.h (+548 -547), qchar.h (+367 -366), qcolor.h (+269 -268), qconfig.h (+1), qdatastream.h (+418 -417), qdebug.h (+247 -246), qdir.h (+258 -257), qfeatures.h (+690 -689), qfile.h (+191 -190), qfileinfo.h (+181 -180), qglobal.h (+2072 -2071), qhash.h (+995 -994), qiodevice.h (+245 -244), qiterator.h (+193 -192), qlist.h (+667 -666), qmap.h (+1013 -1012), qmetatype.h (+340 -339), qnamespace.h (+1502 -1501), qobject.h (+460 -459), qobjectdefs.h (+421 -420), qpair.h (+121 -120), qplatformdefs.h (+162 -161), qprocess.h (+194 -193), qregexp.h (+145 -144), qset.h (+344 -343), qsettings.h (+297 -296), qstring.h (+1130 -1129), qstringlist.h (+232 -231), qstringlistmodel.h (+83 -82), qstringmatcher.h (+78 -77), qtemporaryfile.h (+107 -106), qtextstream.h (+365 -364), qthread.h (+156 -155), qvariant.h (+592 -591), qvector.h (+757 -756)
adrpo 2008-10-25 13:38 Rev.: 3716

- the damn Qt doesn't have the same behavior on Linux vs. Windows!
- added include for QTemporaryFile
- changed the waitForConnected(-1) to waitForConnected(5000)

106 lines of code changed in 1 file:

  • c_runtime/sendData/include/QtCore: qtemporaryfile.h (new 106)
x06hener 2007-09-25 17:54 Rev.: 2931

*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.

17065 lines of code changed in 39 files:

  • c_runtime/sendData/include/QtCore: qalgorithms.h (new 558), qatomic.h (new 268), qatomic_arch.h (new 81), qatomic_windows.h (new 258), qbuffer.h (new 101), qbytearray.h (new 547), qchar.h (new 366), qcolor.h (new 268), qconfig.h (new 99), qdatastream.h (new 417), qdebug.h (new 246), qdir.h (new 257), qfeatures.h (new 689), qfile.h (new 190), qfileinfo.h (new 180), qglobal.h (new 2071), qhash.h (new 994), qiodevice.h (new 244), qiterator.h (new 192), qlist.h (new 666), qmap.h (new 1012), qmetatype.h (new 339), qnamespace.h (new 1501), qobject.h (new 459), qobjectdefs.h (new 420), qpair.h (new 120), qplatformdefs.h (new 161), qprocess.h (new 193), qregexp.h (new 144), qset.h (new 343), qsettings.h (new 296), qstring.h (new 1129), qstringlist.h (new 231), qstringlistmodel.h (new 82), qstringmatcher.h (new 77), qtextstream.h (new 364), qthread.h (new 155), qvariant.h (new 591), qvector.h (new 756)
Generated by StatSVN 0.7.0