peri4
9a928f6feb
add PITranslator
...
begin localization "ru"
2024-11-02 18:43:30 +03:00
peri4
92a87a0c64
picloud add "-w" option for watchdog
2024-10-15 15:04:39 +03:00
peri4
e186e0adff
shorter thread names
2024-09-17 15:58:06 +03:00
peri4
000ce2a54d
PICout improvement:
...
* renamed private members for more clear code
* registerExternalBufferID() method to obtain unique ID for withExternalBuffer()
* PICoutManipulators::PICoutStdStream enum for select stream (stdout or stderr)
* Constructors now accept optional stream
* piCerr and piCerrObj macros
PIDir::temporary() moved to "mkdtemp"
PILog:
* now 4 levels
* you can set max level
* Error writes to piCerr
2024-09-16 16:06:07 +03:00
peri4
16a818c95e
picloud hang fix try :`-(
2024-09-06 08:05:26 +03:00
peri4
7d02f710ea
add PIPackedTCP
2024-08-02 14:43:42 +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
d46b5e008a
try to fix cloud again
2024-06-01 22:27:39 +03:00
peri4
d97798d063
version 3.18.1
...
fix pip_cmg - ignore static members
2024-04-30 15:23:26 +03:00
peri4
ee4d78d2e1
add PISet::const_iterator, now can iterate ranged-for PISet by T, not by PIPair<T, bool>
2024-04-05 17:13:18 +03:00
peri4
fb68a9f9fe
another segv on cloud
2024-03-31 20:31:35 +03:00
peri4
c7c3852747
cloud! finally fixed bug!
2024-03-25 22:40:29 +03:00
peri4
c18d0c918e
4
2024-03-25 21:45:59 +03:00
peri4
9c4fd41eef
3
2024-03-25 21:37:05 +03:00
peri4
9173dc936d
2
2024-03-25 21:34:30 +03:00
peri4
77c8681b43
1
2024-03-25 21:31:41 +03:00
peri4
2db9440a38
fix cloud ... :-/
2024-03-25 21:24:29 +03:00
peri4
0d585cfebf
cloud fix ... ((
2024-03-25 21:17:05 +03:00
peri4
02a9bfb76f
another try fix
2024-03-22 22:29:14 +03:00
peri4
ad7385c21f
more couts
2024-03-22 21:40:04 +03:00
peri4
dd6d91ac1d
cloud fixes ...
2024-03-18 10:45:57 +03:00
peri4
3fa5d9d9df
cloud inspecting ...
2024-03-15 19:49:37 +03:00
peri4
2b738f6f43
more safety cloud_dispatcher
2024-03-10 21:22:05 +03:00
peri4
154fb7d9fd
pip_vtt support special characters
2024-02-29 13:03:38 +03:00
peri4
50bff12364
map and cloud fix, add cloud debug
2024-02-22 17:10:38 +03:00
peri4
c77afcc374
PICodeInfo compatible with old interface, safety access to PICODEINFO
2023-12-08 19:01:22 +03:00
peri4
b8fc44714c
version 3.15.0 - improved pip_cmg and PICodeInfo storage
...
Important! changed API to access PICodeInfo storage
2023-12-08 16:14:18 +03:00
peri4
49a5ed6aa3
deploy_tool remove empty
2023-11-20 23:33:34 +03:00
peri4
bb668dab29
ignore cross-compile dependencies
2023-09-07 13:11:26 +03:00
peri4
aa69815a31
pip_cmg less code
2023-09-05 19:42:45 +03:00
peri4
61f1a34c14
PIString/PIChar explicit, support char16_t
2023-07-06 19:59:26 +03:00
andrey
8ad2503c5a
pichar and pistring explicit test
2023-07-06 18:37:42 +03:00
andrey
6c6437e980
typo fix
2023-06-21 17:20:07 +03:00
peri4
17e75c2951
expand ignored extensions for deploy_tool
2023-06-19 21:46:48 +03:00
peri4
dd56b1c142
deploy_tool - no objdump errors, Qml modules support, Windows custom Qt plugins and qml root directories
2023-06-14 23:30:48 +03:00
peri4
4af5886649
some doc, deploy tool fix
2023-04-04 13:05:09 +03:00
peri4
eb91ee1b35
deploy_tool now add wayland platform in addition to xcb
2023-03-26 18:16:14 +03:00
peri4
2ac215c19e
separate PIEthernet::Address to PINetworkAddress, typedef PIEthernet::Address to PINetworkAddress and mark as deprecated
...
PIValueTree new attributes for File and Dir
2022-12-19 14:29:18 +03:00
peri4
6c3f305562
improve pip_vtt - no-obsolete option, <location> support
2022-12-19 11:53:46 +03:00
peri4
fd82f5316c
add pip_vtt util
2022-12-18 20:40:49 +03:00
peri4
c2b8a8d6da
code format
2022-12-14 14:13:52 +03:00
peri4
c74ba871cd
pivariant, enum, tiny format
2022-12-13 21:44:06 +03:00
peri4
0bd45ec49b
friend with UNICODE macro on windows
2022-12-07 09:33:46 +03:00
peri4
e9128771db
version 3.6.0
...
another fixes in PIEthernet
remove PIThread::interrupt()
piwaitevent patches
2022-11-12 13:31:26 +03:00
Бычков Андрей
cb59017ebb
PICloud many important fixes
2022-11-11 16:18:05 +03:00
peri4
e9a7eaa276
fixes
2022-11-10 15:03:51 +03:00
Бычков Андрей
d9eac06749
pithread, pitimer stop, stopAndWait
2022-11-09 17:17:21 +03:00
Бычков Андрей
8738043dce
some PICloud and PIEthernet fixes
2022-11-09 17:04:13 +03:00
Бычков Андрей
897f03f3d0
some fixes for picloud, but still not working correctly
2022-11-08 14:43:52 +03:00
Бычков Андрей
2e1179e2fa
Merge branch 'master' of https://git.shs.tools/SHS/pip into thread
2022-11-08 10:53:30 +03:00