Package: libserial / 1.0.0-9
Metadata
Package | Version | Patches format |
---|---|---|
libserial | 1.0.0-9 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
python3.patch | (download) |
.ycm_extra_conf.py |
2 1 1 - 0 ! |
switch sip bindings to python3 |
818005ee7d19b9145bc875cb0ea10422e6e0afaf.patch | (download) |
src/SerialPort.cpp |
4 2 2 - 0 ! |
[patch] serialport.cpp: fix build when size_t is an unsigned int size_t can be defined as an unsigned int instead of long unsigned int so replace 1UL to size_t {1} when calling max function Signed-off-by: Fabrice Fontaine <[email protected]> |
186.patch | (download) |
src/libserial/SerialPortConstants.h |
1 1 0 - 0 ! |
[patch] add missing cstdint header for uint8_t type |