[root]/SimulationRuntime/interactive
SampleClient
(0 files, 0 lines)
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 |
Deleted unintentionally ressurrected resurrected directories "SimulationRuntime/interactive" and "SimulationRuntime/c/simulation/libf2c"
0 lines of code changed in 22 files:
Merged StateMachine branch back into trunk!
4833 lines of code changed in 22 files:
Remove interactive simulation
0 lines of code changed in 22 files:
Fix windows
1 lines of code changed in 1 file:
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:
- 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:
- update unused interactive stuff
1 lines of code changed in 1 file:
#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:
[Janitor mode] Fix whitespace
5 lines of code changed in 1 file:
- new output-format "ia", which sends the simulation results to a TCP/IP server
250 lines of code changed in 3 files:
Make a static variable to avoid returning a pointer into the stack frame
1 lines of code changed in 1 file:
- Double fixes for f2c.h problems on OSX; always use our f2c.h
1 lines of code changed in 1 file:
- 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:
Updated build system for cross-compilation (most libraries compile for mingw32 on Linux)
4 lines of code changed in 1 file:
- 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:
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:
[Janitor mode] Fix tabs
677 lines of code changed in 13 files:
+ 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:
[Janitor mode] Set auto-props
19 lines of code changed in 24 files:
+ 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:
+ revert r15893.
1 lines of code changed in 1 file:
+ 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:
Trim trailing whitespace
82 lines of code changed in 6 files:
Attempt to make runInteractiveSimulation.mos fail less frequently
2 lines of code changed in 1 file:
- 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:
- fix builds
3 lines of code changed in 2 files:
- attempt to fix interactive test
5 lines of code changed in 2 files:
- fix some prototypes
- add "static" keyword for local functions
466 lines of code changed in 8 files:
- 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:
Don't include our f2c.h if we link against the one from the system
8 lines of code changed in 1 file:
- Fix includes for interactive runtime in Linux.
1 lines of code changed in 1 file:
- try to fix windows build
1 lines of code changed in 1 file:
- reactivated compilation of interactive mode
- updated interactive mode to the current c runtime structure
167 lines of code changed in 7 files:
- adjust some paths (testsuite/ related)
- fix some typos and formattings
1 lines of code changed in 1 file:
- use the proper server name: openmodelica.org instead of the old one: openmodelica.ida.liu.se
4 lines of code changed in 1 file:
- a bit of clean up in c simulation runtime
4 lines of code changed in 1 file:
- Do not rebuild sample client every time
8 lines of code changed in 2 files:
- Got rid of tabs.
663 lines of code changed in 4 files:
- Fixed the encoding of the remaining files (added .tpl, fixed some illegal chars in interactive)
12 lines of code changed in 5 files:
- Fix encoding in CPP and interactive
5 lines of code changed in 2 files:
(17 more)