5db97ca959
version 5.4.0 remove CORS default header from PIHTTPServer fix several docs fix PIMathVector::dot return type add units directory with PIUnits facility
peri42025-09-26 21:33:45 +03:00
2368de6e93
rename PRIVATE_DEFINITION_FINISH to PRIVATE_DEFINITION_END_NO_INITIALIZE
peri42025-09-21 21:05:56 +03:00
e5df76ab1d
decompose PRIVATE_DEFINITION_END(c) to PRIVATE_DEFINITION_FINISH(c) and RIVATE_DEFINITION_INITIALIZE(c) now you can define private in separate file and initialize it in main cpp
peri42025-09-19 17:39:39 +03:00
fdec0e66a8
Merge pull request 'codeparser_C' (#192) from codeparser_C into master
Пелипенко Иван2025-09-18 20:19:11 +03:00
5f3baa5580
PICODEINFO::accessOffsetFunction add offset generation in pip_cmg for retrieve bytes offset of struct member add pip_cmg -V doc
peri42025-09-18 17:12:35 +03:00
7083b2c32b
finish codeparser improvements pip_cmg now works with new nested entities approach Getters now can access to bitfields
peri42025-09-18 05:54:31 +03:00
af02684dc5
adopt PICodeParser for C-style typedefs and some other
peri42025-09-17 19:42:00 +03:00
2806086558
add "const" to PIByteArray::dataAs
peri42025-09-15 21:21:58 +03:00
dcdd7db33d
version 5.2.1 fix potentially errors in PIConstChars compare methods PIHIDevice::open() for open last device PIVariant::toPoint() now can cast from PIMathVectord
peri42025-09-13 17:25:12 +03:00
40cda7d988
fix last deploy_tool patch
peri42025-09-05 21:56:59 +03:00
c05b8b4095
fix all PIFile::readAll calls
peri42025-09-05 21:50:35 +03:00
3d7ba1dee6
Merge pull request 'pifile_readall' (#190) from pifile_readall into master
Пелипенко Иван2025-09-05 21:47:13 +03:00
a299ada873
PIFile::readAll release patch deploy_tool: ignore libc.so and take last dpkg dependency instead of first
peri42025-09-05 21:46:44 +03:00
91144ad338
new PIFile::readAll test
peri42025-09-04 17:52:31 +03:00
ef8b785ac6
version 5.1.0 PIHTTPServer now can handle path with partially *, ** and {} path arguments PIHTTP::MessageConst add queryArguments() and pathArguments(). arguments() now union of these args
peri42025-08-28 19:48:19 +03:00
b6c5d65a8d
version 5.0.0_beta integrate PIRegularExpression into PIString and PIDir add piliterals_regularexpression.h for ""_regex and ""_glob literals
peri42025-08-13 18:48:01 +03:00
a2c24c9f07
version 4.8.0 fix PICodeParser: complex static array dimensions, member template types for multideclaration PIJSON::serialize and PIJSON::deserialize helpers
peri42025-08-02 22:14:49 +03:00
cf25cacc17
decompose pip_cmg add serialization/pijsonserialization.h for JSON de/serialization add -J flag for pip_cmg to make JSON serialization methods not finished yet, but basically workable now
peri42025-08-02 18:48:38 +03:00
e57719c118
version 4.7.2 PIThreadPoolLoop reworked, now threads starts on constructor and immediately run after start()
peri42025-06-07 10:58:11 +03:00
edb077b400
PIThreadPoolLoopNW test
peri42025-06-03 20:15:00 +03:00