Import libgpiod_1.2.orig.tar.gz
authorSZ Lin (林上智) <szlin@debian.org>
Tue, 13 Nov 2018 03:42:05 +0000 (03:42 +0000)
committerSZ Lin (林上智) <szlin@debian.org>
Tue, 13 Nov 2018 03:42:05 +0000 (03:42 +0000)
commitd6196ebb5ea65bdf7e16dae01d83b584212935dd
tree2789da002304b4609efa29b9aa6e1ddc60b9f364
Import libgpiod_1.2.orig.tar.gz

[dgit import orig libgpiod_1.2.orig.tar.gz]
68 files changed:
.gitignore [new file with mode: 0644]
COPYING [new file with mode: 0644]
Doxyfile [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
bindings/Makefile.am [new file with mode: 0644]
bindings/cxx/Makefile.am [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/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/examples/Makefile.am [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]
configure.ac [new file with mode: 0644]
include/Makefile.am [new file with mode: 0644]
include/gpiod.h [new file with mode: 0644]
libgpiod.pc.in [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/lib/Makefile.am [new file with mode: 0644]
src/lib/core.c [new file with mode: 0644]
src/lib/ctxless.c [new file with mode: 0644]
src/lib/helpers.c [new file with mode: 0644]
src/lib/iter.c [new file with mode: 0644]
src/lib/misc.c [new file with mode: 0644]
src/tools/Makefile.am [new file with mode: 0644]
src/tools/gpiodetect.c [new file with mode: 0644]
src/tools/gpiofind.c [new file with mode: 0644]
src/tools/gpioget.c [new file with mode: 0644]
src/tools/gpioinfo.c [new file with mode: 0644]
src/tools/gpiomon.c [new file with mode: 0644]
src/tools/gpioset.c [new file with mode: 0644]
src/tools/tools-common.c [new file with mode: 0644]
src/tools/tools-common.h [new file with mode: 0644]
tests/Makefile.am [new file with mode: 0644]
tests/gpiod-test.c [new file with mode: 0644]
tests/gpiod-test.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]