|
|
3c543e79f0
|
PISerial patch - close on read error
|
2020-12-06 13:09:29 +03:00 |
|
|
|
e0e8266b59
|
PIPropertyStorage: add return values and documentation in some functions
|
2020-11-25 12:39:15 +03:00 |
|
|
|
5c0ef7173a
|
pip_code_model macro now automatic add CMAKE_CURRENT_SOURCE_DIR to relative pathes, no ABSOLUTE need
PIOpenCL first working version
|
2020-11-15 11:40:47 +03:00 |
|
|
|
285c73e966
|
esp
|
2020-11-06 17:55:34 +03:00 |
|
|
|
0614c3df96
|
cmake fixes
|
2020-11-06 15:10:24 +03:00 |
|
|
|
ae08ff72ea
|
static lib
|
2020-11-06 14:34:35 +03:00 |
|
|
|
24d9d66c24
|
version 2.14.1
|
2020-11-03 12:00:27 +03:00 |
|
|
|
f951593c62
|
version
|
2020-10-23 15:11:38 +03:00 |
|
|
|
13a0c1097a
|
version
|
2020-10-21 18:55:31 +03:00 |
|
|
|
94fc54159b
|
version
|
2020-10-19 15:20:48 +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 |
|
|
|
43fb497b32
|
pip version
|
2020-10-16 12:30:06 +03:00 |
|
|
|
bf1808f1c4
|
version 2.10.1
Documentation of PIPluginLoader
Remove PIVariantSimple ability to assign any type, leave only assignable
|
2020-10-06 00:53:37 +03:00 |
|
|
|
f57f2c47f4
|
version 2.10.0
|
2020-10-02 11:30:17 +03:00 |
|
|
|
7530ae5d30
|
Add PISpinlock and PISpinlockLocker
|
2020-09-27 20:07:47 +03:00 |
|
|
|
ff3dfab270
|
version
|
2020-09-26 19:47:33 +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 |
|
|
|
5f7c58c28e
|
pip static initializer
|
2020-09-17 13:51:02 +03:00 |
|
|
|
03679bd4c3
|
version
|
2020-09-15 12:44:11 +03:00 |
|
|
|
b3a3b32a6f
|
private headers fix
|
2020-09-10 21:23:45 +03:00 |
|
|
|
9a6fab980c
|
varsion
|
2020-09-10 17:33:33 +03:00 |
|
|
|
b0c98d4464
|
cmake install fix
|
2020-09-07 12:37:32 +03:00 |
|
|
|
2511e96372
|
ready for shstk
|
2020-09-06 22:52:17 +03:00 |
|
|
|
6be22ac39f
|
reemove piSwapBinary
|
2020-08-31 17:53:18 +03:00 |
|
|
|
e1f2c90790
|
version
|
2020-08-26 18:45:27 +03:00 |
|
|
|
3965e54e38
|
start develop picloud
|
2020-08-24 13:23:31 +03:00 |
|
|
|
f033119a8b
|
version 2.3.0_beta
optimize PIChunkStream::readAll()
optimize PIEvaluator
|
2020-08-24 02:08:23 +03:00 |
|
|
|
fec68299c1
|
remove install duplicate
|
2020-08-19 16:22:01 +03:00 |
|
|
|
ccd6a9888f
|
tree changes
|
2020-08-19 00:47:05 +03:00 |
|
|
|
c582d8ff46
|
PIStringList new constructor
|
2020-08-18 22:58:30 +03:00 |
|
|
|
31f0d88157
|
version 2.2.1
std::initializer_list supports for vector and dequeue
|
2020-08-14 18:00:28 +03:00 |
|
|
|
31a347250f
|
version 2.2.0
remove deprecated members
PIVariantTypes::File add "is_save" flag
PIBinaryLog clear
|
2020-08-13 12:59:29 +03:00 |
|
|
|
294831df17
|
binlog user header
|
2020-08-12 20:01:24 +03:00 |
|
|
|
e77d3a86a9
|
opencl MacOS fix
|
2020-08-11 21:18:51 +03:00 |
|
|
|
66010c83eb
|
export headers workaround
|
2020-08-11 20:59:12 +03:00 |
|
|
|
57a9ccb854
|
version 2.0.0_prealpha
PIFile::put() and get()
|
2020-08-11 20:09:34 +03:00 |
|
|
|
e08f805525
|
small fixes
|
2020-08-06 15:17:15 +03:00 |
|
|
|
22208fbf51
|
tests binary dir fix
|
2020-08-03 11:10:05 +03:00 |
|
|
|
01f7b15818
|
remove " "
|
2020-08-01 23:27:10 +03:00 |
|
|
|
edacac54f9
|
PIByteArray rvalue, some fixes
|
2020-08-01 23:24:08 +03:00 |
|
|
|
7486866c17
|
CMakeLists.txt fix
|
2020-08-01 22:34:20 +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 |
|
|
|
21111b3e67
|
move tests to separate dir
create macro "pip_test()" for easily add new tests
|
2020-07-31 15:47:08 +03:00 |
|
|
|
1d5c979607
|
fix bug in move constructor
|
2020-07-31 00:00:26 +03:00 |
|
|
|
557f2a4d0d
|
replace piForeach* to for(:)
another c++11 try ...
|
2020-07-30 20:08:33 +03:00 |
|
|
|
2ffc457566
|
merged concurrent to main library
removed PIConditionLock, use PIMutex instead
|
2020-07-30 18:50:42 +03:00 |
|
|
|
4dd59132d5
|
LUA lib status, some fixes
|
2020-07-30 16:17:45 +03:00 |
|
|
|
48692a4724
|
remove remote_console
|
2020-07-30 00:20:19 +03:00 |
|
|
|
b153673974
|
CMakeLists.txt
|
2020-07-27 17:54:07 +03:00 |
|
|
|
abbbce1380
|
Merge branch 'pip_2' of https://git.shs.tools/SHS/pip into pip_2
|
2020-07-25 13:13:58 +03:00 |
|