Directory SimulationRuntime/c/util/

Directory Created:
2011-11-09 00:15
Total Files:
64
Deleted Files:
10
Lines of Code:
21470

[root]/SimulationRuntime/c/util
                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/util/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 1170 (100.0%) 43386 (100.0%) 37.0
sjoelund.se 484 (41.4%) 19182 (44.2%) 39.6
wbraun 140 (12.0%) 13544 (31.2%) 96.7
hudson 116 (9.9%) 3529 (8.1%) 30.4
hkiel 86 (7.4%) 2678 (6.2%) 31.1
lochel 98 (8.4%) 2183 (5.0%) 22.2
Frenkel TUD 38 (3.2%) 643 (1.5%) 16.9
mwalther 14 (1.2%) 472 (1.1%) 33.7
mahge930 30 (2.6%) 425 (1.0%) 14.1
adrpo 69 (5.9%) 336 (0.8%) 4.8
perost 14 (1.2%) 141 (0.3%) 10.0
vitalij 36 (3.1%) 104 (0.2%) 2.8
jfrenkel 20 (1.7%) 68 (0.2%) 3.4
cschubert 9 (0.8%) 35 (0.1%) 3.8
adeas31 10 (0.9%) 29 (0.1%) 2.9
ppriv 4 (0.3%) 11 (0.0%) 2.7
bachmann 2 (0.2%) 6 (0.0%) 3.0

Most Recent Commits

sjoelund.se 2015-05-02 15:48 Rev.: 25877

Fix compilation of libcsv in C++ mode

8 lines of code changed in 1 file:

  • SimulationRuntime/c/util: libcsv.c (+8 -8)
wbraun 2015-04-13 12:00 Rev.: 25521

- added additional flags for dassl for output control in non-equidistant mode

10 lines of code changed in 2 files:

  • SimulationRuntime/c/util: simulation_options.c (+8), simulation_options.h (+2)
lochel 2015-04-07 14:33 Rev.: 25415

- don't observe strictly singular systems during initialization (just for testing)

1 lines of code changed in 1 file:

  • SimulationRuntime/c/util: division.h (+1 -1)
adrpo 2015-03-22 01:58 Rev.: 25205

Fix bug #3239
- merge modifiers in correct order outer -> inner
- add testsuite/flattening/modelica/redeclare/Bug3239.mo
Fix typo in SimulationRuntime/c/util/libcsv.h

1 lines of code changed in 1 file:

  • SimulationRuntime/c/util: libcsv.h (+1 -1)
sjoelund.se 2015-03-19 10:28 Rev.: 25149

Try to output \r for string literals that used \r explicitly

1 lines of code changed in 1 file:

  • SimulationRuntime/c/util: modelica_string.c (+1 -1)
vitalij 2015-03-05 21:47 Rev.: 24950

added interface for user time grid in dyn. optimization

9 lines of code changed in 2 files:

  • SimulationRuntime/c/util: simulation_options.c (+7 -3), simulation_options.h (+2 -1)
mahge930 2015-03-05 14:56 Rev.: 24930

Fix boolean slice assignments in c runtime. Fix #3188

18 lines of code changed in 4 files:

  • SimulationRuntime/c/util: boolean_array.c (+12 -18), boolean_array.h (+1 -1), integer_array.c (+3 -5), real_array.c (+2 -18)
adrpo 2015-03-04 14:52 Rev.: 24892

Fix #3187
- seems that SimulationRuntime/c/util/boolean_array.c got stuck with some old code (i now used the one from integer_array.c)
- removed commented out code from SimulationRuntime/c/util/real_array.c

14 lines of code changed in 2 files:

  • SimulationRuntime/c/util: boolean_array.c (+14 -18), real_array.c (-41)
hudson 2015-02-26 16:29 Rev.: 24806

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/c/util: omc_msvc.c (+1 -1)
hkiel 2015-02-26 16:04 Rev.: 24805

fix mkdtemp according to definition from man page

34 lines of code changed in 1 file:

  • SimulationRuntime/c/util: omc_msvc.c (+34 -13)
adrpo 2015-02-26 12:11 Rev.: 24789

- don't write after the end of the string, read the mkdtemp definition (template ends in 6 chars which are rewritten in place)

2 lines of code changed in 1 file:

  • SimulationRuntime/c/util: omc_msvc.c (+2 -2)
hkiel 2015-02-26 12:03 Rev.: 24787

fix generation of tmp path in mkdtemp

7 lines of code changed in 1 file:

  • SimulationRuntime/c/util: omc_msvc.c (+7 -3)
adrpo 2015-02-25 23:01 Rev.: 24785

- use rand instead of uuid to get rid of some dependencies

2 lines of code changed in 1 file:

  • SimulationRuntime/c/util: omc_msvc.c (+2 -17)
adrpo 2015-02-25 22:28 Rev.: 24784

- fix MSVC includes

6 lines of code changed in 1 file:

  • SimulationRuntime/c/util: omc_msvc.c (+6)
adrpo 2015-02-25 20:38 Rev.: 24783

- implement mkdtemp for MinGW and MSVC

42 lines of code changed in 2 files:

  • SimulationRuntime/c/util: omc_msvc.c (+38), omc_msvc.h (+4)
sjoelund.se 2015-02-24 10:50 Rev.: 24728

Improve the static analysis

4 lines of code changed in 2 files:

  • SimulationRuntime/c/util: modelica_string.c (+1 -1), omc_error.h (+3 -3)
adrpo 2015-02-21 01:41 Rev.: 24671

- use the alloc interface not malloc directly

2 lines of code changed in 1 file:

  • SimulationRuntime/c/util: base_array.c (+2 -2)
sjoelund.se 2015-02-20 22:42 Rev.: 24670

Fix typo

1 lines of code changed in 1 file:

  • SimulationRuntime/c/util: simulation_options.c (+1 -1)
hudson 2015-02-20 21:02 Rev.: 24668

[Janitor mode] Fix whitespace

2 lines of code changed in 1 file:

  • SimulationRuntime/c/util: integer_array.c (+2 -2)
mahge930 2015-02-20 20:47 Rev.: 24667

Handle Slices in simulation contexts.
Use correct types when creating common subsexpressions.
Fix faulty array expansions.

16 lines of code changed in 1 file:

  • SimulationRuntime/c/util: integer_array.c (+16 -19)
hkiel 2015-02-19 11:24 Rev.: 24633

fix some warnings

1 lines of code changed in 1 file:

  • SimulationRuntime/c/util: ModelicaUtilities.c (+1 -1)
wbraun 2015-02-19 00:02 Rev.: 24626

- improved assert output further with debug
- fixed #3074

29 lines of code changed in 2 files:

  • SimulationRuntime/c/util: omc_error.c (+18 -1), omc_error.h (+11 -5)
hkiel 2015-02-18 14:01 Rev.: 24620

small optimizations

7 lines of code changed in 1 file:

  • SimulationRuntime/c/util: real_array.c (+7 -6)
adrpo 2015-02-18 04:02 Rev.: 24619

- ansi c for msvc

4 lines of code changed in 2 files:

  • SimulationRuntime/c/util: integer_array.c (+2 -1), real_array.c (+2 -1)
hudson 2015-02-17 19:09 Rev.: 24617

[Janitor mode] Fix whitespace

4 lines of code changed in 2 files:

  • SimulationRuntime/c/util: integer_array.c (+2 -2), real_array.c (+2 -2)
mahge930 2015-02-17 19:00 Rev.: 24616

+ Fix #2726.
Handle diagonal() in code generation instead of simplifying it.

42 lines of code changed in 4 files:

  • SimulationRuntime/c/util: integer_array.c (+20), integer_array.h (+1), real_array.c (+20), real_array.h (+1)
