Commit Graph

245 Commits

Author SHA1 Message Date
c90d06871e PIVector iterator operators 2022-04-06 08:40:25 +03:00
Andrey
9f1ae76d1e PIVector doc 2022-03-29 12:39:37 +03:00
Andrey
92b20f6f46 PIByteArray getRange 2021-11-16 15:22:03 +03:00
Andrey
48c885e12a PIThreadNotifier, rewrite PIObject::deleteLater()
tests for PIThreadNotifier and PIObject::deleteLater()
2021-10-29 18:20:48 +03:00
Andrey
6e5a5a6ade remove msleep, clean PIConditionVariable, rewrite pipipelinethread, etc... 2021-10-29 16:52:03 +03:00
dedc35b466 new class PIThreadPoolLoop 2021-09-24 16:03:20 +03:00
0d119502a8 PIDeque functions same as PIVector
code brush
fix indexOf and entries with start<0
2021-09-09 18:01:57 +03:00
61d42e0ac5 PIVector: map, reduce
rename arguments in uniform style
2021-09-07 18:29:09 +03:00
127935086c PIVector: any, every, indexWhere, lastIndexWhere
start arg in indexOf, entries, lastIndexOf
and some code brush
2021-09-07 17:29:24 +03:00
00edfa4ef0 cloud data send optimize 2021-09-01 17:48:58 +03:00
c937d7251a it works 2021-08-23 13:56:21 +03:00
99e135caa2 PICloudClient disconnect 2021-08-20 17:22:25 +03:00
4c0530d89a picloud ping and fix big bugs 2021-08-19 18:13:05 +03:00
44b9c37391 PICloudClient now soft stop thread when closed
last cmake changes
2021-08-16 22:30:56 +03:00
ca09b9d14b piclouddispatcher patch 2021-08-06 10:49:14 +03:00
d0db8012e6 PICloud small patches 2021-07-20 21:11:33 +03:00
511bedf425 ReshapeOrder for reshape() methods
Last PIVector features ported to PIDeque
2021-07-16 17:19:06 +03:00
856a9b80ea PIVector reshape and etc... 2021-07-16 14:11:55 +03:00
229e237b2b transfers patch 2021-06-14 16:17:05 +03:00
f03781f898 PIDeque important performance fix 2021-06-11 19:10:13 +03:00
ef80a72e38 PImap test 2021-06-11 16:05:48 +03:00
3c3a8ea177 version 2.24.0
New PIParseHelper class
2021-05-05 00:41:22 +03:00
eb2bc2a641 compiled-in LUA 2021-04-19 23:59:56 +03:00
b2f8132518 PICloud disconnect 2021-04-07 18:11:25 +03:00
bf63b0e9f3 PIClout data send and receive test 2021-04-07 18:03:28 +03:00
be0db84147 PICloud connect/disconnect 2021-04-06 15:24:58 +03:00
f0d4801d3c picloud next iteration 2021-04-05 17:42:02 +03:00
8a05a25bca PIEvaluator simplify variables sort 2021-04-02 11:42:01 +03:00
fbe850abf0 template math functions in pimathmatrix.h and pimathvector.h and pimathbase.h
add PIMathMatrixT::rotate for matrix 2x2
2020-10-22 17:29:58 +03:00
47be2d3d62 pimathvector.h div and std::initializer_list 2020-10-21 18:54:41 +03:00
6f3fdf4d49 pimathvector.h mul 2020-10-21 18:36:57 +03:00
d84adf2bc7 PIVector2D resize 2020-10-19 17:37:24 +03:00
e0d46463ae assert 2020-10-19 15:18:16 +03:00
d0ef71c933 version 1.12.0_beta.
Very important fix in PIByteArray! Now containers stream operators for trivial types works correct
2020-10-17 21:16:26 +03:00
80c6809e42 test fix 2020-10-16 12:43:46 +03:00
8ef4c9ca23 fix PIByteArray load/store operators for containers 2020-10-16 12:28:57 +03:00
334efaefbe code clean 2020-10-02 15:04:15 +03:00
298765b7d8 new class PIVariantSimple
PIObject::CONNECTU_QUEUED moved to PIVariantSimple
static_assert on undeclared operators PIByteArray << and >> with complex types
2020-10-01 21:50:41 +03:00
2ca8db70f3 pibytearray patch, now automatic supports all simple types 2020-10-01 19:04:10 +03:00
e474c5a8de remove __PICONTAINERS_SIMPLE_TYPE__ 2020-09-28 15:38:45 +03:00
51c7355af4 version 2.8.0
new PIObject::deleteLater method
decompose piobject.h to 2 files
2020-09-18 14:59:24 +03:00
cb2ef7113a mising exports in PIString 2020-09-10 17:33:09 +03:00
234d4e73be picloud 2020-08-27 19:40:11 +03:00
2ef0ca6946 PIIODevice destructor fix 2020-08-26 18:43:33 +03:00
cfebf8cf23 cloud test 2020-08-26 17:28:56 +03:00
3965e54e38 start develop picloud 2020-08-24 13:23:31 +03:00
70a7363f76 some features
in main.cpp fastest Variant implementation
2020-08-05 00:53:27 +03:00
df457a1602 rename "iterate" 2020-08-02 19:18:28 +03:00
b468a6d581 PIMapIterator
small PIString optimize
general PIChunkStream pack optimization
2020-08-02 15:57:21 +03:00
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