1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-02-12 16:52:01 +00:00
Commit graph

338 commits

Author SHA1 Message Date
Alberto Fanjul
c9c8bd7a7a cast free to avoid warnings 2024-07-13 19:14:10 +02:00
Alberto Fanjul
430b1a39b8 Max completion functions allowed are two 2024-07-13 19:13:41 +02:00
Alberto Fanjul
a67a182a05 compare correctly with char 2024-07-13 19:12:52 +02:00
Alberto Fanjul
aecd52a354 manage const pointers 2024-07-13 19:12:27 +02:00
Alberto Fanjul
c664d1ba27 detect empty input to finish app 2024-07-13 19:11:16 +02:00
Alberto Fanjul
faea95fbfa resize output buffer 2024-07-13 19:10:37 +02:00
Alberto Fanjul
1df6392a23 remove unused variables 2024-07-13 19:09:57 +02:00
Alberto Fanjul
210ef327ce Configure usage of systemd or elogind 2024-06-02 20:24:41 +02:00
Mark Muth
c83802fd06 Fix build with GCC 14.1 on Arch
Compiling with `gcc (GCC) 14.1.1 20240507` raised the following warning:

`error: implicit declaration of function ‘gettimeofday’ [-Wimplicit-function-declaration]`

Adding `#include <sys/time.h>` according to `man gettimeofday` fixes #509.
2024-06-02 00:40:23 +02:00
Alberto Fanjul
af6ab257ea Remove systemd and it comes with DEP_LIBS 2023-11-13 00:48:03 +01:00
Alberto Fanjul
fdb8671c40 fix autotools build for libm 2023-07-14 21:55:32 +02:00
Kai Jan Schmidt-Brauns
850a1c6f7c Fix dependency check to be posix-compliant
test with "==" operator works in bash but fails in other shells such as `sh`
2023-02-19 18:06:31 +01:00
Alberto Fanjul
f3debd5678 whitespace 2023-01-22 10:23:32 +01:00
Alberto Fanjul
279303d0d6 fix double free reading custom parameter 2023-01-22 10:17:44 +01:00
Erik Andresen
c803c88572 CMakeLists: Remove duplicate systemd requirement
closes #3
2023-01-08 18:26:23 +01:00
Xiao Qiang Liang
3018aac1f2 Fix cmake build for latest gcc
libraries link order is relevant on latest gcc
2023-01-04 13:52:31 +01:00
Tanish Azad
a36e9bd19f fixed error message 2022-11-28 18:34:41 +01:00
Alberto Fanjul
439dac09c5 Ignore special chars on color prompt 2022-11-20 12:48:40 +01:00
Alberto Fanjul
31f7fbba33 Set custom ctl names 2022-11-20 11:47:35 +01:00
Alberto Fanjul
abc9b2f92c set wfd elements on source selected 2022-11-14 07:14:05 +01:00
Alberto Fanjul
314aa5aed5 Use default rstp port 2022-11-14 07:12:25 +01:00
Alberto Fanjul
66c86f2971 fix memory error settting wfd_video_formats 2022-11-14 07:12:00 +01:00
Alberto Fanjul
788d37d7d2 CLI commands autocompletion 2022-11-13 11:37:22 +01:00
Alberto Fanjul
20816ad138 Add command friendly-name to sink controller 2022-11-08 08:52:53 +01:00
Alberto Fanjul
c215f05d5d Exit CLI if daemon is not available 2022-11-08 08:52:53 +01:00
Alberto Fanjul
f9a61faaa2 Do not prefix command output with time 2022-11-08 08:52:53 +01:00
Alberto Fanjul
8cd144271a log messages with time in human readable way 2022-10-30 01:28:43 +02:00
Alberto Fanjul
7135a99e71 Call script helpers from any path 2022-10-29 22:43:26 +02:00
Alberto Fanjul
42c5bda976 fix cmake CI 2022-10-29 13:32:27 +02:00
Alberto Fanjul
f740af2655 Clean cmake files 2022-10-29 13:32:27 +02:00
Alberto Fanjul
175495c729 fix cmake dependencies for 2022-10-29 13:32:27 +02:00
Alberto Fanjul
72f61549d9 log messages with time in human readable way 2022-10-29 13:32:27 +02:00
Alberto Fanjul
380504b0f8 helpers to start/stop wifi on several distros 2022-10-16 23:02:57 +02:00
Alberto Fanjul
b46679d5a4 Use posix functions 2022-10-16 22:44:20 +02:00
Alberto Fanjul
6f84dc8b7d Add ENABLE_SYSTEMD config to meson and autotools 2022-10-16 13:17:41 +02:00
Andreas K. Hüttel
85723432f9 Option to use elogind instead of whole systemd
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-10-16 13:17:41 +02:00
Semara Incorporated
7f263b06b4 Change kdus to kdbus
Change kdus to kdbus in Arch linux aur installation instruction
2022-10-16 11:38:04 +02:00
Fernando van Loenhout
a1590ecc17 Support more than 2 devices when testing the capabilities
At the moment, this typo is preventing the test script from working when you have more than 2 devices plugged in. Fixes #449
2022-09-19 10:59:02 +02:00
Alberto Fanjul
43505ab3dd Allow to override/extend the request parameters 2022-05-28 10:46:44 +02:00
Alberto Fanjul
e816de93d3 Allow auto commands with any number of parameters 2022-05-28 10:43:12 +02:00
Alberto Fanjul
c42624885b simplify pass request options 2022-05-26 20:55:51 +02:00
Edward Betts
3ab7d5913f Correct spelling mistakes 2022-04-12 09:22:13 +02:00
Alberto Fanjul
0b72e0b435 cmake: fix build for Ninja generator 2022-03-09 17:45:30 +01:00
Коренберг ☢️ Марк
125f4a847f Fix .spec file 2022-01-11 23:49:22 +01:00
Michael Partridge
264a222d24 Add wpa_supplicant to requirements 2021-11-20 11:24:37 +01:00
Michael Partridge
4b229dc282 Move optional packages towards the end 2021-11-20 11:24:37 +01:00
mcp292
5ac3e0593f Add missing period 2021-11-18 22:18:39 +01:00
mcp292
e25d8d5a0b Fix broken relative link to #4 in README 2021-11-18 11:32:26 +01:00
Alberto Fanjul
df12df656c Configurable ip binary path
Different OS have ip binary on different locations

It can be configured at:
  - compile time `IP_BINARY`
  - execution time `--ip-binary`
2021-10-27 12:10:54 +02:00
Alberto Fanjul
65a7a0aad1 Assig dupped string 2021-10-27 12:10:54 +02:00