Commit Graph

2272 Commits

Author SHA1 Message Date
peri4 9e08b6ffc5 turn fuck off tests by default anyway 2024-12-03 15:41:34 +03:00
peri4 9b8a1583c2 add "--no-strip" flag to deploy_tool 2024-12-03 11:19:14 +03:00
peri4 cae264a77b forgot to implement PIHTTPClient headers 2024-11-28 13:13:08 +03:00
peri4 4f934fef35 PIHTTPClient fixes 2024-11-28 12:37:05 +03:00
peri4 3a159b0553 PIByteArray operators & | ^
PIDigest add BLAKE2 algorithms and HMAC
2024-11-27 18:27:51 +03:00
peri4 0c973f0216 add PIDigest with SHA and MD series 2024-11-27 14:40:39 +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 12114b3e77 old curl fix 2024-11-25 16:02:40 +03:00
peri4 6f6b717354 pip_test 2024-11-25 15:53:12 +03:00
peri4 58b3fa64bc http server fix 2024-11-25 15:00:42 +03:00
peri4 1acaf24df9 PIHTTPServer basic auth works 2024-11-24 23:23:08 +03:00
peri4 c2c9822169 fix FindPIP.cmake 2024-11-23 17:55:59 +03:00
peri4 dff4f2b3a0 add http_client library, using libcurl
take out common http entities to http_common dir
2024-11-23 17:54:22 +03:00
peri4 bf9ad65ff0 take out "asize" from vector/dequeue to picontainers.h->calcNewSize()
minAlloc and maxPoTAlloc now can be override from CMake by PIP_CONTAINERS_MIN_ALLOC and PIP_CONTAINERS_MAX_POT_ALLOC variables
2024-11-21 20:15:18 +03:00
peri4 53ec75bf0c remove junk 2024-11-21 16:31:40 +03:00
peri4 f5270d75eb multi-utf16 fix 2024-11-21 16:28:19 +03:00
peri4 4aa596b179 last commit error 2024-11-21 00:18:57 +03:00
peri4 002f21fc9e version 4.4.1 2024-11-21 00:10:35 +03:00
peri4 9ab46e4afc version 4.4.1
PIVector and PIDeque now growth to 64 MiB with PoT, then increments size by 64 MiB
in case of large containers it significantly save memory
2024-11-21 00:10:14 +03:00
peri4 caa7880cc4 get rid of piForeach
apply some code analyzer recommendations
ICU flag now check if libicu exists
prepare for more accurate growth of containers (limited PoT, then constantly increase size)
2024-11-20 20:01:47 +03:00
peri4 24112498ce new method PILog::readAllLogs 2024-11-18 22:47:02 +03:00
peri4 c9a5ddd89f PIProtectedVariable - user now can`t mistake
PIHTTPServer improvements
2024-11-18 11:11:19 +03:00
peri4 3483edbd76 Merge pull request 'refactoring PICrypt, add PIStreamPackerConfig, delete piclientserver_config' (#184) from pisteampackerconfig into master
Reviewed-on: #184
2024-11-16 15:44:15 +03:00
andrey fe82c12d5b fix build 2024-11-16 14:53:04 +03:00
andrey d90c3f0991 Merge branch 'master' into pisteampackerconfig
# Conflicts:
#	libs/client_server/piclientserver_server.cpp
#	libs/crypt/picrypt.cpp
#	libs/io_utils/pistreampacker.cpp
#	main.cpp
2024-11-16 14:34:34 +03:00
peri4 f6b9131f4a test excluded for android 2024-11-15 17:14:19 +03:00
peri4 c67f7a2b64 log fix 2024-11-15 16:23:48 +03:00
peri4 047d38ea59 http includes 2024-11-15 15:47:56 +03:00
peri4 3d07795515 add_custom_command(... pip_lang) on ninja brings to resursive cmake and ninja call ( 2024-11-15 15:43:03 +03:00
peri4 ee137b2820 http server options, remove old 2024-11-15 14:18:49 +03:00
peri4 cdde340efe add microhttpd server 2024-11-14 18:15:27 +03:00
peri4 ee34e8a72e doc 2024-11-13 16:32:21 +03:00
peri4 0840d807a0 add PIReadWriteLock, PIReadLocker and PIWriteLocker 2024-11-13 13:56:16 +03:00
peri4 4655d72554 new class PISemaphore
doc for PIProtectedVariable
2024-11-12 18:50:22 +03:00
peri4 5b066cbc27 add PIProtectedVariable 2024-11-10 21:28:59 +03:00
peri4 2247473959 PICodeParser namespace fix 2024-11-07 15:43:13 +03:00
peri4 57f8c1313e first release of translation facility
* runtime - loading and translating
 * design-time - works with *.ts file (pip_tr utility)
 * compile-time - CMake macro for compile *.ts
2024-11-05 13:49:00 +03:00
peri4 73ed51e3d4 translations: multi-line and special symbols support 2024-11-03 18:12:32 +03:00
peri4 1106cde3e4 return tr for PIString 2024-11-03 14:41:31 +03:00
peri4 b43158d3a8 add PIString::lineNumber() method
add ""_tr literal to translate string by PITranslator
add pip_tr util, now useless, only can generate *.ts
add qt_support internal lib, now only works with *.ts file
pip_vtt migrate to qt_support
2024-11-03 14:39:42 +03:00
peri4 9a928f6feb add PITranslator
begin localization "ru"
2024-11-02 18:43:30 +03:00
peri4 df75efe881 version 4.3.2
fix PIKbdListener wheel on Windows
2024-11-02 14:15:09 +03:00
peri4 9f1d23ad8e version 4.3.1
PICodeParser now works with multi-line macros
2024-10-23 19:11:46 +03:00
peri4 7cd2f7a310 PIBinaryStream supports PISet 2024-10-21 13:47:28 +03:00
andrey 315966504e fix picrypt and remove crypt_frag from PIStreamPacker 2024-10-20 18:03:25 +03:00
peri4 7209eec012 author 2024-10-19 17:08:15 +03:00
peri4 992f59904a more documentation 2024-10-19 17:07:45 +03:00
peri4 9dbd7210cb PILog documentation 2024-10-19 16:58:12 +03:00
andrey ac8efc9f88 need fix PIPackedTCP 2024-10-18 19:00:39 +03:00
andrey 92a0a9356c refactoring PICrypt, add PIStreamPackerConfig, delete piclientserver_config 2024-10-18 18:59:20 +03:00