Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 309 (100.0%) | 1256344 (100.0%) | 4065.8 |
sjoelund.se | 207 (67.0%) | 1052417 (83.8%) | 5084.1 |
perost | 27 (8.7%) | 160442 (12.8%) | 5942.2 |
adrpo | 23 (7.4%) | 43459 (3.5%) | 1889.5 |
mahge930 | 1 (0.3%) | 25 (0.0%) | 25.0 |
Frenkel TUD | 1 (0.3%) | 1 (0.0%) | 1.0 |
alash325 | 50 (16.2%) | 0 (0.0%) | 0.0 |
-Moved /testsuite/parser to ../testsuite/openmodelica
0 lines of code changed in 50 files:
- Updated MSL 3.2.1 version to latest trunk (each-prefixes added)
30 lines of code changed in 1 file:
- Expected output
89963 lines of code changed in 1 file:
- Added missing 'each' prefixes to more models
- Made DAE.TYPED and DAE.UNTYPED modifications contain Absyn.Info and started using that whenever possible
- This makes error-messages appear at the source of the modification instead of at the component being modified, which is better since it is easier to look up the component than to figure where the #!#&@ the modification came from
1 lines of code changed in 1 file:
- Adding some missing each-prefixes
39 lines of code changed in 1 file:
- Expected output
437 lines of code changed in 1 file:
- Updated MSL 3.2.1 library to the latest trunk (gets rid of some warnings about missing each-modifications)
3032 lines of code changed in 1 file:
- use the gravityAccelerationFunction from MSL 3.1 (not replaceable).
+ maybe we should just remove the replaceable and use the exiting definition?
- change to loadModel(Modelica, {"3.2.1"}) in parser/ParseFullModelica3.2.mos (as it doesn't work otherwise, maybe a Windows bug?).
3058 lines of code changed in 1 file:
- Fix testcase.
140596 lines of code changed in 1 file:
#1793
- Changed from an MSL based on 3.2 to 3.2.1
- Should not break the testsuite
- Will break the testsuite
3 lines of code changed in 1 file:
#1776
- Added detection of unbound variables in functions for Modelica. MetaModelica expressions will be supported Real Soon Now?
1 lines of code changed in 1 file:
- Fixed MSL 3.1 warning from not-yet-commited changes for #1776
* [IF97_Utilities.mo:4942:9-4959:18:writable] Warning: found was used before it was defined (given a value). Additional such uses may exist for the variable, but some messages were suppressed.
1 lines of code changed in 1 file:
- Expected output
1 lines of code changed in 1 file:
- Revert MSL31 Media changes in r12642 (as the text-file said I did)
- Update libraries/README and changed testcases
79 lines of code changed in 1 file:
- Updated MSL 3.1 to latest SIunits.mo; disabled Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos due to simulation failing to solve a nonlinear equation now
14 lines of code changed in 1 file:
- Fixed order of elements loaded by loadFile()
- Added API setDocumentationAnnotation()
4 lines of code changed in 1 file:
#1764
- Improve sorting of package.order elements
+ Actually sorted now
+ Handle MSL 3.2-style Math.mo where elements may be inserted in the middle of the package.mo
76592 lines of code changed in 4 files:
- Removed Absyn.ELEMENT.name (redundant and wrong)
#1764
- Changed ClassLoader to respect package.order
+ This means most packages are parsed differently than before and many tests (especially Media) changed
102327 lines of code changed in 4 files:
- Fix bootstrapping
- Fix ThermoSysPro library errors
- Disable within checks for language standard 1.x
2910 lines of code changed in 1 file:
- fix tests after MSL 3.1 degree C encoding fix.
1 lines of code changed in 1 file:
- Ported MSL 3.1 fix to MSL 3.2.
1 lines of code changed in 1 file:
- fix tests
1 lines of code changed in 1 file:
- Updated expected
131 lines of code changed in 1 file:
- Got rid of tabs.
2989 lines of code changed in 3 files:
- expected output (first update libraries/README, then build, then run rtest -b on the file)
85 lines of code changed in 1 file:
- update libraries/README so that libraries are updated in /build during the build
- put the changes made by hkiel in libraries/Modelica 3.2.txt
- update testsuite/parser/ParseFullModelica3.2.mos due to changed made by hkiel
2863 lines of code changed in 1 file:
- Removing CheckSourcesForTabs from testsuite
+ We should replace this with a Hudson job
0 lines of code changed in 1 file:
- expected output.
1792 lines of code changed in 1 file:
- Expected output
20 lines of code changed in 1 file:
- Expected output
0 lines of code changed in 1 file:
- Update from MSL Maintenance branches for Digital.mo
1798 lines of code changed in 2 files:
- fix the CodegenC.tpl for T_ARRAY (be more specific).
- expected output in testsuite/parser/ParseFullModelica3.1.mos
1794 lines of code changed in 1 file:
Expected output
6 lines of code changed in 1 file:
- Parse comments in correct order
4013 lines of code changed in 3 files:
+ The test-suite makefile now contain DEPENDENCIES. This are the files that are needed for the test cases.
+ "make clean" or (make -j clean) will clean the test-suite. i.e. all files that are not listed as DEPENDENCIES will be cleaned.
For OMDEV/MINGW ppl (linux already has partest)
+ "make threaded" will clean and then run the test-suite with 5 threads (my pc has 4 cores so :) ). (or just use "make -jN")
- 'msl31simulation.log' and 'msl31mediasimulation.log' still give problems with multiple threads. Very strange problem since the
output matches exactly with the expected but for some reason it is compared with outputs from another file. But For now this might help a bit.
Normal test-suite operation is not affected in anyway as far as I can tell. (Just some additions)
25 lines of code changed in 1 file:
- expected output (don't know if is correct).
1797 lines of code changed in 1 file:
- Fixed M.E.D.Delay.TransmissionDelay
- Not fixed in MSL because other tools do not support Integer(enum) yet (in spec since Modelica 2.1)
2 lines of code changed in 2 files:
- Expected output
22 lines of code changed in 2 files:
- Expected output
2 lines of code changed in 2 files:
Partial fix for #1702 (enum == Integer is not an allowed relation)
- This was also updated in MSL
2 lines of code changed in 2 files:
(80 more)