wbraun 2015-02-16 20:45 Rev.: 24606

- added more information for a triggered Modelica assert
- fixes partially #3074

18 lines of code changed in 2 files:

  • SimulationRuntime/c/util: omc_error.c (+16), omc_error.h (+2)
hudson 2015-02-14 15:00 Rev.: 24579

[Janitor mode] Fix whitespace

7 lines of code changed in 1 file:

  • SimulationRuntime/c/util: base_array.c (+7 -7)
mahge930 2015-02-14 14:59 Rev.: 24578

+ Cleaned up ComponentReference handling in the code generators. Less clutter. Reuse functions as much as possible.
+ Now we can use offsetting to index arrays in generated code. works for qualified Crefs as well.
- Some issues still remain (e.g. alias elimination) so we don't use offsetting by default.
only used when the cref involves variable indexes for now. Still might give erroneous results if some array members are missing though.
+ Improved handling of multi-variable return functions (*tuple returns).
+ fix for a case where wrong types were used when creating crefs in front-end.

38 lines of code changed in 2 files:

  • SimulationRuntime/c/util: base_array.c (+36 -4), base_array.h (+2)
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/

6 lines of code changed in 2 files:

  • SimulationRuntime/c/util: CMakeLists.txt (+4 -2), ModelicaUtilities.c (+2 -2)
adrpo 2015-02-11 21:48 Rev.: 24538

Fix #3137
- revive +target=msvc
- compile umfpack, cminpack and cdaskr files
- update CMakeLists.txt

19 lines of code changed in 3 files:

  • SimulationRuntime/c/util: CMakeLists.txt (+2 -2), omc_mmap.c (+9), omc_mmap.h (+8)
hkiel 2015-02-11 14:32 Rev.: 24523

fix some warnings
proper implementation of _omc_copyMatrix()

0 lines of code changed in 1 file:

  • SimulationRuntime/c/util: read_write.c (-2)
sjoelund.se 2015-02-10 15:05 Rev.: 24503

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

3 lines of code changed in 3 files:

  • SimulationRuntime/c/util: java_interface.h (+1 -1), omc_error.c (+1 -1), read_write.c (+1 -1)
sjoelund.se 2015-02-10 12:14 Rev.: 24497

Fix some unused variables

4 lines of code changed in 1 file:

  • SimulationRuntime/c/util: omc_error.h (+4 -4)
sjoelund.se 2015-02-03 18:10 Rev.: 24389

Fix assertion output (uses the API for log messages)

11 lines of code changed in 2 files:

  • SimulationRuntime/c/util: ModelicaUtilities.c (+1 -1), omc_error.c (+10 -2)
sjoelund.se 2015-02-03 17:23 Rev.: 24385

ModelicaUtilities should output to the chosen log format

13 lines of code changed in 3 files:

  • SimulationRuntime/c/util: ModelicaUtilities.c (+3 -8), omc_error.c (+9), omc_error.h (+1)
adrpo 2015-01-30 00:05 Rev.: 24323

- avoid having extern twice

1 lines of code changed in 1 file:

  • SimulationRuntime/c/util: modelica.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

0 lines of code changed in 2 files:

  • SimulationRuntime/c/util: simulation_options.c (-4), simulation_options.h (-1)
adrpo 2015-01-29 00:53 Rev.: 24285

- more fixes for Windows
- add include to omc_config.h
- ansi-c for the highness

3 lines of code changed in 1 file:

  • SimulationRuntime/c/util: omc_msvc.c (+3 -2)
adrpo 2015-01-28 14:53 Rev.: 24256

- change alarm to also kill the children (the entire process tree) on Windows

56 lines of code changed in 1 file:

  • SimulationRuntime/c/util: omc_msvc.c (+56 -2)

(416 more)

Generated by StatSVN 0.7.0