Directory SimulationRuntime/c/simulation/results/

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

[root]/SimulationRuntime/c/simulation/results

Lines of Code

SimulationRuntime/c/simulation/results/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 259 (100.0%) 6482 (100.0%) 25.0
wbraun 46 (17.8%) 2402 (37.1%) 52.2
sjoelund.se 78 (30.1%) 1780 (27.5%) 22.8
lochel 58 (22.4%) 845 (13.0%) 14.5
Frenkel TUD 23 (8.9%) 674 (10.4%) 29.3
mtiller 3 (1.2%) 464 (7.2%) 154.6
hudson 21 (8.1%) 171 (2.6%) 8.1
jfrenkel 11 (4.2%) 95 (1.5%) 8.6
adrpo 11 (4.2%) 39 (0.6%) 3.5
adeas31 4 (1.5%) 6 (0.1%) 1.5
ppriv 1 (0.4%) 3 (0.0%) 3.0
choeger 2 (0.8%) 2 (0.0%) 1.0
janssen 1 (0.4%) 1 (0.0%) 1.0

Most Recent Commits

lochel 2015-02-17 12:31 Rev.: 24609

- fix output format "ia" for strings

2 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/results: simulation_result_ia.cpp (+2 -2)
adrpo 2015-02-11 21:48 Rev.: 24538

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

8 lines of code changed in 1 file:

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

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

10 lines of code changed in 5 files:

  • SimulationRuntime/c/simulation/results: simulation_result_csv.cpp (+2 -2), simulation_result_ia.cpp (+2 -2), simulation_result_mat.cpp (+2 -2), simulation_result_plt.cpp (+2 -2), simulation_result_wall.cpp (+2 -2)
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)

6 lines of code changed in 3 files:

  • SimulationRuntime/c/simulation/results: simulation_result_ia.h (+2), simulation_result_plt.h (+2), simulation_result_wall.h (+2)
adrpo 2014-12-11 22:50 Rev.: 23747

- return something in SimulationRuntime/c/util/integer_array.c
- hopefully fix condition in SimulationRuntime/c/simulation/solver/initialization/initialization.c
- try to use proper data types in function interfaces
- get rid of some of the warnings
- transform to char* where needed

8 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/results: simulation_result_wall.cpp (+8 -8)
adeas31 2014-12-09 17:35 Rev.: 23708

- Fix last commit.

1 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/results: simulation_result_csv.cpp (+1 -1)
adeas31 2014-12-09 17:34 Rev.: 23707

- Remove the eol comma separator from csv output.

3 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/results: simulation_result_csv.cpp (+3 -1)
sjoelund.se 2014-11-11 17:58 Rev.: 23321

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

20 lines of code changed in 2 files:

  • SimulationRuntime/c/simulation/results: simulation_result_ia.cpp (+9 -6), simulation_result_wall.cpp (+11 -6)
hudson 2014-07-23 15:57 Rev.: 21604

[Janitor mode] Fix whitespace

2 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/results: simulation_result_ia.cpp (+2 -2)
hudson 2014-07-23 15:57 Rev.: 21603

[Janitor mode] Set auto-props

2 lines of code changed in 2 files:

  • SimulationRuntime/c/simulation/results: simulation_result_ia.cpp (+1), simulation_result_ia.h (+1)
lochel 2014-07-23 15:55 Rev.: 21602

- new output-format "ia", which sends the simulation results to a TCP/IP server

352 lines of code changed in 2 files:

  • SimulationRuntime/c/simulation/results: simulation_result_ia.cpp (new 303), simulation_result_ia.h (new 49)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

5 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/results: simulation_result_wall.cpp (+5 -5)
sjoelund.se 2014-02-18 17:22 Rev.: 19164

Remove the global jump buffers; do the jumping via threadData instead

19 lines of code changed in 4 files:

  • SimulationRuntime/c/simulation/results: simulation_result_csv.cpp (+1 -1), simulation_result_mat.cpp (+9 -9), simulation_result_plt.cpp (+5 -5), simulation_result_wall.cpp (+4 -2)
sjoelund.se 2014-02-18 11:41 Rev.: 19159

Revert r19152 (should be re-done without adding additional argument to all functions; keep ERROR_HANDLE inside threadData_t)

12 lines of code changed in 3 files:

  • SimulationRuntime/c/simulation/results: simulation_result_mat.cpp (+6 -6), simulation_result_plt.cpp (+4 -4), simulation_result_wall.cpp (+2 -2)
wbraun 2014-02-18 07:11 Rev.: 19152

- passing error-handle round all runtime function to remove it from global scope

12 lines of code changed in 3 files:

  • SimulationRuntime/c/simulation/results: simulation_result_mat.cpp (+6 -6), simulation_result_plt.cpp (+4 -4), simulation_result_wall.cpp (+2 -2)
adrpo 2014-01-26 22:52 Rev.: 18790

- more fixes for Windows MSVC (int32_t header included)
- fixed the filename in SimulationRuntime/c/simulation/results/CMakeLists.txt

4 lines of code changed in 2 files:

  • SimulationRuntime/c/simulation/results: CMakeLists.txt (+1 -1), simulation_result_wall.cpp (+3)
adrpo 2014-01-26 20:34 Rev.: 18789

- fix Windows build (htonl is in some other header)

4 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/results: simulation_result_wall.cpp (+4)
sjoelund.se 2014-01-26 16:09 Rev.: 18788

Remove some unused headers

1 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/results: simulation_result_wall.cpp (+1 -7)
sjoelund.se 2014-01-26 15:34 Rev.: 18787

Fix compilation

2 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/results: simulation_result_wall.cpp (+2)
hudson 2014-01-26 15:17 Rev.: 18786

[Janitor mode] Fix tabs

