unleashed-firmware/lib/flipper_format
porta c9791a280a
[FL-3884] Proper integer parsing (#3839)
* feat: strint_to_uint32 and tests
* fix: permit explicit bases and prefixes
* feat: strint_to_{int32,uint16,int16}
* feat: strint_to_u?int64
* refactor: replace strtol, strtoul, sscanf with strint_to_*
* fix: api symbols
* docs: document parameter `end` of strint_to_uint_32
* style: apply changes requested by hedger
* refactor: fix pvs-studio diagnostic
* style: apply changes requested by CookiePLMonster
* fix: unused var
* fix: pointer type
* refactor: convert atoi to strint_to_*
* fix: strint_to_uint8 doesn't actually exist ._ .
* fix: memory leak
* style: address review comments
* Toolbox: couple small comments in the code and doxygen comment update. SubGhz, Loader: fix strint usage.
* Loader: fix incorrect cast

Co-authored-by: あく <alleteam@gmail.com>
2024-09-05 18:02:42 +01:00
..
flipper_format.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
flipper_format.h fbt: doxygen target (#3510) 2024-03-21 01:32:53 +09:00
flipper_format_i.h [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
flipper_format_stream.c [FL-3884] Proper integer parsing (#3839) 2024-09-05 18:02:42 +01:00
flipper_format_stream.h M*LIB: non-inlined strings, FuriString primitive (#1795) 2022-10-06 00:15:23 +09:00
flipper_format_stream_i.h [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
SConscript [FL-3690] Libraries cleanup; u2f crypto rework to use mbedtls (#3234) 2023-12-01 18:16:48 +09:00