Directory SimulationRuntime/c/

Directory Created:
2011-11-09 00:15
Total Files:
13
Deleted Files:
5
Lines of Code:
2416

[root]/SimulationRuntime/c
            Folder removed from repo ModelicaExternalC (0 files, 0 lines)
            directory in repo emcc (1 files, 47 lines)
            directory in repo fmi (10 files, 1443 lines)
            directory in repo linearization (2 files, 343 lines)
            directory in repo math-support (7 files, 1053 lines)
                directory in repo test (2 files, 140 lines)
            directory in repo meta (17 files, 4211 lines)
                directory in repo gc (2 files, 172 lines)
            directory in repo optimization (4 files, 656 lines)
                directory in repo DataManagement (3 files, 1934 lines)
                Folder removed from repo constraints (0 files, 0 lines)
                directory in repo eval_all (3 files, 1570 lines)
                Folder removed from repo goal (0 files, 0 lines)
                Folder removed from repo initialOptimizer (0 files, 0 lines)
                Folder removed from repo lagrangeFun (0 files, 0 lines)
                Folder removed from repo mainOptimizer (0 files, 0 lines)
            Folder removed from repo sendData (0 files, 0 lines)
            directory in repo simulation (17 files, 4520 lines)
                Folder removed from repo libf2c (0 files, 0 lines)
                Folder removed from repo math-support (0 files, 0 lines)
                directory in repo results (13 files, 2298 lines)
                directory in repo solver (48 files, 16671 lines)
                    directory in repo initialization (3 files, 742 lines)
            directory in repo util (64 files, 21470 lines)
                directory in repo java_interface (3 files, 163 lines)
                    directory in repo src (0 files, 0 lines)
                        directory in repo org (0 files, 0 lines)
                            directory in repo openmodelica (2 files, 614 lines)
                                directory in repo corba (1 files, 86 lines)
                                    directory in repo parser (3 files, 302 lines)
                                        directory in repo JavaDefinitions (2 files, 82 lines)
                                directory in repo test (2 files, 242 lines)
                    directory in repo test_files (4 files, 263 lines)

Lines of Code

SimulationRuntime/c/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 652 (100.0%) 7107 (100.0%) 10.9
sjoelund.se 235 (36.0%) 2227 (31.3%) 9.4
wbraun 133 (20.4%) 2172 (30.6%) 16.3
lochel 71 (10.9%) 948 (13.3%) 13.3
Frenkel TUD 45 (6.9%) 905 (12.7%) 20.1
jfrenkel 19 (2.9%) 290 (4.1%) 15.2
vitalij 38 (5.8%) 127 (1.8%) 3.3
adrpo 47 (7.2%) 114 (1.6%) 2.4
hudson 13 (2.0%) 103 (1.4%) 7.9
mahge930 10 (1.5%) 89 (1.3%) 8.9
adeas31 15 (2.3%) 39 (0.5%) 2.6
mwalther 14 (2.1%) 38 (0.5%) 2.7
hkiel 1 (0.2%) 29 (0.4%) 29.0
ppriv 2 (0.3%) 8 (0.1%) 4.0
cschubert 2 (0.3%) 7 (0.1%) 3.5
perost 4 (0.6%) 6 (0.1%) 1.5
mtiller 1 (0.2%) 3 (0.0%) 3.0
bachmann 2 (0.3%) 2 (0.0%) 1.0

Most Recent Commits

sjoelund.se 2015-05-02 15:42 Rev.: 25876

Copy more results file reading functions with the includes

4 lines of code changed in 1 file:

  • SimulationRuntime/c: Makefile.common (+4)
sjoelund.se 2015-04-30 12:57 Rev.: 25845

Fix linker paths

4 lines of code changed in 1 file:

  • SimulationRuntime/c: Makefile.in (+4 -4)
sjoelund.se 2015-04-30 12:40 Rev.: 25841

Multiarch patch: install libraries to OMHOME/lib/<triplet>/omc
- This will allow users to install multiple versions of the simulation libraries at the same time

1 lines of code changed in 1 file:

  • SimulationRuntime/c: Makefile.in (+1 -1)
sjoelund.se 2015-04-29 23:20 Rev.: 25827

Some cross-compilation fixes.
- Adding switches to disable compiling parts for a bootstrapped compiler.
- New switches mainly used to cross-compile a minimal omc on the build platform that can be used to compile omc for the host platform.

7 lines of code changed in 1 file:

  • SimulationRuntime/c: Makefile.common (+7 -4)
sjoelund.se 2015-04-27 16:40 Rev.: 25765

Try to fix builds

3 lines of code changed in 1 file:

  • SimulationRuntime/c: Makefile.common (+3 -1)
