Directory SimulationRuntime/c/ModelicaExternalC/

Directory Deleted:
2013-06-12 21:09
Total Files:
0
Deleted Files:
20
Lines of Code:
0

[root]/SimulationRuntime/c/ModelicaExternalC

Lines of Code

SimulationRuntime/c/ModelicaExternalC/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 177 (100.0%) 4839 (100.0%) 27.3
Frenkel TUD 28 (15.8%) 2520 (52.1%) 90.0
sjoelund.se 83 (46.9%) 913 (18.9%) 11.0
hudson 20 (11.3%) 480 (9.9%) 24.0
wbraun 17 (9.6%) 421 (8.7%) 24.7
lochel 7 (4.0%) 276 (5.7%) 39.4
hkiel 2 (1.1%) 158 (3.3%) 79.0
adrpo 13 (7.3%) 58 (1.2%) 4.4
jfrenkel 5 (2.8%) 9 (0.2%) 1.8
perost 2 (1.1%) 4 (0.1%) 2.0

Most Recent Commits

sjoelund.se 2013-06-12 21:09 Rev.: 16330

- Compile MSL external libraries directly from the MSL trunk
- Compile oldtables directly into the C runtime as it was always tool-specific anyway

0 lines of code changed in 20 files:

  • SimulationRuntime/c/ModelicaExternalC: CMakeLists.txt (del), Makefile.am (del), Makefile.common (del), Makefile.in (del), Makefile.omdev.mingw (del), ModelicaInternal.c (del), ModelicaStrings.c (del), ModelicaTables.h (del), ModelicaTablesImpl.c (del), ModelicaUtilities.c (del), ModelicaUtilities.h (del), README (del), autogen.sh (del), configure.ac (del), dummy.c (del), tables.c (del), tables.cpp (del), tables.h (del), win32_dirent.c (del), win32_dirent.h (del)
lochel 2013-06-07 12:28 Rev.: 16243

- fix some comments
- change type signature for check_*_solutions [* is an element of {nonlinear,linear,mixed}]

1 lines of code changed in 1 file:

  • SimulationRuntime/c/ModelicaExternalC: tables.c (+1 -1)
sjoelund.se 2013-06-04 11:25 Rev.: 16206

Fix warnings

2 lines of code changed in 1 file:

  • SimulationRuntime/c/ModelicaExternalC: tables.c (+2 -9)
sjoelund.se 2013-06-04 07:46 Rev.: 16200

Fix for OSX? Add an empty file to the tables library to make the linker function

2 lines of code changed in 2 files:

  • SimulationRuntime/c/ModelicaExternalC: Makefile.am (+1 -1), dummy.c (new 1)
sjoelund.se 2013-06-03 12:10 Rev.: 16189

- Use ModelicaFormatError in tables.c to avoid the need use the OpenModelica-specific runtime (only ModelicaUtilities.h)

105 lines of code changed in 1 file:

  • SimulationRuntime/c/ModelicaExternalC: tables.c (+105 -54)
sjoelund.se 2013-05-31 22:12 Rev.: 16181

Bump MSL before my flight. Someone needs to baseline a few of the failing tests. I ran out of time to do so myself.

3 lines of code changed in 1 file:

  • SimulationRuntime/c/ModelicaExternalC: Makefile.am (+3 -1)
adrpo 2013-05-30 00:11 Rev.: 16154

- attempt to fix Windows build.

5 lines of code changed in 1 file:

  • SimulationRuntime/c/ModelicaExternalC: CMakeLists.txt (+5 -3)
sjoelund.se 2013-05-29 13:12 Rev.: 16143

- Bump MSL
- Build ModelicaExternalC (and the new tables) from the latest MSL sources
+ Note: m:#1143 - there is a bug for the tables in MSL so some tests will fail. I had success with some of them locally.
- Patched MSL to avoid printing warnings for some unused inputs in Tables
- Patched MSL to link against the correct library (ModelicaExternalC) instead of ModelicaStandardTables (this is the same as the beta branch, but trunk does not yet have this fix)
- Changed some tests using tables to use MSL 3.1 since then we can test the old table implementation (which is different)

