Commit Graph

1927 Commits

Author SHA1 Message Date
Christian W. Zuckschwerdt
ba759db27a Print to terminal with colour-codes inlined (1) (#935)
Prototypes for added term_ctrl.c functions.
2018-12-28 19:17:44 +01:00
Gisle Vanem
d9c738c989 Print to terminal with colour-codes inlined (#936) 2018-12-28 19:17:30 +01:00
Christian W. Zuckschwerdt
e843853139 Fix GetConsoleScreenBufferInfo for Popen 2018-12-28 12:25:13 +01:00
Christian W. Zuckschwerdt
a085dec2f9 Fix assume WIN32 always has localtime_s 2018-12-27 22:54:51 +01:00
Christian W. Zuckschwerdt
052c7604cf Disable KV beep by default 2018-12-27 18:02:54 +01:00
Christian W. Zuckschwerdt
586eae927b Refactor util into r_util 2018-12-27 13:54:56 +01:00
Christian W. Zuckschwerdt
10b5d4a231 Use thread-safe localtime 2018-12-27 13:32:02 +01:00
Christian W. Zuckschwerdt
0fa3abac87 Fix UTC in README 2018-12-27 12:52:50 +01:00
Christian W. Zuckschwerdt
d5bb623746 Clean up Springfield 2018-12-25 13:02:32 +01:00
Christian W. Zuckschwerdt
ca2339d206 Fix gain help 2018-12-23 10:39:53 +01:00
Gisle Vanem
e99c381263 Print to terminal with colour-codes inlined (1)
Prototypes for added term_ctrl.c functions.
2018-12-23 03:01:56 +01:00
Christian W. Zuckschwerdt
bfc1196d7f Fix loop var scope 2018-12-22 17:25:30 +01:00
Gisle Vanem
deb77d66e0 Fix a clang warning (#933) 2018-12-22 17:22:38 +01:00
Christian W. Zuckschwerdt
cfb2787ae6 Change TPMS Toyota to match shorter preamble 2018-12-22 16:28:57 +01:00
Christian W. Zuckschwerdt
b087ec3ea1 Change TPMS Citroen data readings 2018-12-21 19:36:52 +01:00
Christian W. Zuckschwerdt
36ef030bc5 Change TPMS Renault data readings 2018-12-21 16:48:19 +01:00
Christian W. Zuckschwerdt
27eb39ee5d Clean up run mode cases in main 2018-12-20 11:39:58 +01:00
Christian W. Zuckschwerdt
a01a5977d7 Add list_push_all convenience 2018-12-20 11:30:07 +01:00
Christian W. Zuckschwerdt
3996a713c4 Simplify determine_csv_fields to list_t 2018-12-20 11:23:38 +01:00
Christian W. Zuckschwerdt
85bc56614a Refactor init and free of cfg 2018-12-20 10:36:13 +01:00
Christian W. Zuckschwerdt
4e079e21cd Clean up list_t free semantic 2018-12-20 10:24:27 +01:00
Christian W. Zuckschwerdt
d233adf7de Fix missing include 2018-12-19 19:13:54 +01:00
Christian W. Zuckschwerdt
1bed1426b4 Refactor csv_init to output_start 2018-12-19 11:56:34 +01:00
Christian W. Zuckschwerdt
109daef2d3 Update README and make files 2018-12-19 09:22:46 +01:00
Christian W. Zuckschwerdt
3f5f3a25de Update XC-0324 decoder style 2018-12-19 09:20:18 +01:00
Geoff99
f3bd9c5843 Add Digitech XC-0324 temperature sensor decoder (#849) 2018-12-19 09:07:25 +01:00
Christian W. Zuckschwerdt
82223bb91e Add generic list type (#929)
* Add generic list
* Change output_handler to list_t
* Change dumper to list_t
* Change r_devs to list_t
* Change in_files to list_t
2018-12-19 08:47:29 +01:00
Christian W. Zuckschwerdt
4b2936c43f Fix CS16 reading 2018-12-18 19:40:01 +01:00
Gisle Vanem
b524c6fdff Squelch a warning (#926)
Fix warning: unused parameter 'ctx'.
2018-12-17 21:02:32 +01:00
Gisle Vanem
50ed5d17e5 Account for redirection of WinCon (#925)
If the Windows console is redirected, the `term_get_columns()` would return a random value (since `c_info` would not get set by `GetConsoleScreenBufferInfo()`). Hence, check for a legal console-handle first.
2018-12-17 20:32:54 +01:00
Gisle Vanem
11a72a9907 Make an exception for TERM_COLOR_BLACK (#924)
Otherwise this would make the foreground colour GREY when OR'ed with FOREGROUND_INTENSITY.
But who has terminal settings where BLACK colours are visible?
2018-12-17 20:31:28 +01:00
Christian W. Zuckschwerdt
1c1f51675e Rewrite term_ctl with ctx 2018-12-17 19:48:56 +01:00
Christian W. Zuckschwerdt
0a8d7f863d Fix rtl_433.h declarations 2018-12-17 18:45:25 +01:00
Gisle Vanem
202855d141 Support for Windows console colours (#923) 2018-12-17 17:15:58 +01:00
Christian W. Zuckschwerdt
72f8a5bfba Fix declaration void param 2018-12-17 14:58:54 +01:00
Christian W. Zuckschwerdt
edf19a393e Refactor includes 2018-12-17 13:45:57 +01:00
Christian W. Zuckschwerdt
8f579d3408 Update README 2018-12-17 13:45:07 +01:00
winterrace
9caac5456a Fix compilation with MS VC (#920) 2018-12-17 13:41:14 +01:00
Christian W. Zuckschwerdt
a6b4ea29d2 Add sample rate switching 2018-12-17 12:44:24 +01:00
Christian W. Zuckschwerdt
4e43978323 Update screenshot 2018-12-17 11:21:09 +01:00
Christian W. Zuckschwerdt
78adc5efb2 Change global cfg scope 2018-12-17 09:44:47 +01:00
Christian W. Zuckschwerdt
e8ed5e98bf Change sdr_callback to cfg 2018-12-17 09:42:10 +01:00
Christian W. Zuckschwerdt
dfb07c9848 Add cfg param to functions 2018-12-17 09:41:29 +01:00
Christian W. Zuckschwerdt
ee8594510a Add typedef r_cfg_t 2018-12-17 09:11:32 +01:00
Christian W. Zuckschwerdt
d935ee7203 Change homedir conf load path 2018-12-17 09:00:48 +01:00
Christian W. Zuckschwerdt
0b1830004a Always prefer source headers to installed ones 2018-12-16 21:12:04 +01:00
Christian W. Zuckschwerdt
7745f1cc95 Silence Mongoose compile warnings on gcc 2018-12-16 21:11:19 +01:00
Christian W. Zuckschwerdt
ca844db7e1 Refactor abuf string builder 2018-12-16 19:11:45 +01:00
Christian W. Zuckschwerdt
b7223a9410 Add Mongoose 2018-12-16 18:21:46 +01:00
Christian W. Zuckschwerdt
b85a465cf4 Add data output poll callback 2018-12-16 18:19:01 +01:00