Import libgpiod_1.6.2.orig.tar.xz
authorSZ Lin (林上智) <szlin@debian.org>
Mon, 14 Dec 2020 07:34:58 +0000 (07:34 +0000)
committerSZ Lin (林上智) <szlin@debian.org>
Mon, 14 Dec 2020 07:34:58 +0000 (07:34 +0000)
commit7e7d15d8cfdb4bcb07072a458a8d87d15f3021af
tree6480d2421132fecf0d6fa3416511cef72d0631cf
Import libgpiod_1.6.2.orig.tar.xz

[dgit import orig libgpiod_1.6.2.orig.tar.xz]
114 files changed:
COPYING [new file with mode: 0644]
Doxyfile [new file with mode: 0644]
Doxyfile.in [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
Makefile.in [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
TODO [new file with mode: 0644]
aclocal.m4 [new file with mode: 0644]
autostuff/ar-lib [new file with mode: 0755]
autostuff/compile [new file with mode: 0755]
autostuff/config.guess [new file with mode: 0755]
autostuff/config.sub [new file with mode: 0755]
autostuff/depcomp [new file with mode: 0755]
autostuff/install-sh [new file with mode: 0755]
autostuff/ltmain.sh [new file with mode: 0644]
autostuff/missing [new file with mode: 0755]
bindings/Makefile.am [new file with mode: 0644]
bindings/Makefile.in [new file with mode: 0644]
bindings/cxx/Makefile.am [new file with mode: 0644]
bindings/cxx/Makefile.in [new file with mode: 0644]
bindings/cxx/chip.cpp [new file with mode: 0644]
bindings/cxx/examples/Makefile.am [new file with mode: 0644]
bindings/cxx/examples/Makefile.in [new file with mode: 0644]
bindings/cxx/examples/gpiodetectcxx.cpp [new file with mode: 0644]
bindings/cxx/examples/gpiofindcxx.cpp [new file with mode: 0644]
bindings/cxx/examples/gpiogetcxx.cpp [new file with mode: 0644]
bindings/cxx/examples/gpioinfocxx.cpp [new file with mode: 0644]
bindings/cxx/examples/gpiomoncxx.cpp [new file with mode: 0644]
bindings/cxx/examples/gpiosetcxx.cpp [new file with mode: 0644]
bindings/cxx/gpiod.hpp [new file with mode: 0644]
bindings/cxx/iter.cpp [new file with mode: 0644]
bindings/cxx/libgpiodcxx.pc.in [new file with mode: 0644]
bindings/cxx/line.cpp [new file with mode: 0644]
bindings/cxx/line_bulk.cpp [new file with mode: 0644]
bindings/cxx/tests/Makefile.am [new file with mode: 0644]
bindings/cxx/tests/Makefile.in [new file with mode: 0644]
bindings/cxx/tests/gpio-mockup.cpp [new file with mode: 0644]
bindings/cxx/tests/gpio-mockup.hpp [new file with mode: 0644]
bindings/cxx/tests/gpiod-cxx-test-main.cpp [new file with mode: 0644]
bindings/cxx/tests/gpiod-cxx-test.cpp [new file with mode: 0644]
bindings/cxx/tests/tests-chip.cpp [new file with mode: 0644]
bindings/cxx/tests/tests-event.cpp [new file with mode: 0644]
bindings/cxx/tests/tests-iter.cpp [new file with mode: 0644]
bindings/cxx/tests/tests-line.cpp [new file with mode: 0644]
bindings/python/Makefile.am [new file with mode: 0644]
bindings/python/Makefile.in [new file with mode: 0644]
bindings/python/examples/Makefile.am [new file with mode: 0644]
bindings/python/examples/Makefile.in [new file with mode: 0644]
bindings/python/examples/gpiodetect.py [new file with mode: 0755]
bindings/python/examples/gpiofind.py [new file with mode: 0755]
bindings/python/examples/gpioget.py [new file with mode: 0755]
bindings/python/examples/gpioinfo.py [new file with mode: 0755]
bindings/python/examples/gpiomon.py [new file with mode: 0755]
bindings/python/examples/gpioset.py [new file with mode: 0755]
bindings/python/gpiodmodule.c [new file with mode: 0644]
bindings/python/tests/Makefile.am [new file with mode: 0644]
bindings/python/tests/Makefile.in [new file with mode: 0644]
bindings/python/tests/gpiod_py_test.py [new file with mode: 0755]
bindings/python/tests/gpiomockupmodule.c [new file with mode: 0644]
config.h.in [new file with mode: 0644]
configure [new file with mode: 0755]
configure.ac [new file with mode: 0644]
include/Makefile.am [new file with mode: 0644]
include/Makefile.in [new file with mode: 0644]
include/gpiod.h [new file with mode: 0644]
lib/Makefile.am [new file with mode: 0644]
lib/Makefile.in [new file with mode: 0644]
lib/core.c [new file with mode: 0644]
lib/ctxless.c [new file with mode: 0644]
lib/helpers.c [new file with mode: 0644]
lib/iter.c [new file with mode: 0644]
lib/libgpiod.pc.in [new file with mode: 0644]
lib/misc.c [new file with mode: 0644]
m4/libtool.m4 [new file with mode: 0644]
m4/ltoptions.m4 [new file with mode: 0644]
m4/ltsugar.m4 [new file with mode: 0644]
m4/ltversion.m4 [new file with mode: 0644]
m4/lt~obsolete.m4 [new file with mode: 0644]
man/Makefile.am [new file with mode: 0644]
man/Makefile.in [new file with mode: 0644]
man/gpiodetect.man [new file with mode: 0644]
man/gpiofind.man [new file with mode: 0644]
man/gpioget.man [new file with mode: 0644]
man/gpioinfo.man [new file with mode: 0644]
man/gpiomon.man [new file with mode: 0644]
man/gpioset.man [new file with mode: 0644]
man/template [new file with mode: 0644]
tests/Makefile.am [new file with mode: 0644]
tests/Makefile.in [new file with mode: 0644]
tests/gpiod-test.c [new file with mode: 0644]
tests/gpiod-test.h [new file with mode: 0644]
tests/mockup/Makefile.am [new file with mode: 0644]
tests/mockup/Makefile.in [new file with mode: 0644]
tests/mockup/gpio-mockup.c [new file with mode: 0644]
tests/mockup/gpio-mockup.h [new file with mode: 0644]
tests/tests-chip.c [new file with mode: 0644]
tests/tests-ctxless.c [new file with mode: 0644]
tests/tests-event.c [new file with mode: 0644]
tests/tests-iter.c [new file with mode: 0644]
tests/tests-line.c [new file with mode: 0644]
tests/tests-misc.c [new file with mode: 0644]
tools/Makefile.am [new file with mode: 0644]
tools/Makefile.in [new file with mode: 0644]
tools/gpio-tools-test [new file with mode: 0755]
tools/gpio-tools-test.bats [new file with mode: 0755]
tools/gpiodetect.c [new file with mode: 0644]
tools/gpiofind.c [new file with mode: 0644]
tools/gpioget.c [new file with mode: 0644]
tools/gpioinfo.c [new file with mode: 0644]
tools/gpiomon.c [new file with mode: 0644]
tools/gpioset.c [new file with mode: 0644]
tools/tools-common.c [new file with mode: 0644]
tools/tools-common.h [new file with mode: 0644]