10 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/results: simulation_result_wall.cpp (+10 -10)
hudson 2014-01-26 15:16 Rev.: 18785

[Janitor mode] Set auto-props

2 lines of code changed in 2 files:

  • SimulationRuntime/c/simulation/results: simulation_result_wall.cpp (+1), simulation_result_wall.h (+1)
mtiller 2014-01-26 15:09 Rev.: 18784

Adding support for wall files

464 lines of code changed in 3 files:

  • SimulationRuntime/c/simulation/results: CMakeLists.txt (+2 -2), simulation_result_wall.cpp (new 407), simulation_result_wall.h (new 55)
sjoelund.se 2013-12-13 15:22 Rev.: 18480

For csv output, don't output aliases of parameters since we don't output parameters

20 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/results: simulation_result_csv.cpp (+20 -16)
sjoelund.se 2013-12-12 11:27 Rev.: 18466

#2508
- Don't enable output of variables unless they match the regex
- Don't output all alias variables for csv and plt

1 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/results: simulation_result_mat.cpp (+1 -2)
adrpo 2013-12-06 01:52 Rev.: 18426

- fix Windows build

1 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/results: CMakeLists.txt (+1 -1)
sjoelund.se 2013-12-05 23:44 Rev.: 18425

Maybe fixes windows builds

1 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/results: CMakeLists.txt (+1 -1)
sjoelund.se 2013-12-05 17:43 Rev.: 18422

Use a real csv reading library, libcsv (LGPL 2.1+), for reading CSV-files. This one handles variable names that are arrays, and more

6 lines of code changed in 4 files:

  • SimulationRuntime/c/simulation/results: read_csv.cpp (del), read_csv.h (del), simulation_result_csv.cpp (+3 -3), simulation_result_csv.h (+3 -3)
sjoelund.se 2013-11-29 17:19 Rev.: 18352

Changed the log functions from macros to vararg functions (since vararg macros do not work very well and the current approach is not maintainable)

23 lines of code changed in 3 files:

  • SimulationRuntime/c/simulation/results: simulation_result_csv.cpp (+1 -1), simulation_result_mat.cpp (+15 -12), simulation_result_plt.cpp (+7 -6)
sjoelund.se 2013-10-23 18:22 Rev.: 17854

Adding new simulation results comparison based on csv-compare

12 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/results: read_csv.cpp (+12 -11)
sjoelund.se 2013-10-19 10:41 Rev.: 17763

- Adding support to compare results with csv-files
- Adding python-script to convert the Buildings reference files to csv-files

2 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/results: read_csv.cpp (+2 -4)
adrpo 2013-09-25 01:32 Rev.: 17367

- attempt to fix MSVC runtime build. some files changed name from .c to .cpp (why?)

2 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/results: CMakeLists.txt (+2 -2)
sjoelund.se 2013-09-24 15:04 Rev.: 17357

Generate LLVM bytecode of libraries for use with emscripten
- Use make -C SimulationRuntime/c emcc && make

559 lines of code changed in 6 files:

  • SimulationRuntime/c/simulation/results: simulation_result.c (del), simulation_result.cpp (new 51), simulation_result_csv.c (del), simulation_result_csv.cpp (new 152), simulation_result_plt.c (del), simulation_result_plt.cpp (new 356)
lochel 2013-09-07 16:35 Rev.: 17125

- minor formatting changes

21 lines of code changed in 3 files:

  • SimulationRuntime/c/simulation/results: read_csv.cpp (+15 -9), simulation_result_csv.c (+2 -2), simulation_result_plt.c (+4 -2)
lochel 2013-06-07 12:28 Rev.: 16243

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

2 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/results: simulation_result_plt.c (+2 -2)
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

139 lines of code changed in 3 files:

  • SimulationRuntime/c/simulation/results: read_csv.cpp (+22 -22), simulation_result_mat.cpp (+78 -78), simulation_result_plt.c (+39 -39)
hudson 2013-05-02 20:46 Rev.: 15962

[Janitor mode] Fix tabs

139 lines of code changed in 3 files:

  • SimulationRuntime/c/simulation/results: read_csv.cpp (+22 -22), simulation_result_mat.cpp (+78 -78), simulation_result_plt.c (+39 -39)
hudson 2013-04-30 14:51 Rev.: 15938

[Janitor mode] Set auto-props

11 lines of code changed in 11 files:

  • SimulationRuntime/c/simulation/results: CMakeLists.txt (+1), read_csv.cpp (+1 -1), read_csv.h (+1 -1), simulation_result.c (+1 -1), simulation_result.h (+1 -1), simulation_result_csv.c (+1 -1), simulation_result_csv.h (+1 -1), simulation_result_mat.cpp (+1 -1), simulation_result_mat.h (+1 -1), simulation_result_plt.c (+1 -1), simulation_result_plt.h (+1 -1)
sjoelund.se 2013-04-29 11:58 Rev.: 15926

Fix eol-style

1 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/results: simulation_result.c (+1)
sjoelund.se 2013-03-06 13:12 Rev.: 15486

Trim trailing whitespace

40 lines of code changed in 9 files:

  • SimulationRuntime/c/simulation/results: CMakeLists.txt (+21 -21), simulation_result.c (+1 -1), simulation_result.h (+1 -1), simulation_result_csv.c (+3 -3), simulation_result_csv.h (+1 -1), simulation_result_mat.cpp (+6 -6), simulation_result_mat.h (+1 -1), simulation_result_plt.c (+5 -5), simulation_result_plt.h (+1 -1)
lochel 2013-02-18 19:34 Rev.: 15228

- fix uninitialized timers

1 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/results: simulation_result_mat.cpp (+1 -2)

(57 more)

Generated by StatSVN 0.7.0