Results 8 comments of Alexander Sherikov

@SoftwareApe it looks like we are having the same problem: a couple of cmake processes stuck in write() trying to output compilation progress messages. Do you use multithreaded builds?

1. Суть та же, приходится выбирать один из вариантов поведения. Опция `#` ("For floating-point types, the alternate form causes the result of the conversion of finite values to always contain...

Пара замечаний в догонку: 1. Имеет значение не только то что тип может быть угадан неправильно, но и то что он может быть угадан по разному, например, если значение сменилось...

Слепил простой демонстратор моих хотелок если кому-то интересно -> https://github.com/asherikov/numdata.

clang-tidy ловит по крайней мере часть таких проблем -> https://clang.llvm.org/extra/clang-tidy/checks/bugprone/exception-escape.html

I've been working on a similar project in C++11 -> https://github.com/asherikov/ariles, it wont be usable in your case either though due to exceptions and excessive macro usage. There is also...

There is a workaround for issues with paths: https://github.com/proot-me/proot provides "chroot" functionality with possibility of execution of both host and target binaries, see `--qemu=` option in https://github.com/proot-me/proot/blob/master/doc/proot/manual.rst#proot. It is somewhat...

ROS1/catkin are EOL, nobody is going to work on this.