qemu-gpiodev/libgpiod.git
2017-05-08 Bartosz Golaszewskitests: add test cases for line events
2017-05-08 Bartosz Golaszewskitests: fix a dmesg error message from gpio-mockup
2017-05-08 Bartosz Golaszewskitests: add a test case for misc line flags
2017-05-08 Bartosz Golaszewskitests: move the test case execution into a separate...
2017-05-05 Bartosz Golaszewskitests: add new assertion
2017-05-05 Bartosz Golaszewskitests: add a test case for gpiod_line_active_state()
2017-05-05 Bartosz Golaszewskitests: add a test case for gpiod_line_direction()
2017-05-05 Bartosz GolaszewskiREADME: add some info on unit tests
2017-05-05 Bartosz Golaszewskilibgpiod: add the NEWS file
2017-05-03 Bartosz Golaszewskitests: add a test case for gpiod_simple_event_loop()
2017-05-03 Bartosz Golaszewskitests: extend the testing framework with support for...
2017-05-03 Bartosz Golaszewskicore: fix the return value of gpiod_simple_event_loop()
2017-04-19 Bartosz Golaszewskitests: add a test case for gpiod_line_find_by_name()
2017-04-19 Bartosz Golaszewskitests: add support for named lines
2017-04-19 Bartosz Golaszewskitests: require at least linux v4.11
2017-03-16 Bartosz Golaszewskibuild: readability tweak for the unit tests make message
2017-03-14 Bartosz Golaszewskitests: sort mockup chips by number, not by name
2017-03-08 Bartosz Golaszewskitests: print an info message after building tests
2017-03-08 Thierry Redingbuild: use a more standard autogen.sh
2017-03-08 Thierry Redingbuild: store m4 files in an `m4' subdirectory
2017-03-08 Thierry Redingbuild: check for udev and kmod using pkg-config
2017-03-08 Thierry Redingtests: fix out-of-tree builds
2017-03-08 Thierry Redingtests: make gpiod-unit.h a source for gpiod-unit
2017-03-07 Bartosz Golaszewskigitignore: add libtools-common.la
2017-03-07 Thierry Redingtools: build convenience library
2017-03-07 Thierry Redingtools: fix out-of-tree builds
2017-03-07 Thierry Redingcore: fix out-of-tree builds
2017-03-02 Bartosz Golaszewskitests: new test case for chip iterators
2017-03-02 Bartosz Golaszewskitests: add a test case for gpiod_line_consumer()
2017-03-02 Bartosz Golaszewskitests: add a test case for busy lines
2017-03-02 Bartosz Golaszewskicore: fix checking for busy lines
2017-03-02 Bartosz Golaszewskitests: remove gu_release_line()
2017-03-02 Bartosz Golaszewskitests: fix a memory leak
2017-03-02 Bartosz Golaszewskitests: improve test descriptions
2017-03-02 Bartosz Golaszewskitests: add a test case for a bad line request
2017-03-02 Bartosz Golaszewskitests: add a test case for gpiod_line_request_bulk_output()
2017-03-02 Bartosz Golaszewskitests: add misc test cases
2017-03-01 Bartosz Golaszewskicore: remove doxygen hack
2017-03-01 Bartosz Golaszewskitests: add simple test cases for line iterators
2017-03-01 Bartosz Golaszewskicore: don't expose designated initializers in the libra...
2017-03-01 Bartosz Golaszewskitests: coding style fix
2017-03-01 Bartosz Golaszewskitests: tweak a log message
2017-03-01 Bartosz Golaszewskitests: use the 'malloc' attribute
2017-03-01 Bartosz Golaszewskitests: rename an argument
2017-03-01 Bartosz Golaszewskitests: add colors to output
2017-03-01 Bartosz Golaszewskitests: rework logging
2017-03-01 Bartosz Golaszewskitests: use function attribute consistently
2017-03-01 Bartosz Golaszewskicore: use the 'malloc' attribute
2017-03-01 Bartosz Golaszewskitests: drop the external prefix in gu_err()
2017-03-01 Bartosz Golaszewskitests: drop the external prefix in gu_msg()
2017-03-01 Bartosz Golaszewskitests: explain the need for qsort()
2017-02-28 Bartosz Golaszewskibuild: fix a test in configure.ac
2017-02-28 Bartosz Golaszewskitests: simplify test_load_module()
2017-02-28 Bartosz Golaszewskitests: remove a stray space
2017-02-27 Bartosz Golaszewskitests: remove GU_REGISTER_TEST()
2017-02-27 Bartosz Golaszewskitests: make struct gu_chip_descr & gu_test private
2017-02-27 Bartosz Golaszewskitests: document test API
2017-02-27 Bartosz Golaszewskitests: make gu_msg() and gu_err() static
2017-02-27 Bartosz Golaszewskitests: remove unnecessary goto
2017-02-24 Bartosz Golaszewskitests: test case for gpiod_foreach_chip_noclose()
2017-02-24 Bartosz Golaszewskitests: add new cleanup helper
2017-02-24 Bartosz Golaszewskitests: add a test for gpiod_chip_open_by_name()
2017-02-24 Bartosz Golaszewskicore: tweak argument names
2017-02-24 Bartosz Golaszewskigpiod.h: documentation updates
2017-02-24 Bartosz Golaszewskitests: add test cases for the high-level API
2017-02-24 Bartosz Golaszewskitests: add new assertion helper
2017-02-23 Bartosz Golaszewskicore: don't use double underscores
2017-02-23 Bartosz Golaszewskicore: use uint8_t instead of __u8
2017-02-23 Bartosz Golaszewskitests: fix potential memory corruption
2017-02-23 Bartosz Golaszewskitests: move exported functions below main()
2017-02-23 Bartosz Golaszewskitests: remove xcasprintf()
2017-02-23 Bartosz Golaszewskitests: wait for gpiochips before running tests
2017-02-23 Bartosz Golaszewskitests: move the closedir() call
2017-02-23 Bartosz Golaszewskitests: fix a potential segfault
2017-02-22 Bartosz Golaszewskitests: implement xcasprintf()
2017-02-22 Bartosz Golaszewskitests: introduce x-funcs
2017-02-22 Bartosz Golaszewskitests: don't sort entire structures
2017-02-22 Bartosz Golaszewskicore: extend gpiod_chip_open_lookup()
2017-02-22 Bartosz Golaszewskicore: new gpiod_chip_open() flavor
2017-02-22 Bartosz Golaszewskitests: add a couple line test cases
2017-02-22 Bartosz Golaszewskitests: new cleanup helper
2017-02-22 Bartosz Golaszewskitests: new assertion helper
2017-02-20 Bartosz Golaszewskitests: fix a comment
2017-02-20 Bartosz Golaszewskitests: add a chip iterator test case
2017-02-17 Bartosz Golaszewskitests: add a simple unit testing framework and a couple...
2017-02-15 Bartosz Golaszewskicore: coding style fixes
2017-02-09 Bartosz Golaszewskimake: simplify Makefile.am in src/
2017-02-08 Bartosz Golaszewskimake: use LDADD instead of AM_LDFLAGS when linking...
2017-02-08 Bartosz Golaszewskiconfigure: use quotation marks consistently
2017-02-08 Bartosz Golaszewskiconfigure: fix variable assignment
2017-02-08 Bartosz Golaszewskicore: code shrink
2017-02-07 Bartosz Golaszewskicore: drop a redundant call to gpiod_line_name()
2017-02-06 Bartosz Golaszewskicore: really fix event requests
2017-02-06 Bartosz Golaszewskicore: close GPIO chip device files on exec
2017-02-05 Bartosz Golaszewskigpioset: fix helptext
2017-02-01 Clemens Grubercore: add non-closing gpiochip iterator function and...
2017-01-30 Bartosz Golaszewskicore: fix requesting events
2017-01-29 Bartosz Golaszewskilibgpiod: relicense under LGPLv2.1
2017-01-28 Bartosz Golaszewskicore: simplify verify_line_bulk()
2017-01-28 Bartosz Golaszewskicore: rename line_update() to line_maybe_update()
next