[root]/SimulationRuntime/c/simulation/results
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 |
- fix output format "ia" for strings
2 lines of code changed in 1 file:
Fix #3137
- revive +target=msvc
- compile umfpack, cminpack and cdaskr files
- update CMakeLists.txt
8 lines of code changed in 1 file:
Remove some -I flags so the headers copied from simulation runtime works without changes
10 lines of code changed in 5 files:
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:
- 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:
- Fix last commit.
1 lines of code changed in 1 file:
- Remove the eol comma separator from csv output.
3 lines of code changed in 1 file:
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:
[Janitor mode] Fix whitespace
2 lines of code changed in 1 file:
[Janitor mode] Set auto-props
2 lines of code changed in 2 files:
- new output-format "ia", which sends the simulation results to a TCP/IP server
352 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
5 lines of code changed in 1 file:
Remove the global jump buffers; do the jumping via threadData instead
19 lines of code changed in 4 files:
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:
- passing error-handle round all runtime function to remove it from global scope
12 lines of code changed in 3 files:
- 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:
- fix Windows build (htonl is in some other header)
4 lines of code changed in 1 file:
Remove some unused headers
1 lines of code changed in 1 file:
Fix compilation
2 lines of code changed in 1 file:
[Janitor mode] Fix tabs
10 lines of code changed in 1 file:
[Janitor mode] Set auto-props
2 lines of code changed in 2 files:
Adding support for wall files
464 lines of code changed in 3 files:
For csv output, don't output aliases of parameters since we don't output parameters
20 lines of code changed in 1 file:
#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:
- fix Windows build
1 lines of code changed in 1 file:
Maybe fixes windows builds
1 lines of code changed in 1 file:
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:
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:
Adding new simulation results comparison based on csv-compare
12 lines of code changed in 1 file:
- 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:
- attempt to fix MSVC runtime build. some files changed name from .c to .cpp (why?)
2 lines of code changed in 1 file:
Generate LLVM bytecode of libraries for use with emscripten
- Use make -C SimulationRuntime/c emcc && make
559 lines of code changed in 6 files:
- minor formatting changes
21 lines of code changed in 3 files:
- fix some comments
- change type signature for check_*_solutions [* is an element of {nonlinear,linear,mixed}]
2 lines of code changed in 1 file:
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:
[Janitor mode] Fix tabs
139 lines of code changed in 3 files:
[Janitor mode] Set auto-props
11 lines of code changed in 11 files:
Fix eol-style
1 lines of code changed in 1 file:
Trim trailing whitespace
40 lines of code changed in 9 files:
- fix uninitialized timers
1 lines of code changed in 1 file:
(57 more)