Skip to content

Changes

Summary

  1. Implement oms_getFixedStepSize (details)
  2. Add some missing lua and python bindings (details)
  3. Re-add dummy TLM interface (details)
  4. Remove obsolete references to OMSimulatorLib.png (details)
  5. Fix asynchronous simulation (details)
  6. Make a static build using Alpine Linux (details)
  7. Set cmake install_name_tool when cross-compiling (details)
  8. Workaround for cross-compiling MinGW64 (details)
  9. Dump error if getReal failed (details)
  10. Dump error if setReal failed (details)
  11. Updating testsuite (details)
Commit 8915d50504f2537646b9dd4a92a6e20de0f3e063 by Lennart Ochel
Implement oms_getFixedStepSize
  - OpenModelica/OMSimulator#581
The file was modified src/OMSimulatorLib/System.h (diff)
The file was modified src/OMSimulatorLib/OMSimulator.cpp (diff)
Commit 5a233fbcbca6d24cb84887fa0a32b26f036532ea by Lennart Ochel
Add some missing lua and python bindings
  - OpenModelica/OMSimulator#582
The file was modified src/OMSimulatorLua/OMSimulatorLua.c (diff)
The file was addeddoc/UsersGuide/source/api/getFixedStepSize.rst
The file was modified src/OMSimulatorPython/OMSimulator.py (diff)
Commit 5d6372aa2a7db14626ac670489e4c4cfe4aca001 by Martin Sjölund
Re-add dummy TLM interface
  - OpenModelica/OMSimulator#583
The file was addedsrc/OMSimulatorLib/DummyTLM/TLMInterface.h
Commit 3c7c9910fde77f6e8abd3fecf4672307a2196dbc by Lennart Ochel
Remove obsolete references to OMSimulatorLib.png
  - OpenModelica/OMSimulator#584
The file was modified doc/dev/OMSimulatorLib/Doxyfile (diff)
The file was modified Makefile (diff)
The file was modified doc/dev/OMSimulatorLib/.gitignore (diff)
Commit 8c9a12591269f480e830252dc4ed8c04ab5ad804 by Lennart Ochel
Fix asynchronous simulation
  - OpenModelica/OMSimulator#585
The file was modified src/OMSimulatorLib/Model.cpp (diff)
Commit 75d6e9dafa42ad2c2fd2978d041a173570b0cebd by Martin Sjölund
Make a static build using Alpine Linux
Alpine Linux uses MUSL libc, which is much easier to statically link
than GNU libc. libOMSimulator.so is compiled with to Boost, but requires
its .a-files being compiled with -fPIC (this is true for alpine:edge,
but not other Alpine versions, Ubuntu, or CentOS).
  - OpenModelica/OMSimulator#586
The file was modified src/OMSimulator/CMakeLists.txt (diff)
The file was added.CI/alpine/Dockerfile
The file was modified src/OMSimulatorLib/CMakeLists.txt (diff)
The file was modified CMakeLists.txt (diff)
The file was modified Makefile (diff)
The file was modified Jenkinsfile (diff)
Commit ee725d27fbe45202a60543b707f44c831cc78fc9 by Martin Sjölund
Set cmake install_name_tool when cross-compiling
  - OpenModelica/OMSimulator#588
The file was modified Makefile (diff)
Commit 452f38dfe9bed5b6d066ae15f35d71cb29944c3a by Martin Sjölund
Workaround for cross-compiling MinGW64
  - OpenModelica/OMSimulator#587
The file was modified src/OMSimulator/CMakeLists.txt (diff)
Commit 00390955a1c7ee8a8a94e4233c0d7a4794ebc713 by Lennart Ochel
Dump error if getReal failed
  - OpenModelica/OMSimulator#589
- OpenModelica/OMSimulator-testsuite#138
The file was modified src/OMSimulatorLib/Logging.h (diff)
The file was modified src/OMSimulatorLib/ComponentFMUCS.cpp (diff)
The file was modified src/OMSimulatorLib/ComponentFMUME.cpp (diff)
The file was modified src/OMSimulatorLib/System.cpp (diff)
Commit 8ca73ea421c52ce06d2b3adf68724b517bf08421 by Lennart Ochel
Dump error if setReal failed
  - OpenModelica/OMSimulator#589
- OpenModelica/OMSimulator-testsuite#138
The file was modified src/OMSimulatorLib/ComponentFMUCS.cpp (diff)
The file was modified src/OMSimulatorLib/ComponentFMUME.cpp (diff)
The file was modified src/OMSimulatorLib/System.cpp (diff)
The file was modified testsuite (diff)

