File tree
52 files changed
+17363
-16074
lines changed- Compiler
- BackEnd
- FrontEnd
- Main
- SimCode
- Template
- Util
- SimulationRuntime
- cpp
- Core/SimController
- Include
- Core
- Math
- SimulationSettings
- Solver
- System
- SimCoreFactory/Policies
- Solver/CVode
- SimCoreFactory/OMCFactory
- Solver/CVode
- c
- optimization/DataManagement
- simulation/solver
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
52 files changed
+17363
-16074
lines changed- .gitattributes+13
- .gitignore+7
- FMIL/Config.cmake/fmilib.h+30-30
- FMIL/LICENSE.md+26-26
- FMIL/Test/FMI1/compress_test_fmu_zip.c+39-39
- FMIL/Test/FMI1/fmi1_import_test.c+80-80
- FMIL/Test/FMI1/fmi1_logger_test.c+210-210
- FMIL/Test/FMI1/fmi_import_cs_test.c+229-229
- FMIL/Test/FMI1/fmi_import_me_test.c+275-275
- FMIL/Test/FMI1/fmu_dummy/fmu1_model.h+268-268
- FMIL/Test/FMI1/fmu_dummy/fmu1_model_cs.c+162-162
- FMIL/Test/FMI1/fmu_dummy/fmu1_model_defines.h+68-68
- FMIL/Test/FMI1/fmu_dummy/fmu1_model_me.c+157-157
- FMIL/Test/FMI2/fmi2_import_test.c+98-98
- FMIL/Test/FMI2/fmu_dummy/fmu2_model.h+248-248
- FMIL/Test/FMI2/fmu_dummy/fmu2_model_cs.c+180-180
- FMIL/Test/FMI2/fmu_dummy/fmu2_model_defines.h+60-60
- FMIL/Test/FMI2/fmu_dummy/fmu2_model_me.c+185-185
- FMIL/Test/fmi_zip_unzip_test.c+38-38
- FMIL/Test/fmi_zip_zip_test.c+45-45
- FMIL/ThirdParty/Minizip/minizip/miniunz.c+1-1
- FMIL/src/CAPI/include/FMI1/fmi1_capi.h+332-332
- FMIL/src/CAPI/include/FMI2/fmi2_capi.h+275-275
- FMIL/src/CAPI/src/FMI1/fmi1_capi.c+1-1
- FMIL/src/CAPI/src/FMI1/fmi1_capi_cs.c+90-90
- FMIL/src/CAPI/src/FMI1/fmi1_capi_me.c+127-127
- FMIL/src/CAPI/src/FMI2/fmi2_capi.c+107-107
- FMIL/src/CAPI/src/FMI2/fmi2_capi_cs.c+59-59
- FMIL/src/CAPI/src/FMI2/fmi2_capi_impl.h+11-11
- FMIL/src/CAPI/src/FMI2/fmi2_capi_me.c+92-92
- FMIL/src/Import/include/FMI/fmi_import_context.h+120-120
- FMIL/src/Import/include/FMI/fmi_import_util.h+59-59
- FMIL/src/Import/include/FMI1/fmi1_import.h+220-220
- FMIL/src/Import/include/FMI1/fmi1_import_capabilities.h+7-7
- FMIL/src/Import/include/FMI1/fmi1_import_capi.h+363-363
- FMIL/src/Import/include/FMI1/fmi1_import_convenience.h+22-22
- FMIL/src/Import/include/FMI1/fmi1_import_type.h+13-13
- FMIL/src/Import/include/FMI1/fmi1_import_unit.h+11-11
- FMIL/src/Import/include/FMI1/fmi1_import_variable.h+38-38
- FMIL/src/Import/include/FMI1/fmi1_import_variable_list.h+127-127
- FMIL/src/Import/include/FMI1/fmi1_import_vendor_annotations.h+18-18
- FMIL/src/Import/include/FMI2/fmi2_import.h+357-357
- FMIL/src/Import/include/FMI2/fmi2_import_capi.h+577-577
- FMIL/src/Import/include/FMI2/fmi2_import_convenience.h+22-22
- FMIL/src/Import/include/FMI2/fmi2_import_type.h+13-13
- FMIL/src/Import/include/FMI2/fmi2_import_unit.h+11-11
- FMIL/src/Import/include/FMI2/fmi2_import_variable.h+21-21
- FMIL/src/Import/include/FMI2/fmi2_import_variable_list.h+126-126
- FMIL/src/Import/src/FMI/fmi_import_context.c+7-7
- FMIL/src/Import/src/FMI/fmi_import_context_impl.h+42-42
- FMIL/src/Import/src/FMI/fmi_import_util.c+54-54
- FMIL/src/Import/src/FMI1/fmi1_import_capi.c+5-5
- FMIL/src/Import/src/FMI1/fmi1_import_impl.h+55-55
- FMIL/src/Import/src/FMI1/fmi1_import_variable.c+6-6
- FMIL/src/Import/src/FMI2/fmi2_import.c+14-14
- FMIL/src/Import/src/FMI2/fmi2_import_capi.c+26-26
- FMIL/src/Import/src/FMI2/fmi2_import_impl.h+48-48
- FMIL/src/Import/src/FMI2/fmi2_import_variable.c+6-6
- FMIL/src/Util/include/FMI/fmi_util.h+11-11
- FMIL/src/Util/include/FMI/fmi_version.h+8-8
- FMIL/src/Util/include/FMI1/fmi1_enums.h+53-53
- FMIL/src/Util/include/FMI1/fmi1_functions.h+121-121
- FMIL/src/Util/include/FMI1/fmi1_types.h+66-66
- FMIL/src/Util/include/FMI2/fmi2_enums.h+85-85
- FMIL/src/Util/include/FMI2/fmi2_functions.h+146-146
- FMIL/src/Util/include/FMI2/fmi2_types.h+66-66
- FMIL/src/Util/include/JM/jm_callbacks.h+5-5
- FMIL/src/Util/include/JM/jm_portability.h+111-111
- FMIL/src/Util/src/FMI/fmi_util.c+37-37
- FMIL/src/Util/src/FMI/fmi_version.c+11-11
- FMIL/src/Util/src/FMI1/fmi1_enums.c+45-45
- FMIL/src/XML/include/FMI/fmi_xml_context.h+74-74
- FMIL/src/XML/include/FMI1/fmi1_xml_model_description.h+229-229
- FMIL/src/XML/include/FMI2/fmi2_xml_model_description.h+253-253
- FMIL/src/XML/include/FMI2/fmi2_xml_model_structure.h+16-16
- FMIL/src/XML/src/FMI/fmi_xml_context.c+2-2
- FMIL/src/XML/src/FMI/fmi_xml_context_impl.h+2-2
- FMIL/src/XML/src/FMI1/fmi1_xml_model_description.c+25-25
- FMIL/src/XML/src/FMI1/fmi1_xml_query.c+1-1
- FMIL/src/XML/src/FMI2/fmi2_xml_model_description_impl.h+114-114
- FMIL/src/XML/src/FMI2/fmi2_xml_parser.c+2-2
- FMIL/src/XML/src/FMI2/fmi2_xml_parser.h+7-7
- FMIL/src/XML/src/FMI2/fmi2_xml_query.c+1-1
- FMIL/src/ZIP/src/fmi_zip_unzip.c+4-4
- FMIL/src/ZIP/src/fmi_zip_zip.c+12-12
- Ipopt/Ipopt/src/Algorithm/IpIpoptAlg.cpp+1-1
- ModelicaExternalC/C-Sources/gconstructor.h+90-90
- graphstream/Makefile+4-4
- graphstream/gs-netstream/c++/Makefile+71-71
- graphstream/gs-netstream/c++/src/netstream-constants.h+224-224
- graphstream/gs-netstream/c++/src/netstream-main.cpp+143-143
- graphstream/gs-netstream/c++/src/netstream-sender.cpp+330-330
- graphstream/gs-netstream/c++/src/netstream-sender.h+211-211
- graphstream/gs-netstream/c++/src/netstream-sizes.h+40-40
- graphstream/gs-netstream/c++/src/netstream-socket.cpp+638-638
- graphstream/gs-netstream/c++/src/netstream-socket.h+131-131
- graphstream/gs-netstream/c++/src/netstream-storage.cpp+540-540
- graphstream/gs-netstream/c++/src/netstream-storage.h+130-130
Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
349 | 349 |
| |
350 | 350 |
| |
351 | 351 |
| |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
352 | 363 |
| |
353 | 364 |
| |
354 | 365 |
| |
|
Lines changed: 84 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4628 | 4628 |
| |
4629 | 4629 |
| |
4630 | 4630 |
| |
| 4631 | + | |
| 4632 | + | |
| 4633 | + | |
| 4634 | + | |
| 4635 | + | |
| 4636 | + | |
| 4637 | + | |
| 4638 | + | |
| 4639 | + | |
| 4640 | + | |
| 4641 | + | |
| 4642 | + | |
| 4643 | + | |
| 4644 | + | |
| 4645 | + | |
| 4646 | + | |
| 4647 | + | |
| 4648 | + | |
| 4649 | + | |
| 4650 | + | |
| 4651 | + | |
| 4652 | + | |
| 4653 | + | |
| 4654 | + | |
| 4655 | + | |
| 4656 | + | |
| 4657 | + | |
| 4658 | + | |
| 4659 | + | |
| 4660 | + | |
| 4661 | + | |
| 4662 | + | |
| 4663 | + | |
| 4664 | + | |
| 4665 | + | |
| 4666 | + | |
| 4667 | + | |
| 4668 | + | |
| 4669 | + | |
| 4670 | + | |
| 4671 | + | |
| 4672 | + | |
| 4673 | + | |
| 4674 | + | |
| 4675 | + | |
| 4676 | + | |
| 4677 | + | |
| 4678 | + | |
| 4679 | + | |
| 4680 | + | |
| 4681 | + | |
| 4682 | + | |
| 4683 | + | |
| 4684 | + | |
| 4685 | + | |
| 4686 | + | |
| 4687 | + | |
| 4688 | + | |
| 4689 | + | |
| 4690 | + | |
| 4691 | + | |
| 4692 | + | |
| 4693 | + | |
| 4694 | + | |
| 4695 | + | |
| 4696 | + | |
| 4697 | + | |
| 4698 | + | |
| 4699 | + | |
| 4700 | + | |
| 4701 | + | |
| 4702 | + | |
| 4703 | + | |
| 4704 | + | |
| 4705 | + | |
| 4706 | + | |
| 4707 | + | |
| 4708 | + | |
| 4709 | + | |
| 4710 | + | |
| 4711 | + | |
| 4712 | + | |
| 4713 | + | |
| 4714 | + | |
4631 | 4715 |
| |
4632 | 4716 |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7683 | 7683 |
| |
7684 | 7684 |
| |
7685 | 7685 |
| |
7686 |
| - | |
| 7686 | + | |
| 7687 | + | |
7687 | 7688 |
| |
7688 | 7689 |
| |
7689 | 7690 |
| |
|
Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1417 | 1417 |
| |
1418 | 1418 |
| |
1419 | 1419 |
| |
1420 |
| - | |
| 1420 | + | |
1421 | 1421 |
| |
1422 | 1422 |
| |
1423 | 1423 |
| |
| |||
1491 | 1491 |
| |
1492 | 1492 |
| |
1493 | 1493 |
| |
| 1494 | + | |
| 1495 | + | |
| 1496 | + | |
| 1497 | + | |
| 1498 | + | |
| 1499 | + | |
| 1500 | + | |
1494 | 1501 |
| |
1495 | 1502 |
| |
1496 | 1503 |
| |
|
Lines changed: 12 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
685 | 685 |
| |
686 | 686 |
| |
687 | 687 |
| |
688 |
| - | |
| 688 | + | |
689 | 689 |
| |
690 | 690 |
| |
691 | 691 |
| |
| |||
764 | 764 |
| |
765 | 765 |
| |
766 | 766 |
| |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
767 | 772 |
| |
768 | 773 |
| |
769 | 774 |
| |
| |||
1840 | 1845 |
| |
1841 | 1846 |
| |
1842 | 1847 |
| |
1843 |
| - | |
| 1848 | + | |
1844 | 1849 |
| |
1845 | 1850 |
| |
1846 | 1851 |
| |
| |||
1869 | 1874 |
| |
1870 | 1875 |
| |
1871 | 1876 |
| |
| 1877 | + | |
| 1878 | + | |
| 1879 | + | |
| 1880 | + | |
1872 | 1881 |
| |
1873 | 1882 |
| |
1874 | 1883 |
| |
| |||
2039 | 2048 |
| |
2040 | 2049 |
| |
2041 | 2050 |
| |
| 2051 | + | |
2042 | 2052 |
| |
2043 | 2053 |
| |
2044 | 2054 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1954 | 1954 |
| |
1955 | 1955 |
| |
1956 | 1956 |
| |
1957 |
| - | |
| 1957 | + | |
1958 | 1958 |
| |
1959 | 1959 |
| |
1960 | 1960 |
| |
|
Lines changed: 18 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3478 | 3478 |
| |
3479 | 3479 |
| |
3480 | 3480 |
| |
3481 |
| - | |
| 3481 | + | |
3482 | 3482 |
| |
3483 | 3483 |
| |
3484 | 3484 |
| |
3485 | 3485 |
| |
3486 | 3486 |
| |
3487 |
| - | |
| 3487 | + | |
3488 | 3488 |
| |
3489 |
| - | |
| 3489 | + | |
3490 | 3490 |
| |
3491 | 3491 |
| |
3492 | 3492 |
| |
3493 | 3493 |
| |
3494 | 3494 |
| |
3495 |
| - | |
| 3495 | + | |
3496 | 3496 |
| |
3497 | 3497 |
| |
3498 | 3498 |
| |
| |||
3525 | 3525 |
| |
3526 | 3526 |
| |
3527 | 3527 |
| |
3528 |
| - | |
| 3528 | + | |
3529 | 3529 |
| |
3530 | 3530 |
| |
3531 | 3531 |
| |
3532 | 3532 |
| |
3533 |
| - | |
| 3533 | + | |
3534 | 3534 |
| |
3535 |
| - | |
| 3535 | + | |
3536 | 3536 |
| |
3537 | 3537 |
| |
3538 | 3538 |
| |
3539 | 3539 |
| |
3540 |
| - | |
| 3540 | + | |
3541 | 3541 |
| |
3542 | 3542 |
| |
3543 | 3543 |
| |
| |||
4033 | 4033 |
| |
4034 | 4034 |
| |
4035 | 4035 |
| |
4036 |
| - | |
| 4036 | + | |
4037 | 4037 |
| |
4038 | 4038 |
| |
4039 | 4039 |
| |
| |||
4042 | 4042 |
| |
4043 | 4043 |
| |
4044 | 4044 |
| |
4045 |
| - | |
| 4045 | + | |
4046 | 4046 |
| |
4047 | 4047 |
| |
4048 | 4048 |
| |
| |||
4115 | 4115 |
| |
4116 | 4116 |
| |
4117 | 4117 |
| |
4118 |
| - | |
| 4118 | + | |
4119 | 4119 |
| |
4120 | 4120 |
| |
4121 |
| - | |
| 4121 | + | |
4122 | 4122 |
| |
4123 |
| - | |
| 4123 | + | |
4124 | 4124 |
| |
4125 | 4125 |
| |
4126 |
| - | |
| 4126 | + | |
4127 | 4127 |
| |
4128 | 4128 |
| |
4129 | 4129 |
| |
| |||
4209 | 4209 |
| |
4210 | 4210 |
| |
4211 | 4211 |
| |
4212 |
| - | |
| 4212 | + | |
4213 | 4213 |
| |
4214 | 4214 |
| |
4215 | 4215 |
| |
4216 | 4216 |
| |
4217 | 4217 |
| |
4218 |
| - | |
| 4218 | + | |
4219 | 4219 |
| |
4220 |
| - | |
| 4220 | + | |
4221 | 4221 |
| |
4222 | 4222 |
| |
4223 | 4223 |
| |
4224 | 4224 |
| |
4225 | 4225 |
| |
4226 | 4226 |
| |
4227 | 4227 |
| |
4228 |
| - | |
| 4228 | + | |
4229 | 4229 |
| |
4230 | 4230 |
| |
4231 | 4231 |
| |
|
0 commit comments