| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog
modernise CMakeLists.txt
Use cmake TIMESTAMP function to be more portable and to allow for reproducible builds
fixed: potential null deref. closes #556
python 3.13 compatibility
added: vs2022 support
fixed: creating (unsigned) windows installer
fixed: nsis installer not creating start menu icons and uninstaller
bump to .net framework 4.5 and .net 8.0
fixed: null terminate .net device language field. added CecLogicalAddresses::Unset()
fixed: don't call the config updated callback if nothing has changed. auto set wake devices or activate source so these values match what happens on the tv
fixed: tv would power on even if the options to power on were disabled in cec-tray
changed/fixed: windows installer, eventghost plugin, .net libraries, python imports, debug builds
fixed: use input() for python3 and raw_input() for python2
changed: debian python install to match arch specific too
fixed: libusb0.dll wasn't included in the installer
fixed: remove call to PyEcal_InitThreads(). swig already includes SWIG_PYTHON_INITIALIZE_THREADS in SWIG_init()
CheckPlatformSupport.cmake: various improvements
Ease copy-paste by invoking apt noninteractively
Rename COPYING to LICENSE.md so follow standard naming conversion
cecloader.h: fix null return
Mark all devices as inactive when new active source is unknown
Fix use after free in callbacks with results.
Add a commandHandler callback to allow external libs to handle CEC commands themselves.
Remove debug printfs.
Attempt to fix race condition when freeing the callback wrapper.
Allow command handler callback to intercept broadcast messages and fix inconsistent callback wrapper deletion again.
Remove useless mutex.
Remove useless 'keepResult' parameter and make sure the CCallbackWrap is only deleted once even in case of timeout.
Fix Python module import
fix assert issue with systemd udev
tegra-cec support. closes #636
Add support for Windows ARM64.
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There is new patch-status QA check in oe-core:
https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a
This is temporary work around just to hide _many_ warnings from
optional patch-status (if you add it to WARN_QA).
This just added
Upstream-Status: Pending
everywhere without actually investigating what's the proper status.
This is just to hide current QA warnings and to catch new .patch files being
added without Upstream-Status, but the number of Pending patches is now terrible:
5 (26%) meta-xfce
6 (50%) meta-perl
15 (42%) meta-webserver
21 (36%) meta-gnome
25 (57%) meta-filesystems
26 (43%) meta-initramfs
45 (45%) meta-python
47 (55%) meta-multimedia
312 (63%) meta-networking
756 (61%) meta-oe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
| |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
| |
As described in https://github.com/Pulse-Eight/libcec/issues/530 the
cmake code looks at the host to make decisions about the target, and
we can't even override this with a flag.
Signed-off-by: Yann Dirson <yann@blade-group.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
License-Update: Changed Copyright years [1]
Add a patch to fix reproducibile builds
[1] https://github.com/Pulse-Eight/libcec/commit/d5e5200ed1a998af24fa5290ad764e0a2ed086c6#diff-7116ef0705885343c9e1b2171a06be0e
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Fixes
ERROR: libcec-4.0.4-r0 do_package: QA Issue: libcec: Files/directories were installed but not shipped in any package:
/usr/lib/python3.7/site-packages/_cec.so
/usr/lib/python3.7/site-packages/cec.py
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|