Summary

  1. Implement oms_getFixedStepSize (details)
  2. Add some missing lua and python bindings (details)
  3. Re-add dummy TLM interface (details)
  4. Remove obsolete references to OMSimulatorLib.png (details)
  5. Fix asynchronous simulation (details)
  6. Make a static build using Alpine Linux (details)
  7. Set cmake install_name_tool when cross-compiling (details)
  8. Workaround for cross-compiling MinGW64 (details)
  9. Dump error if getReal failed (details)
  10. Dump error if setReal failed (details)
  11. Updating testsuite (details)
Commit 8915d50504f2537646b9dd4a92a6e20de0f3e063 by Lennart Ochel
Implement oms_getFixedStepSize
  - OpenModelica/OMSimulator#581
The file was modified src/OMSimulatorLib/OMSimulator.cpp (diff)
The file was modified src/OMSimulatorLib/System.h (diff)
Commit 5a233fbcbca6d24cb84887fa0a32b26f036532ea by Lennart Ochel
Add some missing lua and python bindings
  - OpenModelica/OMSimulator#582
The file was modified src/OMSimulatorLua/OMSimulatorLua.c (diff)
The file was modified src/OMSimulatorPython/OMSimulator.py (diff)
The file was addeddoc/UsersGuide/source/api/getFixedStepSize.rst
Commit 5d6372aa2a7db14626ac670489e4c4cfe4aca001 by Martin Sjölund
Re-add dummy TLM interface
  - OpenModelica/OMSimulator#583
The file was addedsrc/OMSimulatorLib/DummyTLM/TLMInterface.h
Commit 3c7c9910fde77f6e8abd3fecf4672307a2196dbc by Lennart Ochel
Remove obsolete references to OMSimulatorLib.png
  - OpenModelica/OMSimulator#584
The file was modified doc/dev/OMSimulatorLib/.gitignore (diff)
The file was modified doc/dev/OMSimulatorLib/Doxyfile (diff)
The file was modified Makefile (diff)
Commit 8c9a12591269f480e830252dc4ed8c04ab5ad804 by Lennart Ochel
Fix asynchronous simulation
  - OpenModelica/OMSimulator#585
The file was modified src/OMSimulatorLib/Model.cpp (diff)
Commit 75d6e9dafa42ad2c2fd2978d041a173570b0cebd by Martin Sjölund
Make a static build using Alpine Linux
Alpine Linux uses MUSL libc, which is much easier to statically link
than GNU libc. libOMSimulator.so is compiled with to Boost, but requires
its .a-files being compiled with -fPIC (this is true for alpine:edge,
but not other Alpine versions, Ubuntu, or CentOS).
  - OpenModelica/OMSimulator#586
The file was modified Makefile (diff)
The file was modified Jenkinsfile (diff)
The file was modified CMakeLists.txt (diff)
The file was modified src/OMSimulatorLib/CMakeLists.txt (diff)
The file was modified src/OMSimulator/CMakeLists.txt (diff)
The file was added.CI/alpine/Dockerfile
Commit ee725d27fbe45202a60543b707f44c831cc78fc9 by Martin Sjölund
Set cmake install_name_tool when cross-compiling
  - OpenModelica/OMSimulator#588
The file was modified Makefile (diff)
Commit 452f38dfe9bed5b6d066ae15f35d71cb29944c3a by Martin Sjölund
Workaround for cross-compiling MinGW64
  - OpenModelica/OMSimulator#587
The file was modified src/OMSimulator/CMakeLists.txt (diff)
Commit 00390955a1c7ee8a8a94e4233c0d7a4794ebc713 by Lennart Ochel
Dump error if getReal failed
  - OpenModelica/OMSimulator#589
- OpenModelica/OMSimulator-testsuite#138
The file was modified src/OMSimulatorLib/ComponentFMUME.cpp (diff)
The file was modified src/OMSimulatorLib/System.cpp (diff)
The file was modified src/OMSimulatorLib/Logging.h (diff)
The file was modified src/OMSimulatorLib/ComponentFMUCS.cpp (diff)
Commit 8ca73ea421c52ce06d2b3adf68724b517bf08421 by Lennart Ochel
Dump error if setReal failed
  - OpenModelica/OMSimulator#589
- OpenModelica/OMSimulator-testsuite#138
The file was modified src/OMSimulatorLib/ComponentFMUME.cpp (diff)
The file was modified src/OMSimulatorLib/System.cpp (diff)
The file was modified src/OMSimulatorLib/ComponentFMUCS.cpp (diff)
The file was modified testsuite (diff)

