Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

LibreELEC

Just enough OS for Kodi
Collective - Host: opensource - https://opencollective.com/libreelec - Website: https://libreelec.tv - Code: https://github.com/LibreELEC

Auto-include compat.h

Signed-off-by: Mauro Carvalho Chehab <[email protected]>

github.com/LibreELEC/media_build - e877734f59cd56f246a74d7c436184f8f9e9c645 authored about 14 years ago by Mauro Carvalho Chehab <[email protected]>
linux/Makefile: Avoid adding more files than what we actually need

Signed-off-by: Mauro Carvalho Chehab <[email protected]>

github.com/LibreELEC/media_build - 4f61f7c27233b4ba3fbf096b11a3febf0376e2aa authored about 14 years ago by Mauro Carvalho Chehab <[email protected]>
linux/Makefile: remove arch-specific files

I doubt that this build would work with arm/sh archs anyway. So, make it
simpler.

Signed-off-by...

github.com/LibreELEC/media_build - 7fbb926c8b27d15838bec3de358f4ae9a36fe8f5 authored about 14 years ago by Mauro Carvalho Chehab <[email protected]>
linux/Makefile: Improve it

- Add targets to clean the old dirs/files
- remove uneeded aspas
- fix help message

Signed-off-...

github.com/LibreELEC/media_build - 10d943fd38ddcd2b8c70e60ea1403acadcf41a71 authored about 14 years ago by Mauro Carvalho Chehab <[email protected]>
Initial version of the new building system

Signed-off-by: Mauro Carvalho Chehab <[email protected]>

github.com/LibreELEC/media_build - 5012d58a62cf994fb5fe73c4e4dd219a0d030e4c authored about 14 years ago by Mauro Carvalho Chehab <[email protected]>
- Added initial support for the new kernel remote drivers such as mceusb (may for other IR Core input drivers as well) (patch provided by Stephan Raue).

github.com/LibreELEC/eventlircd - f0ab7f01fc29661199fd616ecde2987343abdfb0 authored about 14 years ago by pebender <pebender@bd17559c-f4b9-11de-82c3-25da7dca7fdf>
- Removed some extraneous trailing whitespace (identified and patched by Stephan Raue).

github.com/LibreELEC/eventlircd - 6976ca52afc613926cce5ced4faa6a9374b10da0 authored about 14 years ago by pebender <pebender@bd17559c-f4b9-11de-82c3-25da7dca7fdf>
- Fixed an error in the name of the localstatedir (indentified and patched by Stephan Raue).

github.com/LibreELEC/eventlircd - 77390f705aaa6db644aa87e19f865c25758d626a authored about 14 years ago by pebender <pebender@bd17559c-f4b9-11de-82c3-25da7dca7fdf>
- Commented out gcc Wconversion flag because is causes compilation to fail due to questionable implicit conversions in some Linux and glibc header files.

github.com/LibreELEC/eventlircd - 4296e46c1a4f52c2a81504cc23f55a6bd92ecbe1 authored about 14 years ago by pebender <pebender@bd17559c-f4b9-11de-82c3-25da7dca7fdf>
- Added more gcc -W* in order to detect more error.

- Fixed numerous implicit cast warning.
- Simplified the UNUSED #define.

github.com/LibreELEC/eventlircd - 183ce2df396d433f8e7119269464714f03d3edd0 authored about 14 years ago by pebender <pebender@bd17559c-f4b9-11de-82c3-25da7dca7fdf>
- Updated the copyright dates.

github.com/LibreELEC/eventlircd - 1027cbddc5d86863b17a77cc0da8659d960fdcf7 authored about 14 years ago by pebender <pebender@bd17559c-f4b9-11de-82c3-25da7dca7fdf>
- Added some additional comments to the code.

github.com/LibreELEC/eventlircd - ee6261b01a57b8e6a8186644c8e99734a50f2bb6 authored about 14 years ago by pebender <pebender@bd17559c-f4b9-11de-82c3-25da7dca7fdf>
- Changed shell scripts that generate header files from linux/input.h so that they used just awk rather than echo and awk.

