|
|
27e3085cfd
|
PIOpenCL native handlers, custom compile arguments
|
2021-01-22 11:14:23 +03:00 |
|
|
|
493b211886
|
Configure address and undefined sanitizers & fix delete UB
|
2021-01-12 13:53:32 +03:00 |
|
|
|
ec96adee3f
|
Merge branch 'master' of https://git.shs.tools/SHS/pip
|
2020-12-23 16:52:35 +03:00 |
|
|
|
587d90f269
|
fix plugin path in picout
|
2020-12-23 16:52:27 +03:00 |
|
|
|
3c543e79f0
|
PISerial patch - close on read error
|
2020-12-06 13:09:29 +03:00 |
|
|
|
5de87eeed1
|
PIVariant::fromValue<PIVariant> fix
PIOpenCL new Buffer class
|
2020-12-03 21:38:30 +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 |
|
|
|
1dd16cf29a
|
esp32
|
2020-11-06 17:54:07 +03:00 |
|
|
|
102380a325
|
esp
|
2020-11-06 17:33:56 +03:00 |
|
|
|
56223ad67e
|
esp
|
2020-11-06 17:32:20 +03:00 |
|
|
|
555dc74086
|
esp
|
2020-11-06 17:29:53 +03:00 |
|
|
|
04c08742ac
|
esp
|
2020-11-06 17:23:09 +03:00 |
|
|
|
58c7f74de6
|
esp_flash.h
|
2020-11-06 16:25:13 +03:00 |
|
|
|
de756491d8
|
esp_flash_get_chip_size
|
2020-11-06 16:22:28 +03:00 |
|
|
|
80efa4b094
|
remove esp_spi_flash.h
|
2020-11-06 16:20:31 +03:00 |
|
|
|
6124452ac6
|
REGISTER_PIVARIANTSIMPLE
|
2020-11-06 16:16:14 +03:00 |
|
|
|
9d313f4c0a
|
register pivariant for PIKbdListener Events
|
2020-11-06 16:09:22 +03:00 |
|
|
|
3457d87299
|
__VariantFunctions__<std::function<void(void*)> >
|
2020-11-06 16:06:25 +03:00 |
|
|
|
0c6e6358b2
|
register PIVariant std::function
|
2020-11-06 15:47:01 +03:00 |
|
|
|
9497b1bbb7
|
PIVariantSimple freertos fix
|
2020-11-06 15:39:14 +03:00 |
|
|
|
a6954fd7bc
|
PIEvaluator::usedVariables() now returns without i, pi, e
|
2020-11-03 13:08:18 +03:00 |
|
|
|
a349af62bb
|
Merge pull request 'deploy' (#50) from deploy into master
Reviewed-on: https://git.shs.tools/SHS/pip/pulls/50
|
2020-11-03 12:03:07 +03:00 |
|
|
|
24d9d66c24
|
version 2.14.1
|
2020-11-03 12:00:27 +03:00 |
|
|
|
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 |
|