|
|
79e17b48b8
|
rvalue functions for containers
|
2020-07-30 22:26:05 +03:00 |
|
|
|
a12e63e569
|
PIStringList move operator fix
|
2020-07-30 20:41:38 +03:00 |
|
|
|
52062e6ccd
|
move operators works
|
2020-07-30 20:30:24 +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 |
|
|
|
4de3a052f1
|
time to merge v2 to master
|
2020-07-29 01:30:46 +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 |
|
|
|
e82831377a
|
CMakeLists.txt
|
2020-07-25 13:13:53 +03:00 |
|
|
|
9bd87dcc63
|
поправил PIP_CONCURRENT_TEST
|
2020-07-24 14:42:49 +03:00 |
|
|
|
cdbc401616
|
fixed FindPIP with Lua
|
2020-07-24 14:04:19 +03:00 |
|
|
|
e63aab40f6
|
fix FindPIP.cmake
|
2020-07-24 12:14:00 +03:00 |
|
|
|
422dad847e
|
Merge remote-tracking branch 'remotes/origin/lua' into pip_2
|
2020-07-23 17:15:36 +03:00 |
|
|
|
6f58388d8d
|
PILuaProgram
|
2020-07-22 23:00:31 +03:00 |
|
|
|
16bbcddf50
|
PIP Lua Module
|
2020-07-22 22:20:54 +03:00 |
|
|
|
b018ea9e07
|
PIString test for Lua
|
2020-07-22 21:22:20 +03:00 |
|
|
|
94c09e1131
|
test lua support
|
2020-07-22 21:11:33 +03:00 |
|
|
|
14f0c192d8
|
Merge branch 'master' of https://git.shs.tools/SHS/pip into pip_2
|
2020-07-22 12:15:22 +03:00 |
|
|
|
20c58f5423
|
fix cmake for tests
|
2020-07-20 18:22:55 +03:00 |
|
|
|
b772928dc1
|
#15 убрать PIP_CXX11_SUPPORT
|
2020-07-17 11:51:30 +03:00 |
|
|
|
33a6382f4d
|
NO_COPY_CLASS c++11
|
2020-07-17 11:46:21 +03:00 |
|
|
|
1a3096c48b
|
PIMutex typedef std::mutex, patch PIMutexLocker, replace volatile by atomic
|
2020-07-17 11:32:04 +03:00 |
|
|
|
6f5c864e9f
|
PIMutex as std::mutex
|
2020-07-17 11:14:11 +03:00 |
|
|
|
ea624a5111
|
pip_test clear
|
2020-07-16 13:58:55 +03:00 |
|
|
|
c642702265
|
fix main.cpp
|
2020-07-16 13:44:15 +03:00 |
|
|
|
478f0a7fd3
|
arch 32 piswap fixes
|
2020-07-16 13:41:29 +03:00 |
|
|
|
1045b274fb
|
fix test main.cpp
|
2020-07-16 12:52:44 +03:00 |
|
|
|
5fd429cca6
|
version
|
2020-07-16 12:51:34 +03:00 |
|
|
|
ffd1af904d
|
Merge branch 'master' of https://git.shs.tools/SHS/pip
|
2020-07-16 12:48:26 +03:00 |
|
|
|
32f16fdb64
|
optimize piSwap and c++11 improvments
|
2020-07-16 12:48:20 +03:00 |
|
|
|
2f57945c34
|
Merge pull request 'Added additional poll method without timeout' (#12) from concurrent into master
|
2020-07-16 12:06:16 +03:00 |
|
|
|
5df43a45f2
|
Added additional poll method without timeout
|
2020-07-16 11:59:47 +03:00 |
|
|
|
835e6c7773
|
code clean
|
2020-07-10 16:57:02 +03:00 |
|
|
|
614370096c
|
Merge pull request 'Fixed tests and improve multithread sync' (#9) from atomic into master
|
2020-07-08 15:36:36 +03:00 |
|
|
|
6cb1040b56
|
version
|
2020-07-08 15:27:36 +03:00 |
|
|
|
6feb628a94
|
Fixed tests and improve multithread sync
|
2020-07-07 17:29:59 +03:00 |
|
|
|
2dfbbf80b7
|
clean, fix FindPIP.cmake
|
2020-06-28 01:03:29 +03:00 |
|
|
|
42925122cb
|
version 1.22.0
source tree changed
detached PIConsole and PIScreen* in "pip_console" library
|
2020-06-28 00:18:24 +03:00 |
|
|
|
5de62b1c83
|
FindPIP patch
|
2020-06-26 09:51:05 +03:00 |
|
|
|
02ac4020d3
|
api fixes, PIStreamPacker potential fixes
|
2020-06-18 17:14:33 +03:00 |
|
|
|
4910631ce8
|
PIObject::scopeList() fix
DeployMacros supports for "$<>" files
|
2020-06-17 16:49:02 +03:00 |
|
|
|
f662a92380
|
Merge branch 'master' of https://git.shs.tools/SHS/pip
|
2020-06-10 15:36:41 +03:00 |
|
|
|
5f8f8e0050
|
remove pifixedpoint.h
|
2020-06-10 15:36:36 +03:00 |
|
|
|
99e93dfc62
|
PIInit
|
2020-06-10 15:11:22 +03:00 |
|
|
|
902a40d622
|
smaaaaal clean
|
2020-06-10 14:35:52 +03:00 |
|
|
|
4bd54274c9
|
clean yet
|
2020-06-10 14:11:44 +03:00 |
|
|
|
c59579d5d5
|
BIG deep clean
|
2020-06-10 13:14:16 +03:00 |
|
|
|
f579718e0b
|
version 1.19.0_alpha
general bug fixes and optimization
Merge branch 'master' of https://git.shs.tools/SHS/pip
|
2020-06-09 18:04:33 +03:00 |
|