Import libgpiod_1.4.1.orig.tar.xz
authorSZ Lin (林上智) <szlin@debian.org>
Fri, 30 Aug 2019 12:47:38 +0000 (13:47 +0100)
committerSZ Lin (林上智) <szlin@debian.org>
Fri, 30 Aug 2019 12:47:38 +0000 (13:47 +0100)
commitdb5bfccbd5fe64fed756d3c5f3fc17fd81c339b1
tree903f16eeee6b7ef3cc7dc98accb0c68808831154
Import libgpiod_1.4.1.orig.tar.xz

[dgit import orig libgpiod_1.4.1.orig.tar.xz]
105 files changed:
COPYING [new file with mode: 0644]
Doxyfile [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/gpiod_cxx_tests.cpp [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/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/gpiod_tests.py [new file with mode: 0755]
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]
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/misc.c [new file with mode: 0644]
libgpiod.pc.in [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-gpiodetect.c [new file with mode: 0644]
tests/tests-gpiofind.c [new file with mode: 0644]
tests/tests-gpioget.c [new file with mode: 0644]
tests/tests-gpioinfo.c [new file with mode: 0644]
tests/tests-gpiomon.c [new file with mode: 0644]
tests/tests-gpioset.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/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]