vitalij 2015-04-23 23:46 Rev.: 25721

added symbolic implicit euler. Improvements will come!!

4 lines of code changed in 1 file:

  • SimulationRuntime/c: openmodelica_func.h (+4)
adeas31 2015-04-22 17:40 Rev.: 25689

#1768
- Set a call back function for plot commands.
- Updated OMNotebook to use the OpenModelicaCompiler shared library.

6 lines of code changed in 1 file:

  • SimulationRuntime/c: openmodelica_types.h (+6)
vitalij 2015-03-23 23:56 Rev.: 25224

fixed extends dynamic optimization formulation
- initial guess with file
- handling der(x)

1 lines of code changed in 1 file:

  • SimulationRuntime/c: openmodelica_func.h (+1 -1)
adrpo 2015-03-12 19:23 Rev.: 25069

- revert r25066, modelica_string is *NOT* const char*, is MetaModelica string, defined as: typedef modelica_metatype modelica_string;

6 lines of code changed in 1 file:

  • SimulationRuntime/c: simulation_data.h (+6 -6)
mahge930 2015-03-12 19:15 Rev.: 25066

- c++ compatibility. const correctness required.

6 lines of code changed in 1 file:

  • SimulationRuntime/c: simulation_data.h (+6 -6)
vitalij 2015-03-06 18:46 Rev.: 24971

using time grid inside model for dyn. optimization

8 lines of code changed in 1 file:

  • SimulationRuntime/c: openmodelica_func.h (+8)
lochel 2015-03-02 12:43 Rev.: 24856

- prepare qss solver development (using euler method as place holder)

3 lines of code changed in 2 files:

  • SimulationRuntime/c: Makefile.common (+2 -1), openmodelica_func.h (+1)
vitalij 2015-02-25 19:14 Rev.: 24781

initial guess with file for dyn. opt.

9 lines of code changed in 1 file:

  • SimulationRuntime/c: openmodelica_func.h (+9)
sjoelund.se 2015-02-21 22:58 Rev.: 24694

Compile using CXX; feature-check C++ variadic macros (part of C++11)

5 lines of code changed in 2 files:

  • SimulationRuntime/c: Makefile.common (+1 -1), openmodelica.h (+4 -4)
wbraun 2015-02-13 21:14 Rev.: 24572

- changed sparsity pattern translation
- moved mapping (BackendVar->SimVar) from runtime to compile time
- added FMI 2.0 modelStructure to SimCode

1 lines of code changed in 1 file:

  • SimulationRuntime/c: simulation_data.h (+1)
adrpo 2015-02-12 02:37 Rev.: 24543

Additional fixes to #3137
- fix FMI generation and import for +target=msvc
- build static cminpack.lib for msvc
- export equations in Model_05evt.c
- compile fmil msvc (unfortunately static does not work for some reason)
- fix ansi C in the FMI interfaces files
- more CMakeLists.txt fixes in SimulationRuntime/c/

1 lines of code changed in 1 file:

  • SimulationRuntime/c: CMakeLists.txt (+1)
sjoelund.se 2015-02-10 15:05 Rev.: 24503

Remove some -I flags so the headers copied from simulation runtime works without changes

8 lines of code changed in 1 file:

  • SimulationRuntime/c: Makefile.common (+8 -8)
wbraun 2015-02-04 13:10 Rev.: 24397

- fix the huge linear solver failings output

1 lines of code changed in 1 file:

  • SimulationRuntime/c: simulation_data.h (+1)
lochel 2015-01-30 19:25 Rev.: 24341

- remove more code for removed numeric initialization

0 lines of code changed in 2 files:

  • SimulationRuntime/c: openmodelica_func.h (-15), simulation_data.h (-3)
sjoelund.se 2015-01-30 18:29 Rev.: 24340

Fix some abs/fabs warnings (possibly abs was also part of f2c and was an fabs in disguise)

2 lines of code changed in 1 file:

  • SimulationRuntime/c: openmodelica_types.h (+2)
sjoelund.se 2015-01-30 12:04 Rev.: 24329

f2c.h fixes, remove some math files from svn

0 lines of code changed in 1 file:

  • SimulationRuntime/c: simulation_data.h (-9)
sjoelund.se 2015-01-30 11:43 Rev.: 24328

There is no more f2c.h

9 lines of code changed in 1 file:

  • SimulationRuntime/c: openmodelica_types.h (+9)
sjoelund.se 2015-01-30 11:17 Rev.: 24327

No more f2c.h

6 lines of code changed in 1 file:

  • SimulationRuntime/c: simulation_data.h (+6 -5)
sjoelund.se 2015-01-30 10:54 Rev.: 24325

Remove f2c and a bit more from the simulation runtime (thanks to r24305)