- Removed unused GREP variable from the shell scripts that generate header files from linux/input.h.

github.com/LibreELEC/eventlircd - a96089da9ac92a398d203a0e43c5c5960e9d5533 authored about 14 years ago by pebender <pebender@bd17559c-f4b9-11de-82c3-25da7dca7fdf>
- Renamed LIRCUDEVD_* and _LIRCUDEVD_* defines to EVENTLIRCD_* and _EVENTLIRCD_* as the name of the daemon changed from lircudevd to evenlircd some time ago.

github.com/LibreELEC/eventlircd - b1eb00686048ae3a70bec0b4c4e82b26573dafd0 authored about 14 years ago by pebender <pebender@bd17559c-f4b9-11de-82c3-25da7dca7fdf>
- Switched from using AX_CFLAGS_GCC_OPTION to AX_C_CHECK_FLAG in configure.ac as it parallels the use of AC_LD_CHECK_FLAG.

- Switched back to appending CFLAGS and LDFLAGS flags in configure.ac because it is easier to mak...

github.com/LibreELEC/eventlircd - 4c1702df7fb212e4976c205b54c01a7bda6749d2 authored about 14 years ago by pebender <pebender@bd17559c-f4b9-11de-82c3-25da7dca7fdf>
- Fixed typo in previous commit.

github.com/LibreELEC/eventlircd - 5b68cfe9c8e4312e9c8bba2ed2903164d79a395d authored about 14 years ago by pebender <pebender@bd17559c-f4b9-11de-82c3-25da7dca7fdf>
- Added some explicit casting in printf statements so that compilation does not fail when encountering size_t.

github.com/LibreELEC/eventlircd - f7afd49a93629dfc7b71f3a3963492c5cd8cf0f6 authored about 14 years ago by pebender <pebender@bd17559c-f4b9-11de-82c3-25da7dca7fdf>
- Changed configure so that it prepends CFLAGS and LDFLAGS that it adds in order to make it easier for them to be overridden.

github.com/LibreELEC/eventlircd - 19adb0850863f8da3ae5e1cb80176dda13b00d4c authored about 14 years ago by pebender <pebender@bd17559c-f4b9-11de-82c3-25da7dca7fdf>
- Did some initial code comment clean-up.

github.com/LibreELEC/eventlircd - ebb93260c58ca6b282808c7c489c33acf88e9ca0 authored about 14 years ago by pebender <pebender@bd17559c-f4b9-11de-82c3-25da7dca7fdf>
- Added checks for some useful compiler flags, and if found then use them.

- Updated pkg.m4.

github.com/LibreELEC/eventlircd - e6a0de1dd29da30e9726b86eefedc25fbc058b61 authored about 14 years ago by pebender <pebender@bd17559c-f4b9-11de-82c3-25da7dca7fdf>
- Changed repeats so that they speed up somewhat more gradually.

github.com/LibreELEC/eventlircd - 768a4faab63d844fc7973d93203e6178d7b7dd35 authored over 14 years ago by pebender <pebender@bd17559c-f4b9-11de-82c3-25da7dca7fdf>
- Switched to using size_t rather than int for array indexes and sizes.

- Switched repeat_count to unsigned as it is never negative.

github.com/LibreELEC/eventlircd - 78481de429ce4143222058509c797aa9c5d11bc6 authored almost 15 years ago by pebender <pebender@bd17559c-f4b9-11de-82c3-25da7dca7fdf>
- Missed a block of variables when moving all declariations up to function scope.

github.com/LibreELEC/eventlircd - 7ca21811eea0730776e73ea3524bc6789cda5dae authored almost 15 years ago by pebender <pebender@bd17559c-f4b9-11de-82c3-25da7dca7fdf>
- Changed bdremote-ng mapping so that it maps KEY_n to KEY_NUMERIC_n.

