Directory c_runtime/ModelicaExternalC/

Directory Created:
2010-09-06 16:18
Directory Deleted:
2012-02-23 08:08
Total Files:
0
Deleted Files:
12
Lines of Code:
0

[root]/c_runtime/ModelicaExternalC

Lines of Code

c_runtime/ModelicaExternalC/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 47 (100.0%) 4406 (100.0%) 93.7
asodja 11 (23.4%) 2239 (50.8%) 203.5
sjoelund.se 17 (36.2%) 1878 (42.6%) 110.4
adrpo 17 (36.2%) 273 (6.2%) 16.0
Frenkel TUD 2 (4.3%) 16 (0.4%) 8.0

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

  • c_runtime/ModelicaExternalC: CMakeLists.txt (del), Makefile (del), Makefile.in (del), Makefile.omdev.mingw (del), ModelicaExternalC.cpp (del), ModelicaExternalC.h (del), ModelicaInternal.c (del), ModelicaStrings.c (del), ModelicaTables.h (del), ModelicaTablesImpl.c (del), win32_dirent.c (del), win32_dirent.h (del)
Frenkel TUD 2011-11-09 21:37 Rev.: 10368

- update CMakeFiles
- include inline.h in memory_pool.c
- bugfix for vs us sqrt(double)

3 lines of code changed in 1 file:

  • c_runtime/ModelicaExternalC: CMakeLists.txt (+3 -1)
sjoelund.se 2011-08-04 07:44 Rev.: 9595

- Error-handling

2 lines of code changed in 1 file:

  • c_runtime/ModelicaExternalC: ModelicaInternal.c (+2 -1)
sjoelund.se 2011-05-13 13:58 Rev.: 8994

- Fixes for CombiTable1Ds

1 lines of code changed in 1 file:

  • c_runtime/ModelicaExternalC: ModelicaTablesImpl.c (+1 -1)
sjoelund.se 2011-05-06 11:58 Rev.: 8845

- Use correct extrapolation for CombiTable1D

4 lines of code changed in 2 files:

  • c_runtime/ModelicaExternalC: Makefile.in (+1 -1), ModelicaTablesImpl.c (+3 -1)
sjoelund.se 2011-05-03 14:08 Rev.: 8785

- Use @CC@

1 lines of code changed in 1 file:

  • c_runtime/ModelicaExternalC: Makefile.in (+1 -1)
sjoelund.se 2011-04-13 15:38 Rev.: 8625

- Remove the crap known as tabs from C sources

2 lines of code changed in 1 file:

  • c_runtime/ModelicaExternalC: ModelicaTablesImpl.c (+2 -3)
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

2 lines of code changed in 1 file:

  • c_runtime/ModelicaExternalC: ModelicaTablesImpl.c (+2 -2)
Frenkel TUD 2010-12-15 18:18 Rev.: 7411

- c_runtime/CMakeLists.txt, c_runtime/ModelicaExternalC/CMakeLists.txt
- add ModelicaExternalC to CMake
- add macro for fmu
- c_runtime/fmu_model_interface.c, c_runtime/fmu_model_interface.h
- bugfixes for visual studio
- SimCode
- add model name to message for translated to FMU
- testsuite/libraries/msl31/simulate
- add testcases for simulation of examples with start and end values

13 lines of code changed in 1 file:

  • c_runtime/ModelicaExternalC: CMakeLists.txt (new 13)
adrpo 2010-09-26 02:25 Rev.: 6221

- get rid of the static definitions as these functions need to be accessible from outside!

1 lines of code changed in 1 file:

  • c_runtime/ModelicaExternalC: Makefile.omdev.mingw (+1 -1)
sjoelund.se 2010-09-22 20:53 Rev.: 6180

- Fix for ModelicaExternalC
- Compile with "-Dstatic=", to remove static keywords everywhere.
- Static functions are not exported, but all functions were declared static.
- Compile with -D_POSIX_ so OSX works

