Directory SimulationRuntime/interactive/

Directory Deleted:
2015-02-23 17:40
Total Files:
0
Deleted Files:
22
Lines of Code:
0

[root]/SimulationRuntime/interactive
            Folder removed from repo SampleClient (0 files, 0 lines)

Lines of Code

SimulationRuntime/interactive/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 223 (100.0%) 8231 (100.0%) 36.9
bthiele 44 (19.7%) 4833 (58.7%) 109.8
sjoelund.se 71 (31.8%) 844 (10.3%) 11.8
hudson 38 (17.0%) 701 (8.5%) 18.4
perost 8 (3.6%) 669 (8.1%) 83.6
hkiel 9 (4.0%) 467 (5.7%) 51.8
wbraun 24 (10.8%) 375 (4.6%) 15.6
lochel 8 (3.6%) 254 (3.1%) 31.7
Frenkel TUD 8 (3.6%) 70 (0.9%) 8.7
adrpo 9 (4.0%) 14 (0.2%) 1.5
mahge930 4 (1.8%) 4 (0.0%) 1.0

Most Recent Commits

bthiele 2015-02-23 17:40 Rev.: 24716

Deleted unintentionally ressurrected resurrected directories "SimulationRuntime/interactive" and "SimulationRuntime/c/simulation/libf2c"

0 lines of code changed in 22 files:

  • SimulationRuntime/interactive: CMakeLists.txt (del), Makefile.in (del), Makefile.omdev.mingw (del), README.txt (del), client.cpp (del), makefile.mingw (del), omi_Calculation.cpp (del), omi_Calculation.h (del), omi_Control.cpp (del), omi_Control.h (del), omi_ResultManager.cpp (del), omi_ResultManager.h (del), omi_ServiceInterface.cpp (del), omi_ServiceInterface.h (del), omi_Transfer.cpp (del), omi_Transfer.h (del), socket.cpp (del), socket.h (del), socket_unix.cpp (del), socket_win.cpp (del), thread.cpp (del), thread.h (del)
bthiele 2015-02-23 16:44 Rev.: 24709

Merged StateMachine branch back into trunk!

4833 lines of code changed in 22 files:

  • SimulationRuntime/interactive: CMakeLists.txt (new 31), Makefile.in (new 41), Makefile.omdev.mingw (new 35), README.txt (new 41), client.cpp (new 235), makefile.mingw (new), omi_Calculation.cpp (new 243), omi_Calculation.h (new 23), omi_Control.cpp (new 1173), omi_Control.h (new 49), omi_ResultManager.cpp (new 720), omi_ResultManager.h (new 83), omi_ServiceInterface.cpp (new 754), omi_ServiceInterface.h (new 117), omi_Transfer.cpp (new 403), omi_Transfer.h (new 31), socket.cpp (new 6), socket.h (new 79), socket_unix.cpp (new 180), socket_win.cpp (new 258), thread.cpp (new 237), thread.h (new 94)
sjoelund.se 2015-01-26 15:15 Rev.: 24197

Remove interactive simulation

0 lines of code changed in 22 files:

  • SimulationRuntime/interactive: CMakeLists.txt (del), Makefile.in (del), Makefile.omdev.mingw (del), README.txt (del), client.cpp (del), makefile.mingw (del), omi_Calculation.cpp (del), omi_Calculation.h (del), omi_Control.cpp (del), omi_Control.h (del), omi_ResultManager.cpp (del), omi_ResultManager.h (del), omi_ServiceInterface.cpp (del), omi_ServiceInterface.h (del), omi_Transfer.cpp (del), omi_Transfer.h (del), socket.cpp (del), socket.h (del), socket_unix.cpp (del), socket_win.cpp (del), thread.cpp (del), thread.h (del)
sjoelund.se 2014-11-11 21:08 Rev.: 23323

Fix windows

1 lines of code changed in 1 file:

  • SimulationRuntime/interactive: Makefile.omdev.mingw (+1 -1)
sjoelund.se 2014-11-11 17:58 Rev.: 23321

Change the Modelica string to be implemented as a MetaModelica string (boxed)
- Note: Some Modelica functions might have become slower if string literals were not put into the _literals file

