flipperzero-firmware/lib/toolbox/stream
あく 41c43f4805
Various improvements: Toolbox, Updater and Unit Tests. (#2250)
* Toolbox: add seek to character stream method. UpdateUtils: reverse manifest iterator. UnitTests: more unit tests.
* Target: bump API version. Updater: delete empty folders from manifest before resource deployment.
* UnitTests: use manifest from unit_tests folder instead of global one
* Make PVS happy
* sector cache: allocate always
* Better PVS config for manifest.c
* PVS: Move exception outside of condition
* PVS: remove confusing condition

Co-authored-by: SG <who.just.the.doctor@gmail.com>
2023-01-06 16:31:17 +10:00
..
buffered_file_stream.c [FL-2693] RW buffered streams (#1523) 2022-08-04 01:43:14 +09:00
buffered_file_stream.h [FL-2693] RW buffered streams (#1523) 2022-08-04 01:43:14 +09:00
file_stream.c M*LIB: non-inlined strings, FuriString primitive (#1795) 2022-10-06 00:15:23 +09:00
file_stream.h [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
stream_cache.c [FL-2693] RW buffered streams (#1523) 2022-08-04 01:43:14 +09:00
stream_cache.h [FL-2693] RW buffered streams (#1523) 2022-08-04 01:43:14 +09:00
stream_i.h [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
stream.c Various improvements: Toolbox, Updater and Unit Tests. (#2250) 2023-01-06 16:31:17 +10:00
stream.h Various improvements: Toolbox, Updater and Unit Tests. (#2250) 2023-01-06 16:31:17 +10:00
string_stream.c M*LIB: non-inlined strings, FuriString primitive (#1795) 2022-10-06 00:15:23 +09:00
string_stream.h M*LIB: non-inlined strings, FuriString primitive (#1795) 2022-10-06 00:15:23 +09:00