8551499a5e
PICout refactoring, new SHSTKMacros
2022-08-07 22:07:26 +03:00
af9a9e78b9
doc
2022-08-02 17:08:51 +03:00
eb91fbfc45
doc stream
2022-08-01 21:23:21 +03:00
b1e220e454
change PIIODevice read* and write* methods size to "ssize_t"
2022-08-01 18:52:30 +03:00
b0d48caaad
version 2.98.0
...
remove PIFile::readLine()
partially migrate PIConfig to text stream
add more "override"
2022-08-01 18:13:22 +03:00
Бычков Андрей
4725eb96d6
replace typedef function ptr by std::function
...
start PIMap refactoring
2022-07-29 15:49:36 +03:00
Бычков Андрей
38fd1b5dc4
PIPacketExtractor теперь работает
2022-07-28 17:02:33 +03:00
Бычков Андрей
1b09ad5c27
binlog fixes
...
PIBinaryStream doc
remove makePIPair
rename bytesAvailable
2022-07-28 14:46:58 +03:00
Бычков Андрей
3873f0b03b
PIIODevice::bytesAvailible()
...
fix pistringlist pibinarystream write
pibinarystream::binaryStreamSize()
PIByteArray pibinarystream read with more size fix
pistring pibinarystream read optimization
fix bug in PIIOBinaryStream read and write if failed
workaround in PIIOString::readDevice
PISPI readDevice bug Fixed
2022-07-27 15:43:04 +03:00
Бычков Андрей
d13e68c206
threadedRead now const uchar *
...
pipacketextractor Header mode now more flexible
fix splitTime mode
more refactoring
add virtual override to functions
remove piforeach
replace 0 to nullptr
iterate over pimap via iterators
replace CONNECTU to CONNECT# with compile time check
2022-07-26 17:18:08 +03:00
a4882dc054
complex macros with ;
2022-07-25 11:18:09 +03:00
Бычков Андрей
a1b9b7e1d6
убрал лишние ;
2022-07-25 10:32:42 +03:00
Бычков Андрей
0116387fe3
PIDeque fix ssize_t
...
fix uninitialized variables
fix PIDeque prepend with std::initializer_list
2022-07-22 16:31:40 +03:00
Бычков Андрей
f5953a0ba7
PIBinaryLog joinBinLogsSerial
...
correct timestamp wite with split
2022-07-22 15:24:07 +03:00
Бычков Андрей
7aa407264f
Merge remote-tracking branch 'remotes/origin/stream_interface'
...
PIBinaryLog
2022-07-22 15:22:33 +03:00
Бычков Андрей
59c7896577
Merge branch 'pip2'
2022-07-22 11:18:03 +03:00
Бычков Андрей
a69de63db0
PISerial windows custom speed
2022-07-20 15:41:47 +03:00
c7fffe1280
PIBinaryLog miss
2022-06-24 12:19:03 +03:00
1b04d7ecce
version 2.93 ready to master
...
remove PIString << operators
2022-06-24 12:10:57 +03:00
b66272a68a
version 2.92
...
pip_cmg
2022-06-09 17:59:04 +03:00
f67e3030b9
move to PIIOTextStream
2022-05-13 13:24:09 +03:00
1028233553
version 2.91.0, PITextStream works
2022-05-13 11:26:01 +03:00
ef8ffcd02f
DEPRECATED[M], createMemoryBlock(), text stream ...
2022-05-11 20:55:51 +03:00
0897a8369f
macros rename
2022-05-11 16:49:33 +03:00
fa19ad1093
text stream ...
2022-05-11 12:39:36 +03:00
a23eb341e2
pitextstream starts
2022-05-10 18:47:11 +03:00
b2bc385397
PIByteArray works on binary stream
2022-05-10 15:23:18 +03:00
a502182eba
NO_UNUSED
2022-05-09 11:56:09 +03:00
3107949e6f
doc, small fixes
2022-05-08 19:23:52 +03:00
9714d8ea42
PIMap {{K, T}, {K, T}, ...} constructor
...
doc ru
2022-05-06 12:45:08 +03:00
6995c25613
PIIODevice fullPathPrefix returns PIConstChars
2022-05-04 16:33:05 +03:00
28ce6e8f3f
version 2.39.0
...
PIString works with PIConstChars
picodeinfo optimizations
PIIODevice::availableClasses
2022-05-03 18:44:00 +03:00
2bbdbc3ac9
PIIODevice registration dramatically optimization
2022-04-30 11:21:57 +03:00
Andrey
8c8553a6af
PIObject Property const char *
2022-04-29 18:17:03 +03:00
Andrey
a7ffc85404
piminsleep bug and PIIODevice splitFullPath optimization
2022-04-26 14:09:59 +03:00
5f8c04a78e
containers minimum elements, windows memory leaks
2022-04-25 21:43:57 +03:00
Andrey
765ef7368e
PIString replace pibytearray by char *
2022-04-25 11:42:58 +03:00
c1c324a5a8
doc
2022-04-23 12:44:09 +03:00
9fa78a1dbf
doc
2022-04-15 16:36:14 +03:00
c7e67b309e
picout fix
2022-04-13 22:46:53 +03:00
Andrey
e4e16764f3
PIP_DEBUG, PIVector sort and doc
2022-04-13 11:22:27 +03:00
d5c27b1181
doc groups
2022-04-06 20:11:47 +03:00
cc4e1f48aa
doc ru
2022-03-17 00:57:15 +03:00
54b5372356
doxygen @ tags replaced to \
2022-03-14 21:19:31 +03:00
Andrey
a7df53fbfe
platformio_pre.py
2022-01-14 18:15:56 +03:00
3c8ccf357b
PIFile::openTemporary on Windows
...
PIPair from std::tuple
2021-12-24 14:41:18 +03:00
a2a205cfd2
version 2.33.0
...
piMinSleep() method
2021-11-16 14:43:57 +03:00
Andrey
6e5a5a6ade
remove msleep, clean PIConditionVariable, rewrite pipipelinethread, etc...
2021-10-29 16:52:03 +03:00
b85de0d704
work with PIFile::openTemporary() on Windows
2021-10-26 13:50:27 +03:00
peri4
f781cc3846
binary log improvements
2021-10-21 18:48:01 +03:00