113 lines of code changed in 6 files:

  • SimulationRuntime/c/ModelicaExternalC: Makefile.am (new 3), ModelicaTablesImpl.c (+1 -1), README (new 9), autogen.sh (new 7), configure.ac (new 90), tables.c (+3 -3)
sjoelund.se 2013-05-16 08:54 Rev.: 16059

Bump libraries

1 lines of code changed in 1 file:

  • SimulationRuntime/c/ModelicaExternalC: Makefile.omdev.mingw (+1 -1)
adrpo 2013-05-16 05:30 Rev.: 16058

- table lib name changes

2 lines of code changed in 1 file:

  • SimulationRuntime/c/ModelicaExternalC: Makefile.omdev.mingw (+2 -2)
sjoelund.se 2013-05-15 22:00 Rev.: 16056

Library changed name

1 lines of code changed in 1 file:

  • SimulationRuntime/c/ModelicaExternalC: Makefile.in (+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

471 lines of code changed in 8 files:

  • SimulationRuntime/c/ModelicaExternalC: ModelicaInternal.c (+218 -218), ModelicaStrings.c (+110 -110), ModelicaTables.h (+34 -34), ModelicaTablesImpl.c (+8 -8), tables.c (+94 -94), tables.h (+2 -2), win32_dirent.c (+1 -1), win32_dirent.h (+4 -4)
hudson 2013-05-02 20:46 Rev.: 15962

[Janitor mode] Fix tabs

471 lines of code changed in 8 files:

  • SimulationRuntime/c/ModelicaExternalC: ModelicaInternal.c (+218 -218), ModelicaStrings.c (+110 -110), ModelicaTables.h (+34 -34), ModelicaTablesImpl.c (+8 -8), tables.c (+94 -94), tables.h (+2 -2), win32_dirent.c (+1 -1), win32_dirent.h (+4 -4)
hudson 2013-04-30 14:51 Rev.: 15938

[Janitor mode] Set auto-props

9 lines of code changed in 12 files:

  • SimulationRuntime/c/ModelicaExternalC: CMakeLists.txt (+1), ModelicaInternal.c (+1 -1), ModelicaStrings.c (+1 -1), ModelicaTables.h (+1 -1), ModelicaTablesImpl.c (+1 -1), tables.c (+1 -1), tables.h (+1 -1), win32_dirent.c (+1 -1), win32_dirent.h (new)
sjoelund.se 2013-04-12 13:50 Rev.: 15801

- Set blank PREFIX

1 lines of code changed in 1 file:

  • SimulationRuntime/c/ModelicaExternalC: Makefile.omdev.mingw (+1)
sjoelund.se 2013-04-11 16:26 Rev.: 15793

OSX compilation

2 lines of code changed in 1 file:

  • SimulationRuntime/c/ModelicaExternalC: Makefile.common (+2 -1)
sjoelund.se 2013-04-11 16:22 Rev.: 15792

- OSX compilation. Works with the NewTables package

3 lines of code changed in 2 files:

  • SimulationRuntime/c/ModelicaExternalC: Makefile.common (+1 -1), Makefile.in (+2 -1)
sjoelund.se 2013-04-11 15:54 Rev.: 15791

Change to using the build system in OpenSourceTables

19 lines of code changed in 3 files:

  • SimulationRuntime/c/ModelicaExternalC: Makefile.common (+14 -16), Makefile.in (+3 -8), Makefile.omdev.mingw (+2 -3)
sjoelund.se 2013-04-11 09:21 Rev.: 15785

Updated configure script slightly

3 lines of code changed in 1 file:

  • SimulationRuntime/c/ModelicaExternalC: Makefile.in (+3 -2)
sjoelund.se 2013-04-11 08:52 Rev.: 15784

Adding NewTables for testing

29 lines of code changed in 3 files:

  • SimulationRuntime/c/ModelicaExternalC: Makefile.common (+18 -3), Makefile.in (+8 -2), Makefile.omdev.mingw (+3 -1)
sjoelund.se 2013-03-06 13:12 Rev.: 15486

Trim trailing whitespace

33 lines of code changed in 5 files:

  • SimulationRuntime/c/ModelicaExternalC: CMakeLists.txt (+20 -20), Makefile.in (+1 -1), Makefile.omdev.mingw (+1 -1), ModelicaTablesImpl.c (+5 -5), tables.h (+6 -6)
sjoelund.se 2013-02-11 23:10 Rev.: 15149

- Don't build or include libf2c library/headers if we have a system version installed
- Update Linux build documentation
- Update svn:ignore

1 lines of code changed in 1 file:

  • SimulationRuntime/c/ModelicaExternalC: ModelicaInternal.c (+1 -12)
adrpo 2013-02-09 21:03 Rev.: 15131

- realpath is not present in MinGW, use the one in omc_msvc.h/omc_msvc.c
omc_msvc.* should maybe renamed to omc_win.* later.

1 lines of code changed in 1 file:

  • SimulationRuntime/c/ModelicaExternalC: ModelicaInternal.c (+1 -1)
adrpo 2013-02-09 18:46 Rev.: 15127

Util.mo
- fix testsuite on Windows (replace \ with / so relative paths are the same)

Other c files:
- get rid of some warnings
- spell checking

7 lines of code changed in 1 file:

  • SimulationRuntime/c/ModelicaExternalC: ModelicaInternal.c (+7 -7)
adrpo 2013-02-08 03:12 Rev.: 15101

- fix windows build

6 lines of code changed in 1 file:

  • SimulationRuntime/c/ModelicaExternalC: ModelicaInternal.c (+6)
adrpo 2013-02-07 23:39 Rev.: 15098

PATH_MAX has never been spotted in Windows :)