1 lines of code changed in 1 file:

  • c_runtime/ModelicaExternalC: Makefile.in (+1 -1)
sjoelund.se 2010-09-21 09:19 Rev.: 6154

Fix #1292
- Changed ModelicaExternalC makefile so that it does not use the CFLAGS env.var when compiling in Unix. Instead, we use the CFLAGS specified when configuring. This solves the issue of -ansi -pedantic being added to a file that cannot be compiled -ansi -pedantic.

33 lines of code changed in 2 files:

  • c_runtime/ModelicaExternalC: Makefile.in (new 17), Makefile.omdev.mingw (new 16)
sjoelund.se 2010-09-21 08:54 Rev.: 6153

- Ran make fix-svn-eol-style

1830 lines of code changed in 6 files:

  • c_runtime/ModelicaExternalC: ModelicaInternal.c (+781 -780), ModelicaStrings.c (+385 -384), ModelicaTables.h (+162 -161), ModelicaTablesImpl.c (+93 -92), win32_dirent.c (+323 -322), win32_dirent.h (+86 -85)
asodja 2010-09-13 19:31 Rev.: 6113

libModelicaExternalC.a is now compiled from Modelica/C-Sources/*c.

1829 lines of code changed in 7 files:

  • c_runtime/ModelicaExternalC: Makefile (+5 -4), ModelicaInternal.c (new 780), ModelicaStrings.c (new 384), ModelicaTables.h (new 161), ModelicaTablesImpl.c (new 92), win32_dirent.c (new 322), win32_dirent.h (new 85)
sjoelund.se 2010-09-13 15:01 Rev.: 6104

- Fixed compilation of ModelicaExternalC.cpp (missing errno.h header)

2 lines of code changed in 1 file:

  • c_runtime/ModelicaExternalC: ModelicaExternalC.cpp (+2)
adrpo 2010-09-13 14:03 Rev.: 6102

- include more functionality in ModelicaExternalC.cpp
needed for Modelcia.Electrical.Machines.

256 lines of code changed in 2 files:

  • c_runtime/ModelicaExternalC: Makefile (+1 -1), ModelicaExternalC.cpp (+255 -25)
asodja 2010-09-07 11:32 Rev.: 6038

In c_runtime/tables.cpp, fixed modulo divison in extrapolation and
add zero-division guarding in interpolation (since time samples do not
need to be strictly monotonous anymore).

Also fixed incorrectly swapped min-time and max-time function in
libModelicaExternalC.

5 lines of code changed in 2 files:

  • c_runtime/ModelicaExternalC: Makefile (+3), ModelicaExternalC.cpp (+2 -2)
adrpo 2010-09-06 22:38 Rev.: 6034

- added missing c_runtime/ModelicaExternalC/Makefile
- fixed ? from Link?ping in ModelicaExternalC.cpp and included "../tables.h" instead of "tables.h"

16 lines of code changed in 2 files:

  • c_runtime/ModelicaExternalC: Makefile (new 12), ModelicaExternalC.cpp (+4 -4)
asodja 2010-09-06 22:15 Rev.: 6032

Added wrappers for table-manipulation functions (defined in
c_runtime/tables.h) to libModelicaExternalC.

All other functions remain unimplemented.

405 lines of code changed in 1 file:

  • c_runtime/ModelicaExternalC: ModelicaExternalC.cpp (new 405)
asodja 2010-09-06 16:18 Rev.: 6029

In Modelica Standard Library 3.1, certain external functions are lined with
library ModelicaExternalC, which is currently missing in OpenModelica.

Directory c_runtime/ModelicaExternalC was added and a header file with all
needed external functions which will need to be implemented (mostly are
they just a wrapper to Standard C Library or libc_runtime.a).

0 lines of code changed in 1 file:

  • c_runtime/ModelicaExternalC: ModelicaExternalC.h (new)
Generated by StatSVN 0.7.0