5 lines of code changed in 2 files:

  • SimulationRuntime/interactive: Makefile.in (+1 -1), omi_ServiceInterface.cpp (+4 -3)
adrpo 2014-10-31 16:23 Rev.: 23109

- disable parallel mark for GC in Windows as it crashes dll loading
- override CFLAGS in some places so the CFLAGS given at command line get propagated correctly
- remove MMC_INIT from in_function generated for dll loading

1 lines of code changed in 1 file:

  • SimulationRuntime/interactive: Makefile.omdev.mingw (+1 -1)
lochel 2014-09-23 14:27 Rev.: 22414

- update unused interactive stuff

1 lines of code changed in 1 file:

  • SimulationRuntime/interactive: omi_ServiceInterface.cpp (+1 -3)
sjoelund.se 2014-08-06 10:19 Rev.: 21774

#2772 Do not exit the master thread when unloading FMU's. Cancel the worker threads in thread objects instead.

23 lines of code changed in 2 files:

  • SimulationRuntime/interactive: thread.cpp (+22 -6), thread.h (+1)
hudson 2014-07-23 15:57 Rev.: 21604

[Janitor mode] Fix whitespace

5 lines of code changed in 1 file:

  • SimulationRuntime/interactive: socket.h (+5 -5)
lochel 2014-07-23 15:55 Rev.: 21602

- new output-format "ia", which sends the simulation results to a TCP/IP server

250 lines of code changed in 3 files:

  • SimulationRuntime/interactive: socket.h (+44 -37), socket_unix.cpp (+28 -21), socket_win.cpp (+178 -156)
sjoelund.se 2014-03-26 00:01 Rev.: 19762

Make a static variable to avoid returning a pointer into the stack frame

1 lines of code changed in 1 file:

  • SimulationRuntime/interactive: omi_ResultManager.cpp (+1 -1)
sjoelund.se 2013-11-27 21:56 Rev.: 18327

- Double fixes for f2c.h problems on OSX; always use our f2c.h

1 lines of code changed in 1 file:

  • SimulationRuntime/interactive: Makefile.in (+1 -7)
sjoelund.se 2013-11-24 10:50 Rev.: 18262

- Moved where CFLAGS for generated code are defined (in configure instead of logic in the code generation)
- Added configure env.vars RUNTIMECC and RUNTIMECFLAGS if the user wants different compilers for the generated code and omc itself (typically to use clang for generated code)
- Always include delay.h in generated simulation code. Revert previous change that made Counter and Counter3 work (relied on the wrong delayImpl being used)
- Moved performSimulation into the callback interface

1 lines of code changed in 1 file:

  • SimulationRuntime/interactive: omi_ServiceInterface.cpp (+1 -1)
sjoelund.se 2013-10-04 14:11 Rev.: 17534

Updated build system for cross-compilation (most libraries compile for mingw32 on Linux)

4 lines of code changed in 1 file:

  • SimulationRuntime/interactive: Makefile.in (+4 -3)
perost 2013-06-03 16:10 Rev.: 16190

- Added descriptions to some debug flags.
- Removed "unused" debug flags.
- Got rid of some compiler warnings in OMI.

1 lines of code changed in 1 file:

  • SimulationRuntime/interactive: omi_Calculation.cpp (+1 -1)
sjoelund.se 2013-05-02 21:17 Rev.: 15963

Revert r15962 (accidently replaced 8 spaces with 2 spaces; was supposed to be 1 tab to 2 spaces but text editors messed up the command)
Contact me if you have problems merging your working copy

677 lines of code changed in 13 files:

  • SimulationRuntime/interactive: client.cpp (+113 -113), omi_Calculation.cpp (+20 -20), omi_Control.cpp (+403 -403), omi_Control.h (+4 -4), omi_ResultManager.cpp (+54 -54), omi_ServiceInterface.cpp (+4 -4), omi_ServiceInterface.h (+1 -1), omi_Transfer.cpp (+14 -14), socket.h (+1 -1), socket_unix.cpp (+17 -17), socket_win.cpp (+9 -9), thread.cpp (+12 -12), thread.h (+25 -25)
hudson 2013-05-02 20:46 Rev.: 15962

[Janitor mode] Fix tabs

