Directory c_runtime/sendData/

Directory Created:
2007-06-26 16:19
Directory Deleted:
2012-02-23 08:08
Total Files:
0
Deleted Files:
11
Lines of Code:
0

[root]/c_runtime/sendData
            Folder removed from repo include (0 files, 0 lines)
                Folder removed from repo QtCore (0 files, 0 lines)
                Folder removed from repo QtGui (0 files, 0 lines)
                Folder removed from repo QtNetwork (0 files, 0 lines)
            Folder removed from repo release (0 files, 0 lines)

Lines of Code

c_runtime/sendData/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 118 (100.0%) 6433 (100.0%) 54.5
x06hener 31 (26.3%) 2172 (33.8%) 70.0
adrpo 49 (41.5%) 2000 (31.1%) 40.8
dietmarw 7 (5.9%) 1993 (31.0%) 284.7
sjoelund.se 23 (19.5%) 232 (3.6%) 10.0
wbraun 2 (1.7%) 20 (0.3%) 10.0
Frenkel TUD 6 (5.1%) 16 (0.2%) 2.6

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

  • c_runtime/sendData: CMakeLists.txt (del), Makefile (del), Makefile.Release.mingw (del), Makefile.humbug (del), Makefile.humbug.in (del), humbug.cpp (del), humbug.h (del), sendData.cpp (del), sendData.h (del), sendData.pro (del), sendData.vcproj (del)
sjoelund.se 2011-04-13 15:38 Rev.: 8625

- Remove the crap known as tabs from C sources

17 lines of code changed in 1 file:

  • c_runtime/sendData: sendData.cpp (+17 -17)
adrpo 2011-03-18 10:26 Rev.: 8290

- improvements to mmc GC (still disabled for now as is still slow)
+ added roots management to SimCodeC.tpl
- make VS happy by
+ having an array of 1 records without fields (Unparsing.tpl)
+ moving includes around
- new file SCodeCheck.mo (more will come here)
- better display of elements in SCode.mo
- added RCS lines to some files.

28 lines of code changed in 1 file:

  • c_runtime/sendData: sendData.cpp (+28 -1)
sjoelund.se 2011-03-04 18:30 Rev.: 8099

- Use vfork instead of Qt's process creation in sendData (on OSX/Linux) as it causes weird issues

21 lines of code changed in 1 file:

  • c_runtime/sendData: sendData.cpp (+21 -6)
sjoelund.se 2011-03-04 10:22 Rev.: 8077

- Fixed line endings of several files

1 lines of code changed in 1 file:

  • c_runtime/sendData: sendData.cpp (+1 -1)
sjoelund.se 2011-02-25 11:39 Rev.: 8009

- Updated enableSendData(true) to use the variableFilter option of simulate() instead of using the setVariableFilter API call
- Removed the setVariableFilter API call

8 lines of code changed in 2 files:

  • c_runtime/sendData: sendData.cpp (+7 -77), sendData.h (+1 -3)
sjoelund.se 2011-01-19 15:59 Rev.: 7719

- -mt now generates profiling information for nonlinear, linear and mixed systems
- meta_modelica_string_lit.{c,h} is now in svn instead of generated by sh (the script has problems supporting multiple platforms)

2 lines of code changed in 2 files:

  • c_runtime/sendData: sendData.cpp (+1 -1), sendData.h (+1 -1)
sjoelund.se 2011-01-07 10:33 Rev.: 7662

- Replaced tab characters with 2 spaces (mostly in C sources since Eclipse/MDT usually manages to avoid using tabs)
$ svn diff Compiler/ | grep ^- | grep -v ^--- | wc -l
4771
$ svn diff c_runtime/ | grep ^- | grep -v ^--- | wc -l
13365
$ svn diff OMNotebook/ | grep ^- | grep -v ^--- | wc -l
17341
$ svn diff OMShell/ | grep ^- | grep -v ^--- | wc -l
582

95 lines of code changed in 2 files:

  • c_runtime/sendData: sendData.cpp (+59 -59), sendData.h (+36 -36)
sjoelund.se 2010-12-22 16:10 Rev.: 7549

- Some fixes for sendData

50 lines of code changed in 1 file:

  • c_runtime/sendData: sendData.cpp (+50 -57)
sjoelund.se 2010-12-19 14:10 Rev.: 7497

- Rewrote the simulation runtime slightly
- names and comments of a variable is now stored in a record instead of different arrays
- This record also contains the Absyn.Info information (filename, line/column start/end)
- Removed sendDataHumbug. It has been replaced with preprocessor macros that disable sendData

13 lines of code changed in 2 files:

  • c_runtime/sendData: sendData.cpp (+11 -11), sendData.h (+2 -1)
