Commit Graph
9 Commits
Author SHA1 Message Date
andrey 69b22bf95a feat: complete PIP_HAS_* feature guards in code and auto-generate flag summary
Guard PIConnection, thread primitives, PICodeParser and other feature
code behind PIP_HAS_THREADS/PIP_HAS_FILESYSTEM. In CMake generate the
feature flags summary from the single PIP_HAS_FLAGS list (used by the
add_definitions loop as well), default ICU to OFF and make introspection
also require PIP_HAS_SOCKET. Build system/thread test suites only when
the corresponding feature flags are enabled.
2026-08-25 11:14:25 +03:00
andrey.bychkov 96625bd93d minor clean 2024-09-16 10:11:31 +03:00
andrey 650dadc347 new gtest 2023-03-16 09:34:34 +03:00
peri4 c2b8a8d6da code format 2022-12-14 14:13:52 +03:00
Andrey 48c885e12a PIThreadNotifier, rewrite PIObject::deleteLater()
tests for PIThreadNotifier and PIObject::deleteLater()
2021-10-29 18:20:48 +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
peri4 8accc28804 test fix 2021-09-30 19:28:30 +03:00
Andrey 62e130f91b disconnect test failed 2021-09-30 18:41:01 +03:00