4 lines of code changed in 1 file:

  • SimulationRuntime/c/ModelicaExternalC: ModelicaInternal.c (+4)
sjoelund.se 2013-02-07 16:16 Rev.: 15085

Always use full pathnames for file info of parsed files

4 lines of code changed in 1 file:

  • SimulationRuntime/c/ModelicaExternalC: ModelicaInternal.c (+4 -9)
adrpo 2013-01-31 13:50 Rev.: 15020

- fix CMakeLists.txt as some things moved around.

2 lines of code changed in 1 file:

  • SimulationRuntime/c/ModelicaExternalC: CMakeLists.txt (+2 -2)
sjoelund.se 2013-01-31 10:56 Rev.: 15015

Move ModelicaUtilities into the default runtime instead of ModelicaExternalC (it is defined in the spec, not in MSL, and should be usable in any external function)

1 lines of code changed in 1 file:

  • SimulationRuntime/c/ModelicaExternalC: Makefile.common (+1 -1)
hkiel 2013-01-31 08:47 Rev.: 15013

- replace calloc by malloc where allocated memory is directly initialized
- fix types
- optimize round-up division
- make local functions "static"
- more aggressive memory allocation for realloc()

110 lines of code changed in 1 file:

  • SimulationRuntime/c/ModelicaExternalC: tables.c (+110 -91)
sjoelund.se 2013-01-28 15:39 Rev.: 14969

- Added MLS 3.2 ModelicaVFormatMessage/Error
- Made the DIVISION() macro use testsuite-friendly filenames

17 lines of code changed in 2 files:

  • SimulationRuntime/c/ModelicaExternalC: ModelicaUtilities.c (+13 -6), ModelicaUtilities.h (+4 -1)
sjoelund.se 2013-01-25 10:30 Rev.: 14928

- Fix simulation runtime handling of regex()