github.com/LibreELEC/eventlircd - 60ceca085bdc8d5fb11a4eb51ba21efe08229d25 authored almost 15 years ago by pebender <pebender@bd17559c-f4b9-11de-82c3-25da7dca7fdf>
- Updated copyright date.

github.com/LibreELEC/eventlircd - 7f63e361cce679fbfb11e2baf95a98405a3fca7b authored almost 15 years ago by pebender <pebender@bd17559c-f4b9-11de-82c3-25da7dca7fdf>
- Added pointer casts to malloc.

github.com/LibreELEC/eventlircd - 46e0ea1cea68d554c94b87a4458285038d466abb authored almost 15 years ago by pebender <pebender@bd17559c-f4b9-11de-82c3-25da7dca7fdf>
- Moved all variable declariations up to function scope.

github.com/LibreELEC/eventlircd - 11b0e1423be9b217e591258705cddcf69d8baa59 authored almost 15 years ago by pebender <pebender@bd17559c-f4b9-11de-82c3-25da7dca7fdf>
- Fixed bugs uncovered using -Wall -Werror.

github.com/LibreELEC/eventlircd - 375499949a2ad2bf6b82a54ef55714b432a2019b authored almost 15 years ago by pebender <pebender@bd17559c-f4b9-11de-82c3-25da7dca7fdf>
- Fixed bug where int was used when size_t is required.

github.com/LibreELEC/eventlircd - 95537358cc2c3723cb4e144ac94e24898dc9d6df authored almost 15 years ago by pebender <pebender@bd17559c-f4b9-11de-82c3-25da7dca7fdf>
- Switched to using KEY_NUMERIC_n from KEY_n as they were introduced for use by remotes <http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=5a599a15182ed48e5bf54111feb3b21e425e194d>.

github.com/LibreELEC/eventlircd - 1307893029bfce290f2b7750b58c87feac65f502 authored almost 15 years ago by pebender <pebender@bd17559c-f4b9-11de-82c3-25da7dca7fdf>
- Renamed many variables from *keymap* to *evmap* to reflect extended capability in previous commit.

github.com/LibreELEC/eventlircd - 479e612596c0c8bd7f73986eeddb67247b859804 authored almost 15 years ago by pebender <pebender@bd17559c-f4b9-11de-82c3-25da7dca7fdf>
- Modified mapping so that it can map non-key events to NULL.

github.com/LibreELEC/eventlircd - 20208959ef7fa2ef3c105e4e4b5d345a962dc3b5 authored almost 15 years ago by pebender <pebender@bd17559c-f4b9-11de-82c3-25da7dca7fdf>
- Modified the Adesso ARC-1100 remote control's keymap file so that it does not advertise mouse buttons that it does not have.

github.com/LibreELEC/eventlircd - ad02f1cd5a82cb0c4999a682f77a29260a26ccd1 authored almost 15 years ago by pebender <pebender@bd17559c-f4b9-11de-82c3-25da7dca7fdf>
- Added keymap file missing from Makefile.am.

github.com/LibreELEC/eventlircd - 94ae4ed435bc8955483da09c069036f053e1b5e8 authored almost 15 years ago by pebender <pebender@bd17559c-f4b9-11de-82c3-25da7dca7fdf>
- Fixed error in the name of the udev script variables ID_VENDOR_ID and ID_MODEL_ID.

github.com/LibreELEC/eventlircd - ceae5ec314e6ac9ffd6da5f67922d247c0bf75c5 authored almost 15 years ago by pebender <pebender@bd17559c-f4b9-11de-82c3-25da7dca7fdf>
- Committed initial source code.

github.com/LibreELEC/eventlircd - 70b69a80a72e5832a40447a81ffad3ccf9c6c5b5 authored almost 15 years ago by pebender <pebender@bd17559c-f4b9-11de-82c3-25da7dca7fdf>