Summary

  1. Implement oms_getFixedStepSize (details)
  2. Add some missing lua and python bindings (details)
  3. Re-add dummy TLM interface (details)
  4. Remove obsolete references to OMSimulatorLib.png (details)
  5. Fix asynchronous simulation (details)
  6. Make a static build using Alpine Linux (details)
  7. Set cmake install_name_tool when cross-compiling (details)
  8. Workaround for cross-compiling MinGW64 (details)
  9. Dump error if getReal failed (details)
  10. Dump error if setReal failed (details)
  11. Updating testsuite (details)
Commit 8915d50504f2537646b9dd4a92a6e20de0f3e063 by Lennart Ochel
Implement oms_getFixedStepSize
  - OpenModelica/OMSimulator#581
The file was modified src/OMSimulatorLib/OMSimulator.cpp (diff)
The file was modified src/OMSimulatorLib/System.h (diff)
Commit 5a233fbcbca6d24cb84887fa0a32b26f036532ea by Lennart Ochel
Add some missing lua and python bindings
  - OpenModelica/OMSimulator#582
The file was modified src/OMSimulatorPython/OMSimulator.py (diff)
The file was modified src/OMSimulatorLua/OMSimulatorLua.c (diff)
The file was addeddoc/UsersGuide/source/api/getFixedStepSize.rst
Commit 5d6372aa2a7db14626ac670489e4c4cfe4aca001 by Martin Sjölund
Re-add dummy TLM interface
  - OpenModelica/OMSimulator#583
The file was addedsrc/OMSimulatorLib/DummyTLM/TLMInterface.h
Commit 3c7c9910fde77f6e8abd3fecf4672307a2196dbc by Lennart Ochel
Remove obsolete references to OMSimulatorLib.png
  - OpenModelica/OMSimulator#584
The file was modified doc/dev/OMSimulatorLib/Doxyfile (diff)
The file was modified Makefile (diff)
The file was modified doc/dev/OMSimulatorLib/.gitignore (diff)
Commit 8c9a12591269f480e830252dc4ed8c04ab5ad804 by Lennart Ochel
Fix asynchronous simulation
  - OpenModelica/OMSimulator#585
The file was modified src/OMSimulatorLib/Model.cpp (diff)
Commit 75d6e9dafa42ad2c2fd2978d041a173570b0cebd by Martin Sjölund
Make a static build using Alpine Linux
Alpine Linux uses MUSL libc, which is much easier to statically link
than GNU libc. libOMSimulator.so is compiled with to Boost, but requires
its .a-files being compiled with -fPIC (this is true for alpine:edge,
but not other Alpine versions, Ubuntu, or CentOS).
  - OpenModelica/OMSimulator#586
The file was modified src/OMSimulatorLib/CMakeLists.txt (diff)
The file was modified Makefile (diff)
The file was modified CMakeLists.txt (diff)
The file was modified Jenkinsfile (diff)
The file was modified src/OMSimulator/CMakeLists.txt (diff)
The file was added.CI/alpine/Dockerfile
Commit ee725d27fbe45202a60543b707f44c831cc78fc9 by Martin Sjölund
Set cmake install_name_tool when cross-compiling
  - OpenModelica/OMSimulator#588
The file was modified Makefile (diff)
Commit 452f38dfe9bed5b6d066ae15f35d71cb29944c3a by Martin Sjölund
Workaround for cross-compiling MinGW64
  - OpenModelica/OMSimulator#587
The file was modified src/OMSimulator/CMakeLists.txt (diff)
Commit 00390955a1c7ee8a8a94e4233c0d7a4794ebc713 by Lennart Ochel
Dump error if getReal failed
  - OpenModelica/OMSimulator#589
- OpenModelica/OMSimulator-testsuite#138
The file was modified src/OMSimulatorLib/ComponentFMUME.cpp (diff)
The file was modified src/OMSimulatorLib/System.cpp (diff)
The file was modified src/OMSimulatorLib/Logging.h (diff)
The file was modified src/OMSimulatorLib/ComponentFMUCS.cpp (diff)
Commit 8ca73ea421c52ce06d2b3adf68724b517bf08421 by Lennart Ochel
Dump error if setReal failed
  - OpenModelica/OMSimulator#589
- OpenModelica/OMSimulator-testsuite#138
The file was modified src/OMSimulatorLib/ComponentFMUME.cpp (diff)
The file was modified src/OMSimulatorLib/System.cpp (diff)
The file was modified src/OMSimulatorLib/ComponentFMUCS.cpp (diff)
The file was modified testsuite (diff)

