e6c8714857
version 4.1.0 maybe fix hang on PIEthernet::interrupt() replace piLetobe with piChangeEndian: * piChangeEndianBinary * piChangeBinary * piChangedBinary PIDiagnostics::start now accept PISystemTime instead of number add PITimer::start(PISystemTime, std::function<void()>) overload
peri42024-08-28 11:56:36 +03:00
33fc334077
PIStateMachine::postEvent() now thread-safe and can be recursive
peri42024-08-05 23:25:23 +03:00
6efc962923
in my opinion, PIStateMachine is ready to real work
peri42024-08-04 20:26:39 +03:00
1c7fc39b6c
version 4.0.0_alpha in almost all methods removed timeouts in milliseconds, replaced to PISystemTime PITimer rewrite, remove internal impl, now only thread implementation, API similar to PIThread PITimer API no longer pass void* PIPeer, PIConnection improved stability on reinit and exit PISystemTime new methods pisd now exit without hanging
peri42024-07-30 14:18:02 +03:00
0bafd3fa98
PIValueTree improvements: methods with path (recursive), forEachRecursive() PIValueTreeConvertions::fromTextFile now can include other files and handle ${} substitutions
peri42024-07-09 21:44:30 +03:00
903b320629
version 3.21.0 add PISystemTime overload for thread/timer/io classes
peri42024-07-09 16:32:27 +03:00
491d89f117
version 3.19.0 PIMathVectorT subvector methods PISystemTime::isNull() PISystemTime::Frequency::isNull() PISystemTime::toString() PISystemTime::fromString() PIVariant can handle strings with PISystemTime PIDateTime::toSystemTime() now returns null time from invalid strings
peri42024-05-05 00:17:52 +03:00
a86e8f7b58
PIIOTextStream(PIString * string) now with mandatory Mode
peri42024-05-02 21:35:29 +03:00
d97798d063
version 3.18.1 fix pip_cmg - ignore static members
peri42024-04-30 15:23:26 +03:00
247759b364
version 3.18.0 PIMathMatrixT:: toType(), submatrix() and setSubmatrix()
peri42024-04-26 15:37:06 +03:00
a745f803b3
version 3.17.1 add PINonTriviallyCopyable struct add PISerial check for error on Windows on every read()
peri42024-04-10 20:49:27 +03:00
c77afcc374
PICodeInfo compatible with old interface, safety access to PICODEINFO
peri42023-12-08 19:01:22 +03:00
b8fc44714c
version 3.15.0 - improved pip_cmg and PICodeInfo storage Important! changed API to access PICodeInfo storage
peri42023-12-08 16:14:18 +03:00
b763f0e5cd
version 3.13.0 Breaking changes in PIChar and PIString
peri42023-07-06 20:09:45 +03:00
27f6f5158d
Merge pull request 'добавил const для части контейнеров и explicit для конструкторов' (#176) from const_explicit into master
Пелипенко Иван2023-07-06 20:01:25 +03:00
61f1a34c14
PIString/PIChar explicit, support char16_t
peri42023-07-06 19:59:26 +03:00