Commit Graph

111 Commits

Author SHA1 Message Date
0b7d565b93 pivector2d fix add\remove rows\cols and resize 2026-02-27 18:40:09 +03:00
14e62a41bd Add Index access methods and validation functions to PIVector2D
- Add operator[], element(), and at() overloads for Index struct
- Add isValid() and isNotValid() methods to Index
- Add default initialization to -1 (invalid state)
- Add parameterized constructor Index(row, col)
- Add tests for new functionality
2026-02-27 00:41:51 +03:00
56ff28c793 add PIVector2D Index 2026-02-27 00:34:56 +03:00
b01aecc2fe готово 2026-02-27 00:18:40 +03:00
42a1507536 i and ai refactor pivector2d 2026-02-27 00:07:00 +03:00
98d93865f0 review fixes 2026-02-18 22:00:21 +03:00
87a29bc8bc addColumn 2026-02-18 20:03:47 +03:00
7f894e77bb add more tests 2026-02-18 13:46:09 +03:00
97c14870c0 Add col and row funcs an tests 2026-02-17 22:27:25 +03:00
7195734765 add more tests 2026-02-17 21:53:18 +03:00
8ecec6b914 add more funcs 2026-02-17 21:40:36 +03:00
9029bcf099 Vibecoding PIVector2D - add funcs and doc
Добавь в файл pivector2d.h комментарии для Doxygen ко всем классам и
всем функциям.
Комментарии должны быть в таком же стиле как в файле pivector.h.

Проанализируй функциональность классов pivector2d в файле pivector2d.h и
класс pivector в файле pivector.h и добавь недостающую функциональность
в pivector2d по аналогии с pivector.
2026-02-17 21:04:40 +03:00
0ac7ea3096 fix linux exit finished 2025-08-13 22:12:14 +03:00
d6a0ae6106 PIProcess windows works 2025-08-13 21:36:13 +03:00
3625afa783 fix tests 2025-08-13 19:50:47 +03:00
154cbd0160 read and write pipes 2025-08-13 19:18:02 +03:00
da30ae558f add process tests 2025-08-13 14:09:18 +03:00
bf63365370 fix some tests 2025-08-13 11:22:56 +03:00
64e142b8c6 fix warning tmpnam 2025-08-13 11:17:31 +03:00
d3d7235338 enable complex type for PIMathVectorT and PIMathMatrixT
TODO: add precision to invert and test vector
2024-10-16 22:10:28 +03:00
3641e636d2 new PIClientServer::ClientBase::stopAndWait() method for blocking stop read.
PIClientServer::ClientBase::close() now non-blocking
2024-09-21 19:56:39 +03:00
andrey.bychkov
b99c51181d fix test 2024-09-17 12:31:03 +03:00
andrey.bychkov
bc6b584480 fix waitLoop 2024-09-17 11:28:34 +03:00
eb97de1413 close 2024-09-17 11:21:23 +03:00
97f1c25ff8 close 2024-09-17 11:15:50 +03:00
andrey.bychkov
3255199b3f Unit tests for PIClientServer 2024-09-16 19:54:44 +03:00
andrey.bychkov
96625bd93d minor clean 2024-09-16 10:11:31 +03:00
299a009d61 fix tests 2023-07-12 19:37:59 +03:00
8ad2503c5a pichar and pistring explicit test 2023-07-06 18:37:42 +03:00
0f19719a98 fix CMake policy check 2023-04-23 23:15:55 +03:00
650dadc347 new gtest 2023-03-16 09:34:34 +03:00
c2b8a8d6da code format 2022-12-14 14:13:52 +03:00
6485d81025 piobject metasystem memory and performance optimization 2022-04-22 15:35:25 +03:00
Andrey
48c885e12a PIThreadNotifier, rewrite PIObject::deleteLater()
tests for PIThreadNotifier and PIObject::deleteLater()
2021-10-29 18:20:48 +03:00
Andrey
6e5a5a6ade remove msleep, clean PIConditionVariable, rewrite pipipelinethread, etc... 2021-10-29 16:52:03 +03:00
07ec32c969 tests 2021-10-05 20:31:00 +03:00
042366e19e Merge branch 'PIMathMatrixTests1-10' 2021-10-04 22:14:38 +03:00
Andrey
46571ac39f piDisconnectAll private 2021-10-04 14:18:23 +03:00
Andrey
bc7d129a9e piobject/connect.cpp tests 2021-10-04 12:07:01 +03:00
8accc28804 test fix 2021-09-30 19:28:30 +03:00
Andrey
62e130f91b disconnect test failed 2021-09-30 18:41:01 +03:00
a8d55abac1 Merge pull request 'Next Tests for PIStringList 21-30' (#71) from PIStringListTests_21-30 into master
Reviewed-on: https://git.shs.tools/SHS/pip/pulls/71
2021-06-15 09:02:42 +03:00
2d0a419091 Merge pull request 'PIString_81-90' (#70) from PIString_81-90 into master
Reviewed-on: https://git.shs.tools/SHS/pip/pulls/70
2021-06-15 09:00:42 +03:00
e7534d8c43 Next Tests for PIStringList 21-30 2021-03-03 10:21:53 +03:00
22173fe850 Merge pull request 'Next tests for PIStringList 11-20' (#67) from PIStringListTests_11-20 into master
Reviewed-on: https://git.shs.tools/SHS/pip/pulls/67
2021-03-01 18:15:09 +03:00
116d8e091a add tab and delete space 2021-03-01 14:39:29 +03:00
e9af135b02 Next tests for PIString 81-90 2021-03-01 14:37:16 +03:00
823fd3281a Remove unused variables 2021-03-01 10:39:15 +03:00
b07242226e Tests1-10 2021-02-25 15:41:20 +03:00
2abdad700e Merge branch 'master' into PIStringListTests_11-20 2021-02-15 17:48:57 +03:00