Summary

  1. Implement oms_getFixedStepSize (details)
  2. Add some missing lua and python bindings (details)
  3. Re-add dummy TLM interface (details)
  4. Remove obsolete references to OMSimulatorLib.png (details)
  5. Fix asynchronous simulation (details)
  6. Make a static build using Alpine Linux (details)
  7. Set cmake install_name_tool when cross-compiling (details)
  8. Workaround for cross-compiling MinGW64 (details)
  9. Dump error if getReal failed (details)
  10. Dump error if setReal failed (details)
  11. Updating testsuite (details)
Commit 8915d50504f2537646b9dd4a92a6e20de0f3e063 by Lennart Ochel
Implement oms_getFixedStepSize
  - OpenModelica/OMSimulator#581
The file was modified src/OMSimulatorLib/System.h (diff)
The file was modified src/OMSimulatorLib/OMSimulator.cpp (diff)
Commit 5a233fbcbca6d24cb84887fa0a32b26f036532ea by Lennart Ochel
Add some missing lua and python bindings
  - OpenModelica/OMSimulator#582
The file was addeddoc/UsersGuide/source/api/getFixedStepSize.rst
The file was modified src/OMSimulatorPython/OMSimulator.py (diff)
The file was modified src/OMSimulatorLua/OMSimulatorLua.c (diff)
Commit 5d6372aa2a7db14626ac670489e4c4cfe4aca001 by Martin Sjölund
Re-add dummy TLM interface
  - OpenModelica/OMSimulator#583
The file was addedsrc/OMSimulatorLib/DummyTLM/TLMInterface.h
Commit 3c7c9910fde77f6e8abd3fecf4672307a2196dbc by Lennart Ochel
Remove obsolete references to OMSimulatorLib.png
  - OpenModelica/OMSimulator#584
The file was modified Makefile (diff)
The file was modified doc/dev/OMSimulatorLib/Doxyfile (diff)
The file was modified doc/dev/OMSimulatorLib/.gitignore (diff)
Commit 8c9a12591269f480e830252dc4ed8c04ab5ad804 by Lennart Ochel
Fix asynchronous simulation
  - OpenModelica/OMSimulator#585
The file was modified src/OMSimulatorLib/Model.cpp (diff)
Commit 75d6e9dafa42ad2c2fd2978d041a173570b0cebd by Martin Sjölund
Make a static build using Alpine Linux
Alpine Linux uses MUSL libc, which is much easier to statically link
than GNU libc. libOMSimulator.so is compiled with to Boost, but requires
its .a-files being compiled with -fPIC (this is true for alpine:edge,
but not other Alpine versions, Ubuntu, or CentOS).
  - OpenModelica/OMSimulator#586
The file was modified src/OMSimulatorLib/CMakeLists.txt (diff)
The file was modified CMakeLists.txt (diff)
The file was modified Makefile (diff)
The file was modified Jenkinsfile (diff)
The file was modified src/OMSimulator/CMakeLists.txt (diff)
The file was added.CI/alpine/Dockerfile
Commit ee725d27fbe45202a60543b707f44c831cc78fc9 by Martin Sjölund
Set cmake install_name_tool when cross-compiling
  - OpenModelica/OMSimulator#588
The file was modified Makefile (diff)
Commit 452f38dfe9bed5b6d066ae15f35d71cb29944c3a by Martin Sjölund
Workaround for cross-compiling MinGW64
  - OpenModelica/OMSimulator#587
The file was modified src/OMSimulator/CMakeLists.txt (diff)
Commit 00390955a1c7ee8a8a94e4233c0d7a4794ebc713 by Lennart Ochel
Dump error if getReal failed
  - OpenModelica/OMSimulator#589
- OpenModelica/OMSimulator-testsuite#138
The file was modified src/OMSimulatorLib/ComponentFMUCS.cpp (diff)
The file was modified src/OMSimulatorLib/Logging.h (diff)
The file was modified src/OMSimulatorLib/ComponentFMUME.cpp (diff)
The file was modified src/OMSimulatorLib/System.cpp (diff)
Commit 8ca73ea421c52ce06d2b3adf68724b517bf08421 by Lennart Ochel
Dump error if setReal failed
  - OpenModelica/OMSimulator#589
- OpenModelica/OMSimulator-testsuite#138
The file was modified src/OMSimulatorLib/System.cpp (diff)
The file was modified src/OMSimulatorLib/ComponentFMUME.cpp (diff)
The file was modified src/OMSimulatorLib/ComponentFMUCS.cpp (diff)
The file was modified testsuite (diff)