1 lines of code changed in 1 file:

  • SimulationRuntime/c/ModelicaExternalC: ModelicaInternal.c (+1 -1)
sjoelund.se 2013-01-24 19:01 Rev.: 14920

- Tons of API functions updated and/or added (regularFileExist uses ModelicaInternal now, etc)
- Made it possible to easily change the error-messages to print more detailed file locations in the future (will be added today or tomorrow; will need to update a lot of tests)
- Modified uriToFileName (it now uses the scripting environment and builtin functions that also work at runtime). The reason it works is that we can read the paths of each library at compile-time and use that information to resolve the URI at runtime.
- ModelicaServices now uses uriToFileName to resolve URIs
- More ModelicaExternalC functions have a builtin compiler implementation now
- Assigning to arrays with unknown dimensions is now a little more stable at runtime
- runtest.pl now knows of the directive partest-link: (see UriLookup.mos for an example)

7 lines of code changed in 1 file:

  • SimulationRuntime/c/ModelicaExternalC: ModelicaInternal.c (+7 -11)
adrpo 2012-12-14 18:30 Rev.: 14390

- fix typos.

2 lines of code changed in 1 file:

  • SimulationRuntime/c/ModelicaExternalC: tables.c (+2 -2)
lochel 2012-12-11 17:20 Rev.: 14329

Compiler/BackEnd/Initialization.mo
- fix for when-statements in algorithm sections
- remove flag TRACE_INITIAL_SYSTEM
- remove function analyzeInitialSystem1 (fix discrete vars to get rid of unneeded pre-vars)
- fix under-determined systems with zero initial equations
SimulationRuntime/c/simulation/solver/initialization/initialization.c
- fix initialization of ringbuffer
SimulationRuntime/c/
- some improvements for the readability of LOG_EVENT, LOG_SOLVER, LOG_DDASRT, ...
- some minor formatting changes
testsuite/simulation/modelica/algorithms-functions
- adjust expected output to new initialization (symbolic)

213 lines of code changed in 4 files:

  • SimulationRuntime/c/ModelicaExternalC: ModelicaInternal.c (+69 -69), ModelicaStrings.c (+35 -35), ModelicaUtilities.c (+1 -1), tables.c (+108 -108)
adrpo 2012-12-04 06:44 Rev.: 14221

- handle CombiTable1D tables of 1 row only in tables.c
Modelica.Blocks.Tables.CombiTable1D z(table = [0, 0.7]);

19 lines of code changed in 1 file:

  • SimulationRuntime/c/ModelicaExternalC: tables.c (+19 -3)
jfrenkel 2012-10-30 17:38 Rev.: 13727

- c comment style // -> /* */
- bugfix for initalSystem and numberOfEquations

1 lines of code changed in 1 file:

  • SimulationRuntime/c/ModelicaExternalC: ModelicaStrings.c (+1 -1)
lochel 2012-10-26 12:58 Rev.: 13652

- revised dump system for the c-runtime

26 lines of code changed in 1 file:

  • SimulationRuntime/c/ModelicaExternalC: tables.c (+26 -26)
jfrenkel 2012-10-19 23:18 Rev.: 13514

- change cmake files and add target simulationruntimecmsvc to Makefile.omdev.mingw to call cmake to generate msvc libs (does not yet work because camke does not configue nmake files)

2 lines of code changed in 1 file:

  • SimulationRuntime/c/ModelicaExternalC: CMakeLists.txt (+2 -2)
jfrenkel 2012-10-19 14:38 Rev.: 13497

- use brackets to avoid warning in tables.c
- update cmakefiles and small change to simulation_runtime_cpp to get simulationruntime c compilable with vs2010

2 lines of code changed in 2 files:

  • SimulationRuntime/c/ModelicaExternalC: CMakeLists.txt (+1 -1), tables.c (+1 -1)

(43 more)

Generated by StatSVN 0.7.0