Thomas Beutlich

Results 87 issues of Thomas Beutlich

It seems this comment for `_stat` (and the subsequent backslash workaround handling) https://github.com/modelica/ModelicaStandardLibrary/blob/8e7876b5414475abab003c466ca49050812aeb01/Modelica/Resources/C-Sources/ModelicaInternal.c#L405-L408 got obsoleted by Visual Studio 2015 according to https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/stat-functions?view=msvc-140

L: C-Sources

This is in the same spirit as #4375: The generated HTML has serious errors which again results in a failing shields.io XPath query. See #4212 for the context. ![Screenshot 2024-09-23...

LTX ReSim testing framework

Follow-up of #4285.

L: C-Sources

This introduces the zlib dependency as git submodule instead of copying the source files over. Note, that 62848d39db87bc42ff08f1942a01213029fea31c introduced a change to "our" zlib which is not available in zlib...

L: C-Sources

GCC x.y.z will create a subfolder gccxyz.

L: Resources
V: 4.2.0-dev

Especially, prefer `_rmdir` on MinGW. Closes #4668.

L: C-Sources

> I also noticed that even if `_rmdir` is available in MinGW header direct.h, ModelicaInternal.c uses `rmdir` in line 388 and not `_rmdir` of line 390. Hence, it is not...

L: C-Sources

See https://github.com/modelica/ModelicaStandardLibrary/issues/2146#issuecomment-387703451.

L: Electrical.Analog

What is the purpose of the protected top-level connectors in CauerLowPassOPV und CauerLowPassSC? CauerLowPassAnalog uses ordinary connects instead. https://github.com/modelica/ModelicaStandardLibrary/blob/eea74432d6006527b41676547ec2326d8bcbb8f2/Modelica/Electrical/Analog/Examples/CauerLowPassSC.mo#L46-L109 ![connectors](https://user-images.githubusercontent.com/14896695/41230706-1d1354a2-6d81-11e8-804f-5de2faaa7ea2.png)

L: Electrical.Analog
discussion
example