Giuseppe Corbelli
Giuseppe Corbelli
This project has not seen any activity in a while. I have ported a subset of QCustomPlot v2 and made a few PR that have never been examined. I will...
bindepend: use multiprocessing to speed up assemblies (win32) and dependency search
Added a [PyInstaller](https://www.pyinstaller.org/) .spec file to build a frozen distribution. Also set "C" locale to limit required encodings modules.
In case creating a list like Tree.children() does is too heavy for efficiency reasons.
Implemented IXXATBus.state() property. Hardware errors are detected in _recv_internal() and raise an exception.
Setting a stylesheet that manipulates border destroys QSpinBox functionality using master@30decc8a, both on Linux/X11 and Windows 10. In detail: - border-color has no visible effect - border-width has no visible...
Tested on Linux only
Hi all for an ongoing project I am using ZMQ pubsub and need to generate QT signals once a frame is received by a SUB socket. The basic idea is...
I see from 146e2edaac9fad6910e4c337b540cab01d1a072f that `msvcr90` is brought in as a dependency when compiling with MINGW. Could it be clarified what are the dependencies that we have from msvcr? Why...
### Describe the issue When incorporating absl::base into a CMake-based project built on MSYS/MINGW64 you get a dependency to `librt`. AFAIU abseil CMake finds the msys cygwin-based librt, not the...