Summary

  1. Implement oms_getFixedStepSize (details)
  2. Add some missing lua and python bindings (details)
  3. Re-add dummy TLM interface (details)
  4. Remove obsolete references to OMSimulatorLib.png (details)
  5. Fix asynchronous simulation (details)
  6. Make a static build using Alpine Linux (details)
  7. Set cmake install_name_tool when cross-compiling (details)
  8. Workaround for cross-compiling MinGW64 (details)
  9. Dump error if getReal failed (details)
  10. Dump error if setReal failed (details)
  11. Updating testsuite (details)
Commit 8915d50504f2537646b9dd4a92a6e20de0f3e063 by Lennart Ochel
Implement oms_getFixedStepSize
  - OpenModelica/OMSimulator#581
The file was modified src/OMSimulatorLib/System.h (diff)
The file was modified src/OMSimulatorLib/OMSimulator.cpp (diff)
Commit 5a233fbcbca6d24cb84887fa0a32b26f036532ea by Lennart Ochel
Add some missing lua and python bindings
  - OpenModelica/OMSimulator#582
The file was modified src/OMSimulatorLua/OMSimulatorLua.c (diff)
The file was addeddoc/UsersGuide/source/api/getFixedStepSize.rst
The file was modified src/OMSimulatorPython/OMSimulator.py (diff)
Commit 5d6372aa2a7db14626ac670489e4c4cfe4aca001 by Martin Sjölund
Re-add dummy TLM interface
  - OpenModelica/OMSimulator#583
The file was addedsrc/OMSimulatorLib/DummyTLM/TLMInterface.h
Commit 3c7c9910fde77f6e8abd3fecf4672307a2196dbc by Lennart Ochel
Remove obsolete references to OMSimulatorLib.png
  - OpenModelica/OMSimulator#584
The file was modified doc/dev/OMSimulatorLib/.gitignore (diff)
The file was modified doc/dev/OMSimulatorLib/Doxyfile (diff)
The file was modified Makefile (diff)
Commit 8c9a12591269f480e830252dc4ed8c04ab5ad804 by Lennart Ochel
Fix asynchronous simulation
  - OpenModelica/OMSimulator#585
The file was modified src/OMSimulatorLib/Model.cpp (diff)
Commit 75d6e9dafa42ad2c2fd2978d041a173570b0cebd by Martin Sjölund
Make a static build using Alpine Linux
Alpine Linux uses MUSL libc, which is much easier to statically link
than GNU libc. libOMSimulator.so is compiled with to Boost, but requires
its .a-files being compiled with -fPIC (this is true for alpine:edge,
but not other Alpine versions, Ubuntu, or CentOS).
  - OpenModelica/OMSimulator#586
The file was modified CMakeLists.txt (diff)
The file was modified Jenkinsfile (diff)
The file was modified Makefile (diff)
The file was modified src/OMSimulator/CMakeLists.txt (diff)
The file was modified src/OMSimulatorLib/CMakeLists.txt (diff)
The file was added.CI/alpine/Dockerfile
Commit ee725d27fbe45202a60543b707f44c831cc78fc9 by Martin Sjölund
Set cmake install_name_tool when cross-compiling
  - OpenModelica/OMSimulator#588
The file was modified Makefile (diff)
Commit 452f38dfe9bed5b6d066ae15f35d71cb29944c3a by Martin Sjölund
Workaround for cross-compiling MinGW64
  - OpenModelica/OMSimulator#587
The file was modified src/OMSimulator/CMakeLists.txt (diff)
Commit 00390955a1c7ee8a8a94e4233c0d7a4794ebc713 by Lennart Ochel
Dump error if getReal failed
  - OpenModelica/OMSimulator#589
- OpenModelica/OMSimulator-testsuite#138
The file was modified src/OMSimulatorLib/ComponentFMUCS.cpp (diff)
The file was modified src/OMSimulatorLib/System.cpp (diff)
The file was modified src/OMSimulatorLib/ComponentFMUME.cpp (diff)
The file was modified src/OMSimulatorLib/Logging.h (diff)
Commit 8ca73ea421c52ce06d2b3adf68724b517bf08421 by Lennart Ochel
Dump error if setReal failed
  - OpenModelica/OMSimulator#589
- OpenModelica/OMSimulator-testsuite#138
The file was modified src/OMSimulatorLib/ComponentFMUME.cpp (diff)
The file was modified src/OMSimulatorLib/ComponentFMUCS.cpp (diff)
The file was modified src/OMSimulatorLib/System.cpp (diff)
The file was modified testsuite (diff)