Paul T

Results 143 comments of Paul T

I'm also having issues with generating documentation. When I run the `GenerateDocs` target, the `doxygen.py` file that is referenced in CMake (`COMMAND "${m.css_SOURCE_DIR}/documentation/doxygen.py"`) is simply opened in my default text...

Possibly, but I stopped pursuing this and instead used an alternative doxygen theme.

Hello, Do you have any output from the executable start failure? I was able to build with clang-cl as well and I suspect this is due to the executables not...

Typically that error code is due to missing `dlls`. One possible solution is to use [windeployqt](https://doc.qt.io/qt-5/windows-deployment.html) to copy the dlls to the binary directory. If this is desired I can...

Sure thing! I think I can manage that and file a PR. And yes I would agree, it's only needed for the executables, not the library itself. I too am...

After some further testing, it looks like the error code may be due also in part to the missing clang-cl ASAN runtime dll. If you run an example or test...

With the pros and cons as presented here, I think 3 is probably the best option.

Hmm this is a good question. I guess they would never get called, but maybe there could be an `.when_canceled()` or `on_canceled()` continuation as well?

I see now, thanks for the explanation. I think your proposal for `CancellableTask` is reasonable, although it is quite limiting. I think for what you're getting with it though, it...

I've been trying to reproduce this error but so far have been unsuccessful. Is it possible something is wrong with my setup? Debug output: ``` 'test-qcoronetworkreply.exe' (Win32): Loaded 'D:\Repositories\qcoro\build\tests\Debug\test-qcoronetworkreply.exe'. Symbols...