677 lines of code changed in 13 files:

  • SimulationRuntime/interactive: client.cpp (+113 -113), omi_Calculation.cpp (+20 -20), omi_Control.cpp (+403 -403), omi_Control.h (+4 -4), omi_ResultManager.cpp (+54 -54), omi_ServiceInterface.cpp (+4 -4), omi_ServiceInterface.h (+1 -1), omi_Transfer.cpp (+14 -14), socket.h (+1 -1), socket_unix.cpp (+17 -17), socket_win.cpp (+9 -9), thread.cpp (+12 -12), thread.h (+25 -25)
mahge930 2013-04-30 15:52 Rev.: 15939

+ Moved the main simulation loop to perform_simulation.c.
Included in and compiled with the generated code later.
+ OpenMP has its own version omp_perform_simulation.c
+ Easier to maintain this way.

1 lines of code changed in 1 file:

  • SimulationRuntime/interactive: omi_ServiceInterface.cpp (+1 -1)
hudson 2013-04-30 14:51 Rev.: 15938

[Janitor mode] Set auto-props

19 lines of code changed in 24 files:

  • SimulationRuntime/interactive: CMakeLists.txt (+1), README.txt (+1), client.cpp (+1 -1), omi_Calculation.cpp (+1 -1), omi_Calculation.h (new), omi_Control.cpp (+1 -1), omi_Control.h (new), omi_ResultManager.cpp (+1 -1), omi_ResultManager.h (+1 -1), omi_ServiceInterface.cpp (+1 -1), omi_ServiceInterface.h (+1 -1), omi_Transfer.cpp (+1 -1), omi_Transfer.h (+1 -1), socket.cpp (new), socket.h (+1 -1), socket_unix.cpp (+1 -1), socket_win.cpp (new), thread.cpp (+1 -1), thread.h (+1 -1)
mahge930 2013-04-25 16:17 Rev.: 15913

+ Preparing the run-time for multi-thread execution.
+ Moved performSimulation from simulation runtime to generated code.
+ Fixed omp undefined references.
+ Generate extra equation info. Just the crefs used in equation. To build graphs later.
+ Hope nothing fails.

1 lines of code changed in 1 file:

  • SimulationRuntime/interactive: omi_ServiceInterface.cpp (+1 -1)
mahge930 2013-04-23 18:38 Rev.: 15894

+ revert r15893.

1 lines of code changed in 1 file:

  • SimulationRuntime/interactive: omi_ServiceInterface.cpp (+1 -1)
mahge930 2013-04-23 17:39 Rev.: 15893

+ Preparing the run-time for multi-thread execution.
+ Moved performSimulation from simulation runtime to generated code.
+ Fixed omp undefined references.
+ Generate extra equation info. Just the crefs used in equation. To build graphs later.
+ Hope nothing fails.

1 lines of code changed in 1 file:

  • SimulationRuntime/interactive: omi_ServiceInterface.cpp (+1 -1)
sjoelund.se 2013-03-06 13:12 Rev.: 15486

Trim trailing whitespace

82 lines of code changed in 6 files:

  • SimulationRuntime/interactive: CMakeLists.txt (+29 -29), Makefile.in (+1 -1), README.txt (+39 -39), socket_unix.cpp (+5 -5), thread.cpp (+4 -4), thread.h (+4 -4)
sjoelund.se 2013-02-26 11:57 Rev.: 15326

Attempt to make runInteractiveSimulation.mos fail less frequently

2 lines of code changed in 1 file:

  • SimulationRuntime/interactive: client.cpp (+2 -2)
sjoelund.se 2013-02-22 17:10 Rev.: 15280

- At least kill the damn executable after the interactive simulation runs (I found no way to actually make the executable exit...)

3 lines of code changed in 1 file:

  • SimulationRuntime/interactive: socket_unix.cpp (+3 -2)
adrpo 2013-02-15 17:37 Rev.: 15185

- fix builds

3 lines of code changed in 2 files:

  • SimulationRuntime/interactive: Makefile.in (+2 -2), Makefile.omdev.mingw (+1 -1)
wbraun 2013-02-15 16:20 Rev.: 15184

- attempt to fix interactive test

5 lines of code changed in 2 files:

  • SimulationRuntime/interactive: Makefile.in (+2 -2), Makefile.omdev.mingw (+3 -3)
