andrey
4115d79e88
Merge branch 'master' into pico_sdk
2026-08-28 21:12:53 +03:00
andrey
6418a835e7
update doc
2026-08-27 20:08:59 +03:00
andrey
49c95dbe72
add Qt Creator dumper for PIP types and PINetworkAddress GDB printer
2026-08-27 18:03:25 +03:00
peri4
2764df8591
adopt for host Windows
2026-08-27 13:34:31 +03:00
andrey
70ddd1e7fb
revert example piiodevice
2026-08-27 12:30:54 +03:00
andrey
ef1fa8077a
Add GDB pretty-printers for basic types (PIString, PIVector, PIMap, PIByteArray, etc.)
...
Python pretty-printer script (tools/gdb/pip_pp.py) for the GDB debugger:
- PIString (UTF-16, escapes, surrogate pairs), PIByteArray (hex), PIChar
- PIVector<T>, PIDeque<T>, PIStringList, PIMap<K,V>, PISet<T>, PIPair<K,V>
- PIVariant (type + serialized size)
- pointers: (PIString *) 0x... "hello"; long containers truncated
- manual: gdb source tools/gdb/pip_pp.py
- automatic: CMake install ships share/pip/gdb/pip_pp.py and the
libpip.so-gdb.py auto-load stub next to the library (shared builds)
- verification: tools/gdb/test/test_pp.sh <build-dir>
- docs: doc/pages/debugging.md
2026-08-23 20:24:34 +03:00
andrey
f6075307b6
style: run clang-format over all files
2026-08-22 15:52:58 +03:00
peri4
40cdc90131
fix
2026-03-12 19:13:12 +03:00
peri4
d758cea974
doc fix
2026-03-12 19:11:28 +03:00
peri4
ed13838237
merged AI doc, some new pages
2026-03-12 14:46:57 +03:00
peri4
65d3168eb5
PICout::withExternalBufferAnd decomposed to PICout::withExternalBufferAndID and PICout::withExternalBufferAnd
...
PIString::toPercentageEncoding/fromPercentageEncoding
piStringify()
PIHTTPClient support arguments
some doc
2024-11-26 18:26:02 +03:00
peri4
ee34e8a72e
doc
2024-11-13 16:32:21 +03:00
peri4
1c7fc39b6c
version 4.0.0_alpha
...
in almost all methods removed timeouts in milliseconds, replaced to PISystemTime
PITimer rewrite, remove internal impl, now only thread implementation, API similar to PIThread
PITimer API no longer pass void*
PIPeer, PIConnection improved stability on reinit and exit
PISystemTime new methods
pisd now exit without hanging
2024-07-30 14:18:02 +03:00
peri4
f47bc411bc
version 3.16.0
...
new PISystemTime::Frequency type
2024-03-05 17:55:25 +03:00
peri4
c8350d2f0a
doc
2023-12-09 07:25:48 +03:00
peri4
0907a3eb13
version 3.14.0
...
PIBinaryStream::wasReadError() method, remove incomplete read asserts
2023-08-30 12:18:04 +03:00
peri4
e5777dde6c
version 3.3.0
2022-10-01 10:53:09 +03:00
peri4
8551499a5e
PICout refactoring, new SHSTKMacros
2022-08-07 22:07:26 +03:00
peri4
54cc6c55b2
pip_cmg and picodeinfo.h doc
2022-08-03 14:14:24 +03:00
peri4
af1264e42b
doc fix
2022-08-02 08:25:34 +03:00
peri4
eb91fbfc45
doc stream
2022-08-01 21:23:21 +03:00
peri4
b1e220e454
change PIIODevice read* and write* methods size to "ssize_t"
2022-08-01 18:52:30 +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
peri4
3107949e6f
doc, small fixes
2022-05-08 19:23:52 +03:00
peri4
9347ed2e55
doc
2022-05-06 23:42:20 +03:00
peri4
2bbdbc3ac9
PIIODevice registration dramatically optimization
2022-04-30 11:21:57 +03:00
peri4
00830958df
doc ru, printf() before assert in containers
2022-04-12 23:17:05 +03:00
peri4
d5c27b1181
doc groups
2022-04-06 20:11:47 +03:00
peri4
fb282d405d
string doc
2022-04-04 16:17:23 +03:00
Andrey
288062cfd6
Merge branch 'master' of https://git.shs.tools/SHS/pip
2022-03-29 12:39:49 +03:00
Andrey
9f1ae76d1e
PIVector doc
2022-03-29 12:39:37 +03:00
peri4
7c927da979
Doxyfile.in
2022-03-29 11:59:54 +03:00
Andrey
6241795b60
Merge branch 'master' of https://git.shs.tools/SHS/pip into doxygen-ru
...
# Conflicts:
# libs/main/core/pivariant.cpp
# libs/main/math/pigeometry.h
# libs/main/math/pimathbase.h
2022-03-25 12:12:15 +03:00
Andrey
3dd0d0b6cf
PIRect complete
2022-03-21 10:35:34 +03:00
peri4
20e0771331
doc ru
2022-03-18 01:28:07 +03:00
Andrey
6e6305d2ec
start PIVector doc
2022-03-16 16:38:09 +03:00
Andrey
e4aec3f95e
Doxyfile.in upgrade
2022-03-15 15:10:59 +03:00
peri4
7d83c6fe19
PIByteArray doc
2022-03-14 23:19:46 +03:00
peri4
7ef4321a3d
supports for doc language select with cmake
2022-03-14 21:53:30 +03:00
Andrey
9bf1a11701
picontainers.h doxygen fixes, generating html/pip.cfg
2022-03-14 18:17:16 +03:00
Andrey
99280a40ef
picontainers.h doxygen partial
2022-03-14 17:14:29 +03:00
peri4
3b0a1c70fe
documentation fix
2021-09-03 17:12:46 +03:00
andrey
25def958a1
rename doc macros
2021-08-04 16:31:32 +03:00
andrey
cba6db4f38
doc rename
2021-08-04 11:00:39 +03:00
peri4
3c3a8ea177
version 2.24.0
...
New PIParseHelper class
2021-05-05 00:41:22 +03:00
peri4
51775a5ee6
next easing of PIChunkStream::extract()
2020-10-08 22:47:32 +03:00
peri4
31f0d88157
version 2.2.1
...
std::initializer_list supports for vector and dequeue
2020-08-14 18:00:28 +03:00
peri4
c7ac4fa551
Refactored CMakeLists.txt
...
* new pip_module() macro
* fixed exports
* automatic gather all exports and pass them to Doxygen and PICodeParser
2020-08-01 21:29:32 +03:00
peri4
2dfbbf80b7
clean, fix FindPIP.cmake
2020-06-28 01:03:29 +03:00
peri4
67f82558d5
version 1.8.0
...
PIString: version functions
2020-05-28 17:08:00 +03:00