Commit Graph

1479 Commits

Author SHA1 Message Date
andrey ba0ea994da esp 2020-11-06 17:36:33 +03:00
andrey 102380a325 esp 2020-11-06 17:33:56 +03:00
andrey 56223ad67e esp 2020-11-06 17:32:20 +03:00
andrey 555dc74086 esp 2020-11-06 17:29:53 +03:00
andrey 04c08742ac esp 2020-11-06 17:23:09 +03:00
andrey 58c7f74de6 esp_flash.h 2020-11-06 16:25:13 +03:00
andrey de756491d8 esp_flash_get_chip_size 2020-11-06 16:22:28 +03:00
andrey 80efa4b094 remove esp_spi_flash.h 2020-11-06 16:20:31 +03:00
andrey 6124452ac6 REGISTER_PIVARIANTSIMPLE 2020-11-06 16:16:14 +03:00
andrey 9d313f4c0a register pivariant for PIKbdListener Events 2020-11-06 16:09:22 +03:00
andrey 3457d87299 __VariantFunctions__<std::function<void(void*)> > 2020-11-06 16:06:25 +03:00
andrey 0c6e6358b2 register PIVariant std::function 2020-11-06 15:47:01 +03:00
andrey 9497b1bbb7 PIVariantSimple freertos fix 2020-11-06 15:39:14 +03:00
andrey 2898c56476 esp32 pip 2020-11-06 15:19:25 +03:00
andrey 0614c3df96 cmake fixes 2020-11-06 15:10:24 +03:00
andrey ae08ff72ea static lib 2020-11-06 14:34:35 +03:00
andrey 69c7b13cc3 Merge branch 'master' of https://git.shs.tools/SHS/pip 2020-11-06 14:11:08 +03:00
andrey 9c5c3b5732 move esp32 components 2020-11-06 14:10:59 +03:00
peri4 a6954fd7bc PIEvaluator::usedVariables() now returns without i, pi, e 2020-11-03 13:08:18 +03:00
andrey 24559f33e3 Merge pull request 'Fix row check & remove matrix couts' (#49) from test_vector2d into master
Reviewed-on: https://git.shs.tools/SHS/pip/pulls/49
2020-11-03 12:06:55 +03:00
peri4 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
peri4 24d9d66c24 version 2.14.1 2020-11-03 12:00:27 +03:00
zzuummaa 77031172a6 Fix row check & remove matrix couts 2020-11-02 15:53:14 +03:00
peri4 3e7344c95f deploy_tool "qt-modules" feature works on Windows (maybe on *nix). On MacOS - no(( 2020-10-28 18:07:53 +03:00
andrey f99cd70921 Merge branch 'master' of https://git.shs.tools/SHS/pip 2020-10-28 17:12:48 +03:00
andrey dd4f21c3e0 add at() to PIVector2D 2020-10-28 17:12:40 +03:00
peri4 673cf40d24 deploy_tool Qt additional modules start 2020-10-28 14:16:20 +03:00
peri4 173b8c9413 missing OpenCL in FindPIP 2020-10-28 14:14:55 +03:00
andrey f951593c62 version 2020-10-23 15:11:38 +03:00
andrey 0189f28f43 PIMathMatrix add trace, assert for non square matrix, assert in operator * 2020-10-23 15:10:57 +03:00
andrey fa85f414db fix tests and pimathmatrix.h 2020-10-22 18:56:01 +03:00
peri4 85dc0a4dc4 Merge pull request 'vectors&matrixes' (#48) from vectors&matrixes into master
Reviewed-on: https://git.shs.tools/SHS/pip/pulls/48
2020-10-22 18:04:49 +03:00
peri4 c79f39ad2a cosmetic 2020-10-22 18:03:22 +03:00
andrey 91c1487a7e toDeg and toRad 2020-10-22 17:45:42 +03:00
andrey 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
andrey f5652efc32 refactoring PIMathMatrix 2020-10-22 16:48:46 +03:00
andrey 7413c7252b refactor PIMathMatrixT and fix pimathvector.h 2020-10-22 16:13:39 +03:00
andrey b46825a5a0 PIMathMatrixT remove scale and rotate funcs 2020-10-22 12:44:30 +03:00
andrey 13a0c1097a version 2020-10-21 18:55:31 +03:00
andrey 8f7b614b88 Merge branch 'vectors&matrixes' of https://git.shs.tools/SHS/pip into vectors&matrixes 2020-10-21 18:54:50 +03:00
andrey 47be2d3d62 pimathvector.h div and std::initializer_list 2020-10-21 18:54:41 +03:00
peri4 a7408922df add constexpr to pibase methods 2020-10-21 18:49:04 +03:00
andrey 6f3fdf4d49 pimathvector.h mul 2020-10-21 18:36:57 +03:00
andrey 7b5555f63d refactor pimathvector.h 2020-10-21 17:58:42 +03:00
andrey 6789d068e3 fix pimathmatrix 2020-10-19 17:59:52 +03:00
andrey ff6d5cedaa PIVector2D tests 2020-10-19 17:52:51 +03:00
andrey a7851ecf3e Merge remote-tracking branch 'remotes/origin/vector2d_tests' 2020-10-19 17:37:50 +03:00
andrey d84adf2bc7 PIVector2D resize 2020-10-19 17:37:24 +03:00
zzuummaa ac911d9b3e Increase reduce cols tests granularity 2020-10-19 17:34:51 +03:00
zzuummaa b6430c0863 Complicate tests for PIVector2D::resize 2020-10-19 16:47:54 +03:00