hkiel 2013-02-15 11:37 Rev.: 15180

- fix some prototypes
- add "static" keyword for local functions

466 lines of code changed in 8 files:

  • SimulationRuntime/interactive: client.cpp (+6 -7), omi_Calculation.cpp (+24 -19), omi_Control.cpp (+90 -71), omi_ResultManager.cpp (+50 -32), omi_ResultManager.h (new), omi_ServiceInterface.cpp (+103 -53), omi_Transfer.cpp (+191 -157)
wbraun 2013-02-15 04:53 Rev.: 15179

- attempt to fix interactive mode
- basic functions like start, pause, change parameter should work now

- splitted solver_main therefore in smaller parts

163 lines of code changed in 5 files:

  • SimulationRuntime/interactive: omi_Calculation.cpp (+18 -39), omi_Control.cpp (+36 -28), omi_ResultManager.cpp (+5 -4), omi_ServiceInterface.cpp (+101 -49), omi_ServiceInterface.h (+3 -3)
sjoelund.se 2013-02-13 21:39 Rev.: 15167

Don't include our f2c.h if we link against the one from the system

8 lines of code changed in 1 file:

  • SimulationRuntime/interactive: Makefile.in (+8 -2)
perost 2013-02-13 17:27 Rev.: 15166

- Fix includes for interactive runtime in Linux.

1 lines of code changed in 1 file:

  • SimulationRuntime/interactive: Makefile.in (+1 -1)
wbraun 2013-02-13 01:02 Rev.: 15159

- try to fix windows build

1 lines of code changed in 1 file:

  • SimulationRuntime/interactive: Makefile.omdev.mingw (+1 -1)
wbraun 2013-02-13 00:50 Rev.: 15158

- reactivated compilation of interactive mode
- updated interactive mode to the current c runtime structure

167 lines of code changed in 7 files:

  • SimulationRuntime/interactive: Makefile.in (+9 -9), Makefile.omdev.mingw (+6 -6), omi_Calculation.cpp (+18 -25), omi_Control.cpp (+1 -1), omi_ServiceInterface.cpp (+131 -95), omi_ServiceInterface.h (new)
hkiel 2013-01-28 14:25 Rev.: 14965

- adjust some paths (testsuite/ related)
- fix some typos and formattings

1 lines of code changed in 1 file:

  • SimulationRuntime/interactive: README.txt (+1 -1)
adrpo 2013-01-07 17:22 Rev.: 14698

- use the proper server name: openmodelica.org instead of the old one: openmodelica.ida.liu.se

4 lines of code changed in 1 file:

  • SimulationRuntime/interactive: README.txt (+4 -4)
wbraun 2012-10-20 19:37 Rev.: 13536

- a bit of clean up in c simulation runtime

4 lines of code changed in 1 file:

  • SimulationRuntime/interactive: omi_ServiceInterface.cpp (+4 -5)
sjoelund.se 2012-06-05 08:45 Rev.: 11977

- Do not rebuild sample client every time

8 lines of code changed in 2 files:

  • SimulationRuntime/interactive: Makefile.in (+4 -4), Makefile.omdev.mingw (+4 -4)
perost 2012-03-26 12:56 Rev.: 11538

- Got rid of tabs.

663 lines of code changed in 4 files:

  • SimulationRuntime/interactive: omi_Calculation.cpp (+177 -177), omi_Control.cpp (+93 -93), omi_ResultManager.cpp (+365 -365), omi_Transfer.cpp (+28 -28)
sjoelund.se 2012-03-26 11:40 Rev.: 11536

- Fixed the encoding of the remaining files (added .tpl, fixed some illegal chars in interactive)

12 lines of code changed in 5 files:

  • SimulationRuntime/interactive: omi_Control.cpp (+3 -3), omi_ResultManager.cpp (new), omi_Transfer.cpp (+4 -4)
sjoelund.se 2012-03-26 11:31 Rev.: 11535

- Fix encoding in CPP and interactive

5 lines of code changed in 2 files:

  • SimulationRuntime/interactive: omi_Calculation.cpp (+3 -3), omi_ServiceInterface.cpp (+2 -2)

(17 more)

Generated by StatSVN 0.7.0