Christian W. Zuckschwerdt
0ee1ad293c
Change logf length limit from 60 to 80 chars ( #3584 )
2026-07-07 12:02:30 +02:00
Christian W. Zuckschwerdt
534d568b98
Change bitrow printing faster and less stack ( #3576 )
2026-07-06 14:22:20 +02:00
Christian W. Zuckschwerdt
af4e4a081a
minor: code style braces
2026-06-28 18:22:20 +02:00
Christian W. Zuckschwerdt
5ff470d229
Refactor to type-safe data_append alternative ( #2667 )
2024-06-06 13:10:03 +02:00
Christian W. Zuckschwerdt
f862f46401
minor: Add decoder_verbose function
2024-03-08 12:41:35 +01:00
Christian W. Zuckschwerdt
f48fc95d7b
minor: Refactor create_device to decoder_create with user_data_size
2024-03-07 20:38:14 +01:00
Christian W. Zuckschwerdt
96226b5a77
minor: Add GCC Static analysis ( closes #1372 )
2023-10-21 19:55:41 +02:00
Christian W. Zuckschwerdt
8f6032a9f9
Improve all plain sprintf to snprintf
2023-10-06 15:06:40 +02:00
atlanticn
fc727b3d03
Fix malformed json on empty row print ( #2588 )
...
Fix the the output to "{0}0" in case of an empty row.
2023-08-05 11:13:57 +02:00
obones
cc6f4521d2
Change all r_device declarations to const ( #2352 )
...
Change all r_device declarations to const, which places them in the "read only" memory portion which is distinct from the limited quantity SRAM available on embedded platforms.
2023-01-31 12:32:17 +01:00
Christian W. Zuckschwerdt
7d5129786b
Add log output, log redirect, colored KV log ( #2254 )
2022-12-23 13:18:36 +01:00
Christian W. Zuckschwerdt
d2aae167e2
Change fprintf in decoders to decoder_log
2022-02-12 11:48:15 +01:00
Christian W. Zuckschwerdt
4f5241987d
Add decoder log to replace bitbuffer bitrow print
2022-02-09 07:01:12 +01:00
Christian W. Zuckschwerdt
9fedcf1feb
Add decoder log to replace fprintf
2022-02-08 11:00:02 +01:00
Christian W. Zuckschwerdt
a2d638ed1d
minor: Fix long row print overflow
2021-12-06 21:37:57 +01:00
obones
a07349bc86
minor: Fix source definitions annotation to match header declarations ( #1874 )
2021-11-16 09:40:46 +01:00
Christian W. Zuckschwerdt
fcb4d16651
Fix more warnings from static analysis ( #1183 )
2019-10-29 21:04:03 +01:00
Christian W. Zuckschwerdt
ca440974c9
Fix some warnings from static analysis ( #1183 )
2019-10-29 13:02:43 +01:00
Christian W. Zuckschwerdt
de8f73b0ed
Add warnings on alloc failure, enforce alloc check style
2019-10-17 08:41:14 +02:00
Christian W. Zuckschwerdt
78a4fbed62
Add alloc checks, fixes #1156
2019-10-16 18:00:08 +02:00
Christian W. Zuckschwerdt
50bf96b9f5
Rename template to new_template to avoid reserved keyword ( #1092 )
2019-07-06 17:09:25 +02:00
Christian W. Zuckschwerdt
baace97a5a
Harmonize Doxygen comments; enable Autobrief
2019-02-13 16:36:32 +01:00
Christian W. Zuckschwerdt
a800486340
Add parametric decoder setup
2019-01-26 16:32:06 +01:00
Christian W. Zuckschwerdt
586eae927b
Refactor util into r_util
2018-12-27 13:54:56 +01:00
winterrace
9caac5456a
Fix compilation with MS VC ( #920 )
2018-12-17 13:41:14 +01:00
Christian W. Zuckschwerdt
362cd54af9
Add debug bits output option
2018-12-10 17:10:38 +01:00
winterrace
1de0eee4cc
Fix for Windows regarding closing sockets, removed unreferenced variables ( #901 )
...
* Removed unreferenced variables
* Windows needs closesocket(SOCKET) insteat of close(SOCKET). And some cosmetic type casts
2018-12-08 12:14:55 +01:00
Christian W. Zuckschwerdt
ae2fb32742
Add bitrow debugging output helper
2018-11-28 18:13:56 +01:00
Christian W. Zuckschwerdt
2c8015c2b6
Add output_ctx to output_fn
2018-11-28 16:43:13 +01:00
Christian W. Zuckschwerdt
8d2595c465
Fix compiler warnings
2018-11-28 15:56:55 +01:00
Christian W. Zuckschwerdt
6cbbd825a0
Move time_str output to data_acquired
2018-11-28 15:53:57 +01:00
Christian W. Zuckschwerdt
838797ddf1
Add decoder arg to decoder utils
2018-11-28 15:53:57 +01:00
Christian W. Zuckschwerdt
10f54364a0
Add high-level utility functions for decoders ( #883 )
2018-11-26 16:37:12 +01:00