27 lines of code changed in 5 files:

  • SimulationRuntime/c: CMakeLists.txt (+15 -20), Makefile.common (+7 -15), Makefile.in (+3 -16), Makefile.objs (+2 -7), Makefile.omdev.mingw (-4)
adrpo 2015-01-30 00:05 Rev.: 24323

- avoid having extern twice

1 lines of code changed in 1 file:

  • SimulationRuntime/c: openmodelica.h (+1 -1)
lochel 2015-01-29 17:41 Rev.: 24305

- removed deprecated numeric initialization approach
- removed simflags: "-iom=*" and "-iim=numeric"
- another commit will remove more code that belongs to the numeric initialization approach

3 lines of code changed in 2 files:

  • SimulationRuntime/c: Makefile.common (+1 -3), Makefile.objs (+2 -7)
adrpo 2015-01-28 23:23 Rev.: 24278

- fix Windows build

1 lines of code changed in 1 file:

  • SimulationRuntime/c: Makefile.omdev.mingw (+1)
sjoelund.se 2015-01-28 20:22 Rev.: 24276

Handle more things for minimal simulation runtime:
- Numeric initalization disabled
- f2c disabled
- Most NLS solvers disabled due to f2c dependencies
(Only set with OMC_MINIMAL_RUNTIME=1)

37 lines of code changed in 3 files:

  • SimulationRuntime/c: Makefile.common (+11 -10), Makefile.in (+12 -3), Makefile.objs (+14 -4)
sjoelund.se 2015-01-28 16:09 Rev.: 24261

Add make option OMC_MINIMAL_RUNTIME=1, which skips compilation of many object files in the simulation runtime (to make it easier to cross-compile for real-time targets)

51 lines of code changed in 3 files:

  • SimulationRuntime/c: Makefile.common (+12 -1), Makefile.in (+11 -2), Makefile.objs (+28 -7)
sjoelund.se 2015-01-26 18:40 Rev.: 24209

Try to fix the builds

2 lines of code changed in 2 files:

  • SimulationRuntime/c: Makefile.in (+1 -3), Makefile.omdev.mingw (+1 -3)
sjoelund.se 2015-01-26 17:30 Rev.: 24203

Remove interactive simulation couplings from simulation_runtime.cpp
- Add socket.cpp to c/simulation (TODO: move to c/util as a C interface)

4 lines of code changed in 2 files:

  • SimulationRuntime/c: Makefile.common (+2), Makefile.objs (+2 -2)
sjoelund.se 2015-01-26 15:15 Rev.: 24197

Remove interactive simulation

1 lines of code changed in 1 file:

  • SimulationRuntime/c: Makefile.common (+1 -4)
wbraun 2015-01-19 18:53 Rev.: 24106

- added statistics for all non-linear solvers

7 lines of code changed in 1 file:

  • SimulationRuntime/c: simulation_data.h (+7)
wbraun 2015-01-16 11:20 Rev.: 24060

- fixed assert handling during event iteration and event handling

1 lines of code changed in 1 file:

  • SimulationRuntime/c: openmodelica_types.h (+1)
wbraun 2015-01-08 00:04 Rev.: 23974

- added linear sparse solver umfpack for large linear algebraic loops
- activated umfpack for default compilation
- revise and adapt all a bit linear solver
- added measurment clock for all linear solver
- added more linear test cases

2 lines of code changed in 2 files:

  • SimulationRuntime/c: Makefile.objs (+1 -1), simulation_data.h (+1)
wbraun 2015-01-06 11:56 Rev.: 23944

- belongs to r23943

1 lines of code changed in 1 file:

  • SimulationRuntime/c: simulation_data.h (+1)
wbraun 2014-12-23 17:35 Rev.: 23905

- revert for now r23902, since it break some build

1 lines of code changed in 2 files:

  • SimulationRuntime/c: Makefile.objs (+1 -1), simulation_data.h (-1)
wbraun 2014-12-23 16:24 Rev.: 23902

- added linear sparse solver umfpack for large linear algebraic loops
- activated umfpack for default compilation
- added measurment clock for all linear solver
- added more linear test cases

2 lines of code changed in 2 files:

  • SimulationRuntime/c: Makefile.objs (+1 -1), simulation_data.h (+1)
wbraun 2014-12-05 17:02 Rev.: 23676

- added statistics section for linears systems
- revise linear system

6 lines of code changed in 1 file:

  • SimulationRuntime/c: simulation_data.h (+6)
adrpo 2014-11-27 11:26 Rev.: 23575

- more proper clean

2 lines of code changed in 2 files:

  • SimulationRuntime/c: Makefile.common (+1 -1), Makefile.objs (+1 -1)

(369 more)

Generated by StatSVN 0.7.0