Johannes Kauffmann
Johannes Kauffmann
Hi, looking at this PR, I'm not sure I'd want to integrate this change. If you need 8 bit segments when using a ConnectionManager for implicit requests, you can already...
@Broekman Do you have any strong opinions?
There should definitely be a Windows CI server, preferably for both MSVC and MinGW. Maybe it would also be a good idea to add clang as a compiler to the...
It seems like the Sick FX3 implements some custom protocol over TCP/IP. I wasn't able to find the EDS file you mentioned, but I did find [this document](https://cdn.sick.com/media/docs/6/46/846/technical_information_beam_data_for_diagnostics_and_automation_en_im0060846.pdf), describing TCP/IP...
For basic options, such as tabs vs spaces, newlines, tab size etc, I think EditorConfig could be used. The upside is that it works while you type (in any supported...
Unfortunately, same issue here with: ``` ./build --mode=gcc-8.2.0 --arch=i686 --exceptions=sjlj --no-multilib --threads=posix --enable-languages=c,c++ --rt-version=v10.0.0 ```
8.5 works also here, yes. Since it is possible to select lower versions, I used it to try and reproduce compiler bugs which have been reported upstream at some project....
Update: added braces around the whole MinGW define statement, after the `||`. This is done to prevent ambiguity because of the `||` and `&&` used together without any braces.
I forgot to mention - this also makes the build fail, as the `builddir` is then also created inside the clone. While the `~/builddir` folder is created, it is completely...
After all the Windows ifdefery and macro replacement is said and done by the preprocessor, the parameters types of these Windows system calls are either a pointer or not. E.g.:...