[root]/testsuite/simulation/modelica/asserts
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 123 (100.0%) | 1423 (100.0%) | 11.5 |
wbraun | 45 (36.6%) | 1023 (71.9%) | 22.7 |
alash325 | 7 (5.7%) | 235 (16.5%) | 33.5 |
sjoelund.se | 33 (26.8%) | 75 (5.3%) | 2.2 |
hudson | 17 (13.8%) | 38 (2.7%) | 2.2 |
lochel | 11 (8.9%) | 31 (2.2%) | 2.8 |
adrpo | 7 (5.7%) | 12 (0.8%) | 1.7 |
vitalij | 2 (1.6%) | 8 (0.6%) | 4.0 |
perost | 1 (0.8%) | 1 (0.1%) | 1.0 |
- improved assert output further with debug
- fixed #3074
3 lines of code changed in 3 files:
[Janitor mode] Set auto-props
1 lines of code changed in 1 file:
- added more information for a triggered Modelica assert
- fixes partially #3074
165 lines of code changed in 9 files:
Expected output
2 lines of code changed in 1 file:
- fixed #2878.
4 lines of code changed in 2 files:
Improve the error-messages for domain errors like `log(<0)` (make it part of the messages using the XML output)
12 lines of code changed in 6 files:
improved rules for pow in ExpressionSolve.mo
7 lines of code changed in 1 file:
- clean up ExpressionSolve (features from r21400)
- guard IFEXP in ExpressionSolve against dependency in condition
1 lines of code changed in 1 file:
- added a inner ring-buffer for dassl solver
to ensure consistent extrapolation data for non-linear loops.
0 lines of code changed in 2 files:
- revised dassl implmentation
- added additional rhs evalution to ensure a consistent ringbuffer for extrapolation
- removed f2c binding
- rename simData to data
144 lines of code changed in 2 files:
- small update to r20622
1 lines of code changed in 1 file:
- update message for 0^x to "Model error - 0^x is not defined"
- moved also test
38 lines of code changed in 2 files:
Replace measureTime=true with +d=measureTime in buildModel/etc
- Fix code generation for profiling of function calls (was disabled)
- Fix the counter for number of profiling blocks so the profiling now includes the measured blocks again
10 lines of code changed in 8 files:
[Janitor mode] Fix whitespace
28 lines of code changed in 7 files:
Update cdaspk with fixes for printing strings that are not NULL-terminated
6 lines of code changed in 2 files:
Make sure we use the new dassl by not linking in the old files (removed from svn to make sure)
6 lines of code changed in 2 files:
- switch to newer dassl version (daskr without f2c) from 3rdParty
- rename LOG_DASRT to LOG_DASSL
12 lines of code changed in 2 files:
- move some post-initialization procedures
- change stream for a assertion notification
3 lines of code changed in 3 files:
Remove the global jump buffers; do the jumping via threadData instead
5 lines of code changed in 3 files:
#2580
- Don't clear the error-buffer if the simulate command fails (so it is possible to use the normal error commands to query errors)
5 lines of code changed in 1 file:
- removed rounding step-size work-a-round
0 lines of code changed in 1 file:
- added fix for stepSize calculation and output intervals #2539
13 lines of code changed in 3 files:
- attempt to get the same output on any system by using fflush(NULL); where messages are printed
11 lines of code changed in 6 files:
- change warnings
2 lines of code changed in 2 files:
- add notification for suppressed warnings of the initialization
4 lines of code changed in 2 files:
[Janitor mode] Set auto-props
9 lines of code changed in 9 files:
#1515
#2237
- fixed handling of Modelica asserts by using setjmp and longjmp
- added three different layers for exceptions: SIMULATION,INTEGRATOR,NONLINEARSOLVER
- integrator tries to handle asserts by reducing the step-size
- default non-linear solver tries to handle asserts by vary iteration variables
- added and modified related tests
641 lines of code changed in 16 files:
- Fixed punctuation of error messages.
1 lines of code changed in 1 file:
#1863 Removed simulation options noClean and storeInTemp since they do not work and there are no tests for them
4 lines of code changed in 3 files:
Fix tests
4 lines of code changed in 3 files:
Always use full pathnames for file info of parsed files
20 lines of code changed in 3 files:
- Fix line-endings
1 lines of code changed in 1 file:
- expected output.
1 lines of code changed in 1 file:
- added support for terminate() call in runtime
- changed assert massage from warning to info
3 lines of code changed in 3 files:
- revised dump system for the c-runtime
21 lines of code changed in 3 files:
- Mosfiles are copied to different directories under simulation/modelica
- Create Makefile for each directories
- Updated testsuite/Makefile
235 lines of code changed in 7 files: