|
|
f99cd70921
|
Merge branch 'master' of https://git.shs.tools/SHS/pip
|
2020-10-28 17:12:48 +03:00 |
|
|
|
dd4f21c3e0
|
add at() to PIVector2D
|
2020-10-28 17:12:40 +03:00 |
|
|
|
173b8c9413
|
missing OpenCL in FindPIP
|
2020-10-28 14:14:55 +03:00 |
|
|
|
0189f28f43
|
PIMathMatrix add trace, assert for non square matrix, assert in operator *
|
2020-10-23 15:10:57 +03:00 |
|
|
|
fa85f414db
|
fix tests and pimathmatrix.h
|
2020-10-22 18:56:01 +03:00 |
|
|
|
c79f39ad2a
|
cosmetic
|
2020-10-22 18:03:22 +03:00 |
|
|
|
91c1487a7e
|
toDeg and toRad
|
2020-10-22 17:45:42 +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 |
|
|
|
f5652efc32
|
refactoring PIMathMatrix
|
2020-10-22 16:48:46 +03:00 |
|
|
|
7413c7252b
|
refactor PIMathMatrixT and fix pimathvector.h
|
2020-10-22 16:13:39 +03:00 |
|
|
|
b46825a5a0
|
PIMathMatrixT remove scale and rotate funcs
|
2020-10-22 12:44:30 +03:00 |
|
|
|
8f7b614b88
|
Merge branch 'vectors&matrixes' of https://git.shs.tools/SHS/pip into vectors&matrixes
|
2020-10-21 18:54:50 +03:00 |
|
|
|
47be2d3d62
|
pimathvector.h div and std::initializer_list
|
2020-10-21 18:54:41 +03:00 |
|
|
|
a7408922df
|
add constexpr to pibase methods
|
2020-10-21 18:49:04 +03:00 |
|
|
|
6f3fdf4d49
|
pimathvector.h mul
|
2020-10-21 18:36:57 +03:00 |
|
|
|
7b5555f63d
|
refactor pimathvector.h
|
2020-10-21 17:58:42 +03:00 |
|
|
|
6789d068e3
|
fix pimathmatrix
|
2020-10-19 17:59:52 +03:00 |
|
|
|
d84adf2bc7
|
PIVector2D resize
|
2020-10-19 17:37:24 +03:00 |
|
|
|
e0d46463ae
|
assert
|
2020-10-19 15:18:16 +03:00 |
|
|
|
2794d866fd
|
PIPluginLoader fix
|
2020-10-18 19:51:59 +03:00 |
|
|
|
5078269d0f
|
PIPluginLoader patch for several plugins
|
2020-10-18 19:50:07 +03:00 |
|
|
|
6d7da02de6
|
PIPluginLoader lib lastError
|
2020-10-18 12:00:52 +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 |
|
|
|
8ef4c9ca23
|
fix PIByteArray load/store operators for containers
|
2020-10-16 12:28:57 +03:00 |
|
|
|
51775a5ee6
|
next easing of PIChunkStream::extract()
|
2020-10-08 22:47:32 +03:00 |
|
|
|
2e3204806f
|
pichunkstream.cpp documentation
|
2020-10-08 22:42:42 +03:00 |
|
|
|
16cfdc709b
|
new PIChunkStream::extract() method
|
2020-10-08 22:29:47 +03:00 |
|
|
|
4c0fe72d71
|
PICrypt first init fail patch
|
2020-10-07 23:43:20 +03:00 |
|
|
|
0004d2696f
|
PIString::fromAscii() new overload
|
2020-10-07 23:29:18 +03:00 |
|
|
|
cebe6f452f
|
Merge branch 'master' into plugin
|
2020-10-06 10:03:03 +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 |
|
|
|
b7aef483b7
|
PIVariantSimple now has no error when assign to non-copyable typeName
patch pip_cmg according to last PIByteArray changes
plugin system fix
|
2020-10-03 13:32:43 +03:00 |
|
|
|
f9b497b5c0
|
revert operator for PIMathVectorT
|
2020-10-02 15:07:36 +03:00 |
|
|
|
334efaefbe
|
code clean
|
2020-10-02 15:04:15 +03:00 |
|
|
|
7421f8c9a0
|
first try
|
2020-10-02 14:23:05 +03:00 |
|
|
|
f3d6739869
|
code brush
|
2020-10-02 11:11:55 +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 |
|
|
|
0e31de4f75
|
Improve template & doc for PIMathFloatNullCompare
|
2020-09-28 11:34:30 +03:00 |
|
|
|
7530ae5d30
|
Add PISpinlock and PISpinlockLocker
|
2020-09-27 20:07:47 +03:00 |
|
|
|
c971550535
|
pimathfloatnullcompare
|
2020-09-26 19:46:34 +03:00 |
|
|
|
a42e5a7756
|
template experiment, PIMutex recursive in all systems
|
2020-09-25 14:34:07 +03:00 |
|
|
|
53cd72a4b0
|
PIConditionVariable fix
|
2020-09-25 14:25:25 +03:00 |
|
|
|
1ec69cca81
|
fix toTimespec
|
2020-09-25 14:17:58 +03:00 |
|
|
|
b771eebfbb
|
fix toTimespec 2
|
2020-09-25 14:15:46 +03:00 |
|
|
|
b6583c3d02
|
fix toTimespec
|
2020-09-25 14:13:36 +03:00 |
|
|
|
c3f0cc0b03
|
PISystemTime toTimespec and PIConditionVariable fix
|
2020-09-25 14:08:40 +03:00 |
|
|
|
829f0af9d2
|
Fix waitFor timeout behaviour
|
2020-09-25 12:03:15 +03:00 |
|
|
|
2d02cea40c
|
Fix waitFor timeout behaviour
|
2020-09-25 12:01:53 +03:00 |
|