Skip to content

Changes

Summary

  1. Make third-party licenses explicit (#4268) (details)
  2. Utilize PressureSlope unit in Media consistently (#4262) (details)
  3. Fix loss factors in SharpEdgedOrifice (#4258) (details)
  4. Add ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn (new in Modelica Language Specification version 3.5) (#3686) (details)
  5. Document changed components in release notes (details)
Commit 80b9eed0f27068d9b368b7b1a6244587bd1b6a25 by noreply
Make third-party licenses explicit (#4268)

The file was addedModelica/Resources/Licenses/Third-party/LICENSE_zlib.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_c99-snprintf.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_APHashFunction.txt
The file was removedModelica/Resources/Licenses/LICENSE_uthash.txt
The file was removedModelica/Resources/Licenses/LICENSE_portable-snippets.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_portable-snippets.txt
The file was removedModelica/Resources/Licenses/LICENSE_win32_dirent.txt
The file was removedModelica/Resources/Licenses/LICENSE_APHashFunction.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_uthash.txt
The file was removedModelica/Resources/Licenses/LICENSE_c99-snprintf.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_stdint_msvc.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_win32_dirent.txt
The file was removedModelica/Resources/Licenses/LICENSE_zlib.txt
The file was removedModelica/Resources/Licenses/LICENSE_stdint_msvc.txt
Commit fa90ce72720e3ffee385d1f5ab6081eb43637a94 by noreply
Utilize PressureSlope unit in Media consistently (#4262)

* Utilize PressureRate unit

* Rename PressureRate to PressureSlope
The file was modified Modelica/Media/package.mo (diff)
The file was modified Modelica/Media/Air/MoistAir.mo (diff)
The file was modified Modelica/Media/Water/IF97_Utilities.mo (diff)
The file was modified Modelica/Units.mo (diff)
Commit 68aa65640185537cd566c3739bbe81fd339651cb by noreply
Fix loss factors in SharpEdgedOrifice (#4258)

Co-authored-by: Stefan Wischhusen <wischhusen@xrg-simulation.de>
The file was modified Modelica/Fluid/Fittings.mo (diff)
Commit da81bb7fba95fbfb4f9e5e4dee648a4127b9d0f7 by noreply
Add ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn (new in Modelica Language Specification version 3.5) (#3686)

* Add ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn

* Utilize ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn

* Rename format specifying arguments

* Utilize ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn

* Rely on assert

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>

* Update spelling

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>

* Call ModelicaError as stated in MLS 12.9.6.2

---------

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified .CI/Test/ModelicaUtilities.h (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaStrings.c (diff)
The file was modified .CI/Test/Common.c (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaInternal.c (diff)
Commit 94c429ead0fa8c8dd047dd1b5969335a82d95647 by jakub.tobolar
Document changed components in release notes
The file was modified Modelica/package.mo (diff)

Summary

  1. Make third-party licenses explicit (#4268) (details)
  2. Utilize PressureSlope unit in Media consistently (#4262) (details)
  3. Fix loss factors in SharpEdgedOrifice (#4258) (details)
  4. Add ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn (new in Modelica Language Specification version 3.5) (#3686) (details)
  5. Document changed components in release notes (details)
Commit 80b9eed0f27068d9b368b7b1a6244587bd1b6a25 by noreply
Make third-party licenses explicit (#4268)

The file was addedModelica/Resources/Licenses/Third-party/LICENSE_portable-snippets.txt
The file was removedModelica/Resources/Licenses/LICENSE_portable-snippets.txt
The file was removedModelica/Resources/Licenses/LICENSE_zlib.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_uthash.txt
The file was removedModelica/Resources/Licenses/LICENSE_c99-snprintf.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_c99-snprintf.txt
The file was removedModelica/Resources/Licenses/LICENSE_APHashFunction.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_stdint_msvc.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_win32_dirent.txt
The file was removedModelica/Resources/Licenses/LICENSE_win32_dirent.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_zlib.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_APHashFunction.txt
The file was removedModelica/Resources/Licenses/LICENSE_stdint_msvc.txt
The file was removedModelica/Resources/Licenses/LICENSE_uthash.txt
Commit fa90ce72720e3ffee385d1f5ab6081eb43637a94 by noreply
Utilize PressureSlope unit in Media consistently (#4262)

* Utilize PressureRate unit

* Rename PressureRate to PressureSlope
The file was modified Modelica/Units.mo (diff)
The file was modified Modelica/Media/Air/MoistAir.mo (diff)
The file was modified Modelica/Media/Water/IF97_Utilities.mo (diff)
The file was modified Modelica/Media/package.mo (diff)
Commit 68aa65640185537cd566c3739bbe81fd339651cb by noreply
Fix loss factors in SharpEdgedOrifice (#4258)

Co-authored-by: Stefan Wischhusen <wischhusen@xrg-simulation.de>
The file was modified Modelica/Fluid/Fittings.mo (diff)
Commit da81bb7fba95fbfb4f9e5e4dee648a4127b9d0f7 by noreply
Add ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn (new in Modelica Language Specification version 3.5) (#3686)

* Add ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn

* Utilize ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn

* Rename format specifying arguments

* Utilize ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn

* Rely on assert

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>

* Update spelling

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>

* Call ModelicaError as stated in MLS 12.9.6.2

---------

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified .CI/Test/Common.c (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaStrings.c (diff)
The file was modified .CI/Test/ModelicaUtilities.h (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaInternal.c (diff)
Commit 94c429ead0fa8c8dd047dd1b5969335a82d95647 by jakub.tobolar
Document changed components in release notes
The file was modified Modelica/package.mo (diff)

Summary

  1. Make third-party licenses explicit (#4268) (details)
  2. Utilize PressureSlope unit in Media consistently (#4262) (details)
  3. Fix loss factors in SharpEdgedOrifice (#4258) (details)
  4. Add ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn (new in Modelica Language Specification version 3.5) (#3686) (details)
  5. Document changed components in release notes (details)
Commit 80b9eed0f27068d9b368b7b1a6244587bd1b6a25 by noreply
Make third-party licenses explicit (#4268)

The file was removedModelica/Resources/Licenses/LICENSE_win32_dirent.txt
The file was removedModelica/Resources/Licenses/LICENSE_c99-snprintf.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_c99-snprintf.txt
The file was removedModelica/Resources/Licenses/LICENSE_stdint_msvc.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_uthash.txt
The file was removedModelica/Resources/Licenses/LICENSE_APHashFunction.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_stdint_msvc.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_portable-snippets.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_APHashFunction.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_zlib.txt
The file was removedModelica/Resources/Licenses/LICENSE_uthash.txt
The file was removedModelica/Resources/Licenses/LICENSE_portable-snippets.txt
The file was removedModelica/Resources/Licenses/LICENSE_zlib.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_win32_dirent.txt
Commit fa90ce72720e3ffee385d1f5ab6081eb43637a94 by noreply
Utilize PressureSlope unit in Media consistently (#4262)

* Utilize PressureRate unit

* Rename PressureRate to PressureSlope
The file was modified Modelica/Media/package.mo (diff)
The file was modified Modelica/Units.mo (diff)
The file was modified Modelica/Media/Air/MoistAir.mo (diff)
The file was modified Modelica/Media/Water/IF97_Utilities.mo (diff)
Commit 68aa65640185537cd566c3739bbe81fd339651cb by noreply
Fix loss factors in SharpEdgedOrifice (#4258)

Co-authored-by: Stefan Wischhusen <wischhusen@xrg-simulation.de>
The file was modified Modelica/Fluid/Fittings.mo (diff)
Commit da81bb7fba95fbfb4f9e5e4dee648a4127b9d0f7 by noreply
Add ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn (new in Modelica Language Specification version 3.5) (#3686)

* Add ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn

* Utilize ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn

* Rename format specifying arguments

* Utilize ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn

* Rely on assert

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>

* Update spelling

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>

* Call ModelicaError as stated in MLS 12.9.6.2

---------

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified Modelica/Resources/C-Sources/ModelicaInternal.c (diff)
The file was modified .CI/Test/Common.c (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaStrings.c (diff)
The file was modified .CI/Test/ModelicaUtilities.h (diff)
Commit 94c429ead0fa8c8dd047dd1b5969335a82d95647 by jakub.tobolar
Document changed components in release notes
The file was modified Modelica/package.mo (diff)

Summary

  1. Make third-party licenses explicit (#4268) (details)
  2. Utilize PressureSlope unit in Media consistently (#4262) (details)
  3. Fix loss factors in SharpEdgedOrifice (#4258) (details)
  4. Add ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn (new in Modelica Language Specification version 3.5) (#3686) (details)
  5. Document changed components in release notes (details)
Commit 80b9eed0f27068d9b368b7b1a6244587bd1b6a25 by noreply
Make third-party licenses explicit (#4268)

The file was removedModelica/Resources/Licenses/LICENSE_c99-snprintf.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_APHashFunction.txt
The file was removedModelica/Resources/Licenses/LICENSE_win32_dirent.txt
The file was removedModelica/Resources/Licenses/LICENSE_APHashFunction.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_c99-snprintf.txt
The file was removedModelica/Resources/Licenses/LICENSE_uthash.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_stdint_msvc.txt
The file was removedModelica/Resources/Licenses/LICENSE_zlib.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_zlib.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_portable-snippets.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_win32_dirent.txt
The file was removedModelica/Resources/Licenses/LICENSE_portable-snippets.txt
The file was removedModelica/Resources/Licenses/LICENSE_stdint_msvc.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_uthash.txt
Commit fa90ce72720e3ffee385d1f5ab6081eb43637a94 by noreply
Utilize PressureSlope unit in Media consistently (#4262)

* Utilize PressureRate unit

* Rename PressureRate to PressureSlope
The file was modified Modelica/Units.mo (diff)
The file was modified Modelica/Media/Water/IF97_Utilities.mo (diff)
The file was modified Modelica/Media/Air/MoistAir.mo (diff)
The file was modified Modelica/Media/package.mo (diff)
Commit 68aa65640185537cd566c3739bbe81fd339651cb by noreply
Fix loss factors in SharpEdgedOrifice (#4258)

Co-authored-by: Stefan Wischhusen <wischhusen@xrg-simulation.de>
The file was modified Modelica/Fluid/Fittings.mo (diff)
Commit da81bb7fba95fbfb4f9e5e4dee648a4127b9d0f7 by noreply
Add ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn (new in Modelica Language Specification version 3.5) (#3686)

* Add ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn

* Utilize ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn

* Rename format specifying arguments

* Utilize ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn

* Rely on assert

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>

* Update spelling

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>

* Call ModelicaError as stated in MLS 12.9.6.2

---------

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified .CI/Test/Common.c (diff)
The file was modified .CI/Test/ModelicaUtilities.h (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaInternal.c (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaStrings.c (diff)
Commit 94c429ead0fa8c8dd047dd1b5969335a82d95647 by jakub.tobolar
Document changed components in release notes
The file was modified Modelica/package.mo (diff)

Summary

  1. Make third-party licenses explicit (#4268) (details)
  2. Utilize PressureSlope unit in Media consistently (#4262) (details)
  3. Fix loss factors in SharpEdgedOrifice (#4258) (details)
  4. Add ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn (new in Modelica Language Specification version 3.5) (#3686) (details)
  5. Document changed components in release notes (details)
Commit 80b9eed0f27068d9b368b7b1a6244587bd1b6a25 by noreply
Make third-party licenses explicit (#4268)

The file was removedModelica/Resources/Licenses/LICENSE_uthash.txt
The file was removedModelica/Resources/Licenses/LICENSE_win32_dirent.txt
The file was removedModelica/Resources/Licenses/LICENSE_stdint_msvc.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_portable-snippets.txt
The file was removedModelica/Resources/Licenses/LICENSE_APHashFunction.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_stdint_msvc.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_APHashFunction.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_c99-snprintf.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_win32_dirent.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_uthash.txt
The file was removedModelica/Resources/Licenses/LICENSE_portable-snippets.txt
The file was removedModelica/Resources/Licenses/LICENSE_c99-snprintf.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_zlib.txt
The file was removedModelica/Resources/Licenses/LICENSE_zlib.txt
Commit fa90ce72720e3ffee385d1f5ab6081eb43637a94 by noreply
Utilize PressureSlope unit in Media consistently (#4262)

* Utilize PressureRate unit

* Rename PressureRate to PressureSlope
The file was modified Modelica/Media/package.mo (diff)
The file was modified Modelica/Media/Air/MoistAir.mo (diff)
The file was modified Modelica/Media/Water/IF97_Utilities.mo (diff)
The file was modified Modelica/Units.mo (diff)
Commit 68aa65640185537cd566c3739bbe81fd339651cb by noreply
Fix loss factors in SharpEdgedOrifice (#4258)

Co-authored-by: Stefan Wischhusen <wischhusen@xrg-simulation.de>
The file was modified Modelica/Fluid/Fittings.mo (diff)
Commit da81bb7fba95fbfb4f9e5e4dee648a4127b9d0f7 by noreply
Add ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn (new in Modelica Language Specification version 3.5) (#3686)

* Add ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn

* Utilize ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn

* Rename format specifying arguments

* Utilize ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn

* Rely on assert

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>

* Update spelling

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>

* Call ModelicaError as stated in MLS 12.9.6.2

---------

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified Modelica/Resources/C-Sources/ModelicaInternal.c (diff)
The file was modified .CI/Test/ModelicaUtilities.h (diff)
The file was modified .CI/Test/Common.c (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaStrings.c (diff)
Commit 94c429ead0fa8c8dd047dd1b5969335a82d95647 by jakub.tobolar
Document changed components in release notes
The file was modified Modelica/package.mo (diff)