sjoelund.se 2010-11-30 16:13 Rev.: 7242

- Simplified some MetaModelica types in DAE.ExpType

1 lines of code changed in 1 file:

  • c_runtime/sendData: Makefile.humbug.in (+1)
sjoelund.se 2010-11-27 14:56 Rev.: 7218

- Fix for Makefile.humbug (use the configured CFLAGS so e.g. -fPIC is used)

10 lines of code changed in 1 file:

  • c_runtime/sendData: Makefile.humbug.in (new 10)
adrpo 2010-09-23 01:23 Rev.: 6183

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

8 lines of code changed in 1 file:

  • c_runtime/sendData: sendData.cpp (+8 -8)
wbraun 2010-09-22 12:29 Rev.: 6171

- Added support for Boolean and Integer Variables in c_runtime
- simulation_result changed only for plt output

- Fixed some minor bugs in the EventHandling (reinit, helpvars, zeroCrossing check)

20 lines of code changed in 2 files:

  • c_runtime/sendData: sendData.cpp (+19 -1), sendData.h (+1 -1)
sjoelund.se 2010-09-21 08:54 Rev.: 6153

- Ran make fix-svn-eol-style

2 lines of code changed in 2 files:

  • c_runtime/sendData: humbug.h (+1 -1), sendData.h (+1 -1)
sjoelund.se 2010-05-13 18:21 Rev.: 5521

- Main.mo: +i flag will now generate code with the correct filename
- Added code for scheduling sample() events before runtime.
DASSL uses this code for a (really) small hint now (not taking too large steps).
This improves event-heavy sims by around 10%, but can be a lot better if someone who knows the solvers has a look.
- Simulation code now uses const char* instead of char*. This removes a LOT of warnings in the log files.

4 lines of code changed in 4 files:

  • c_runtime/sendData: humbug.cpp (+1 -1), humbug.h (+1 -1), sendData.cpp (+1 -1), sendData.h (+1 -1)
adrpo 2010-05-03 11:28 Rev.: 5438

- create the release directory

4 lines of code changed in 1 file:

  • c_runtime/sendData: Makefile.Release.mingw (+4 -1)
sjoelund.se 2010-05-02 12:52 Rev.: 5431

- Added configure option --with-sendData-Qt to disable sendData even if we have Qt installed.
- QTHOME should no longer be used.
- Disabling sendData reduces the time to run the (short) testsuite by around 14%; 1m32s down from 1m44s.

7 lines of code changed in 2 files:

  • c_runtime/sendData: Makefile.humbug (new 5), humbug.cpp (+2 -1)
sjoelund.se 2010-04-25 00:01 Rev.: 5380

- Renamed ext OMPlotWindow

1 lines of code changed in 1 file:

  • c_runtime/sendData: sendData.cpp (+1 -7)
Frenkel TUD 2010-04-08 16:18 Rev.: 5278

- CMakeFiles now work on win32 and linux to generate omc executable.
- Linux define RLMHOME, point to your rml install path
- win: define OMDEV environment variable, point to your OMDev installation
- Attention: because function rml_user_gc is defined at rml.lib you can
- at force flag to TARGET_LINK_LIBRARIES(omc rml) (for win32 -> TARGET_LINK_LIBRARIES(omc -FORCE:MULTIPLE rml))
or - rebuild rml lib without function rml_user_gc

2 lines of code changed in 1 file:

  • c_runtime/sendData: CMakeLists.txt (+2 -5)
Frenkel TUD 2010-03-31 17:25 Rev.: 5247

- update CMakeFiles for linux

6 lines of code changed in 1 file:

  • c_runtime/sendData: CMakeLists.txt (+6 -3)
Frenkel TUD 2010-03-30 17:02 Rev.: 5237

- update CMakeFiles, start with testsuite

2 lines of code changed in 1 file:

  • c_runtime/sendData: CMakeLists.txt (+2 -1)
Frenkel TUD 2010-03-29 11:59 Rev.: 5232

- CMakeFiles: install omc, libs, docs, testmodels, includes

2 lines of code changed in 1 file:

  • c_runtime/sendData: CMakeLists.txt (+2)
Frenkel TUD 2010-03-27 20:52 Rev.: 5227

- continue with CMakeFiles

2 lines of code changed in 1 file:

  • c_runtime/sendData: CMakeLists.txt (+2 -2)
adrpo 2010-03-12 07:28 Rev.: 5132

- use the actual QTHOME in Linux if is set and replaced tab with two spaces (systemimpl.c)
- generate an unique log filename for each external viewer (sendData.cpp)

5 lines of code changed in 1 file:

  • c_runtime/sendData: sendData.cpp (+5 -3)
Frenkel TUD 2010-02-11 13:13 Rev.: 4937

