[root]/Compiler/susan_codegen/SimCode
GenTest
(0 files, 0 lines)
HelloWorld
(0 files, 0 lines)
Influenza
(0 files, 0 lines)
QHP
(0 files, 0 lines)
RightHeartStarling
(0 files, 0 lines)
TrapezTest
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 1145 (100.0%) | 846502 (100.0%) | 739.3 |
sjoelund.se | 398 (34.8%) | 239978 (28.3%) | 602.9 |
Frenkel TUD | 76 (6.6%) | 157528 (18.6%) | 2072.7 |
adrpo | 79 (6.9%) | 115122 (13.6%) | 1457.2 |
ricli576 | 163 (14.2%) | 110685 (13.1%) | 679.0 |
wbraun | 79 (6.9%) | 104549 (12.4%) | 1323.4 |
ppriv | 80 (7.0%) | 83342 (9.8%) | 1041.7 |
perost | 86 (7.5%) | 15316 (1.8%) | 178.0 |
nutaro | 22 (1.9%) | 7229 (0.9%) | 328.5 |
Dongliang Li | 15 (1.3%) | 5673 (0.7%) | 378.2 |
niklwors | 30 (2.6%) | 3276 (0.4%) | 109.2 |
fbergero | 42 (3.7%) | 2029 (0.2%) | 48.3 |
Kaie Kubjas | 7 (0.6%) | 621 (0.1%) | 88.7 |
azazi | 12 (1.0%) | 364 (0.0%) | 30.3 |
lochel | 26 (2.3%) | 283 (0.0%) | 10.8 |
florosx | 3 (0.3%) | 192 (0.0%) | 64.0 |
mahge930 | 13 (1.1%) | 184 (0.0%) | 14.1 |
jansilar | 3 (0.3%) | 76 (0.0%) | 25.3 |
adeas31 | 8 (0.7%) | 29 (0.0%) | 3.6 |
mohsen | 1 (0.1%) | 22 (0.0%) | 22.0 |
asodja | 1 (0.1%) | 3 (0.0%) | 3.0 |
leonardo.laguna | 1 (0.1%) | 1 (0.0%) | 1.0 |
Cleaning of the internal stuff out of the susan_codegen/
- delete susan_codegen/SimCode
- move SimCode_design.txt to susan_codegen/
0 lines of code changed in 30 files:
-fix for calling cpp simulation exceutable
2 lines of code changed in 1 file:
- Make string escaping also handle Windows-style newlines
4 lines of code changed in 4 files:
- fix for algloop include names
2 lines of code changed in 1 file:
- fix testsuite
4 lines of code changed in 1 file:
-fixed include names in cpp template
23 lines of code changed in 1 file:
- fix testsuite
16 lines of code changed in 1 file:
- Fix for unallocated arrays in records. And some passing tests.
2 lines of code changed in 1 file:
- fix testsuite
28 lines of code changed in 1 file:
- fix testsuite
1 lines of code changed in 1 file:
- generate for each equation only one function in c code
68 lines of code changed in 1 file:
- add index to each SimEqSystem
5 lines of code changed in 1 file:
- updated non-linear systems solving algorithm
- changed extrapolation data
- added nominal values for scaling
- adjusted the strategy of solving
- marked some more ThermoSysPro examples as working
23 lines of code changed in 1 file:
- Fix tab errors
10 lines of code changed in 1 file:
fix in cpp template for array of models code generation
287 lines of code changed in 2 files:
Fixing bug in QSS target
24 lines of code changed in 2 files:
- Added support for x = func(...), where func returns multiple values.
- Some fixes for expandable connectors in SCodeInst.
3 lines of code changed in 1 file:
- Refactoring EQ_NORETCALL (store Exp to simplify implementation/traversal)
3 lines of code changed in 2 files:
- Refactoring: SCode.ALG_NORETCALL now takes an expression to simplify traversal
3 lines of code changed in 2 files:
- Changed structure of SCode.ALG_FOR to be nested instead of a list of iterators (to mimic the EQ_FOR structure)
12 lines of code changed in 2 files:
- Changed the range of a for-loop to Option<Exp> to account for implicit ranges in a more visible manner
10 lines of code changed in 2 files:
- assert() support in C# simulation code
10 lines of code changed in 1 file:
- removed start-values from initial_residual
- moved lambda from initial_residual into SimulationRuntime
- split initialization up into several files
- provide information inside SimulationRuntime whether start/nominal values are used or not
- some minor fixes
21 lines of code changed in 4 files:
- Cleaned up checking of connector types and added warning for connecting two
sources.
- Moved visibility attribute from DAE.Var to DAE.Attributes.
- Removed direction prefix from components created by expandable connections,
since we can't determine them reliably yet.
- Other minor fixes to connections.
0 lines of code changed in 1 file:
- attempt to fix Windows compilation and testsuite.
2 lines of code changed in 1 file:
- Do not add LDFLAGS twice
2 lines of code changed in 1 file:
- Link with Sundials only if requested
6 lines of code changed in 3 files:
Fixed event handling in the adevs backend
32 lines of code changed in 1 file:
#1746
- Fix for asub in functions
1 lines of code changed in 1 file:
Resolved name conflicts for some member variables of AlgLoop System in cpp runtime.
16 lines of code changed in 1 file:
Resolved name conflicts for some member variables in cpp runtime.
12 lines of code changed in 1 file:
- fix testsuite.
1 lines of code changed in 1 file:
- Try -rdynamic instead of -ldl.
2 lines of code changed in 1 file:
- no -ldl on MinGW! duh.
1 lines of code changed in 1 file:
- mind the space.
1 lines of code changed in 1 file:
- attempt to fix the testsuite?
- add -ldl with -whole-archive
1 lines of code changed in 1 file:
- squash the tabs.
3 lines of code changed in 1 file:
- load all symbols defined in libSimulationRuntimeC.a into the simulation executable.
1 lines of code changed in 1 file:
Fix in event iteration of cpp runtime
13 lines of code changed in 1 file:
- Run convert lines perl script on Model_functions.c file as well.
- Don't generate #modelicaLine and don't run convert lines perl script unless user sets +d=gendebugsymbols flag or the grammar is MetaModelica.
12 lines of code changed in 1 file:
(620 more)