- added CMake files to generate for example Visual Studio project to debug generated simulation executables

2 lines of code changed in 1 file:

  • c_runtime/sendData: CMakeLists.txt (new 2)
adrpo 2010-02-05 03:04 Rev.: 4922

- fixes for enableSendData

8 lines of code changed in 1 file:

  • c_runtime/sendData: sendData.cpp (+8 -3)
adrpo 2010-01-22 00:42 Rev.: 4846

- updated Copyright (c) text to 2010

4 lines of code changed in 4 files:

  • c_runtime/sendData: humbug.cpp (+1 -1), humbug.h (+1 -1), sendData.cpp (+1 -1), sendData.h (+1 -1)
adrpo 2008-12-08 07:24 Rev.: 3766

- fixed a mistake in Absyn.EQ/ALG_FAILURE/EQUALITY, they should
contain EquationItem and AlgorithmItem as built by the parser
- got rid of function removal on loading as we can do it based
on build time: Ceval, ClassLoader, Interactive, Inst, Static
- beautifying dumping of MetaModelica code and handle also the
equality and failure equations.
- remove the .sig and .srz files on clean
- fixed a bug with modifications merging (see Modification6.mo)
- System__hash improved plus now considering the entire string
+ RefinedSimpleCircuitValid.mo changes due to different hashing.
- more homogeneous function documentation strings here and there
- small changes to sendData, OMNotebook and ext(ernal plotter).

424 lines of code changed in 1 file:

  • c_runtime/sendData: sendData.cpp (+424 -406)
adrpo 2008-11-07 01:44 Rev.: 3737

- Linux fixes for new plotting functionality

44 lines of code changed in 1 file:

  • c_runtime/sendData: sendData.cpp (+44 -18)
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

1993 lines of code changed in 7 files:

  • c_runtime/sendData: Makefile.Release.mingw (+123 -122), humbug.cpp (+164 -163), humbug.h (+108 -107), sendData.cpp (+1316 -1315), sendData.h (+126 -125), sendData.pro (+16 -16), sendData.vcproj (+140 -140)
adrpo 2008-10-29 13:17 Rev.: 3717

- small change in the data sending.

2 lines of code changed in 1 file:

  • c_runtime/sendData: sendData.cpp (+2)
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)

102 lines of code changed in 1 file:

  • c_runtime/sendData: sendData.cpp (+102 -100)
adrpo 2008-10-25 12:53 Rev.: 3715

- Linux modifications to sendData & Qt plotting

673 lines of code changed in 3 files:

  • c_runtime/sendData: sendData.cpp (+667 -645), sendData.h (+5 -5), sendData.pro (+1 -1)
adrpo 2008-10-25 04:09 Rev.: 3710

- fixes for sendData.* on Linux

3 lines of code changed in 2 files:

  • c_runtime/sendData: sendData.cpp (+2 -2), sendData.h (+1 -1)
adrpo 2008-10-24 02:57 Rev.: 3707

- modification of sendData library to:
+ make it work better for Linux & MacOS
+ improve the stability of starting the external plot viewer

192 lines of code changed in 3 files:

  • c_runtime/sendData: Makefile.Release.mingw (+25 -25), sendData.cpp (+133 -76), sendData.h (+34 -31)
adrpo 2008-10-21 09:33 Rev.: 3706

- fixed the broken +d=failtrace debugging facility
- fixed bug http://openmodelica.ida.liu.se:8080/cb/issue/1022
pointed out by Alexander.Roehnsch <AT> dlr <DOT> de. Thanks!
External function with no input parameters do not typecheck!

101 lines of code changed in 1 file:

  • c_runtime/sendData: sendData.cpp (+101 -101)
adrpo 2008-10-02 21:08 Rev.: 3660

- added the new functionality that supports the 3D visualization in OMNotebook
+ new sendData functions in c_runtime
+ visualization API in Ceval.mo, Static.mo, Interactive.mo, Values.mo
+ new external functions in Compiler/runtime/, files ptolemyio.cpp and systemimpl.c

238 lines of code changed in 4 files:

  • c_runtime/sendData: humbug.cpp (+33 -28), humbug.h (+27 -26), sendData.cpp (+177), sendData.h (+1)
adrpo 2008-05-22 09:37 Rev.: 3593

- fixes for Linux

1 lines of code changed in 1 file:

  • c_runtime/sendData: sendData.pro (+1 -1)
adrpo 2008-04-15 21:13 Rev.: 3455

- in Linux you get sometime linker duplicate errors for function "errmsg".
changed the "errmsg" name to "_errmesg"

18 lines of code changed in 2 files:

  • c_runtime/sendData: humbug.cpp (+17 -17), humbug.h (+1 -1)

(13 more)

Generated by StatSVN 0.7.0