qemu-gpiodev/libgpiod.git
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()
2017-01-28 Bartosz Golaszewskicore: simplify gpiod_chip_close()
2017-01-28 Bartosz Golaszewskigpioinfo: increase the width of the line offset
2017-01-25 Bartosz Golaszewskigpioset: include <poll.h> instead of <sys/poll.h>
2017-01-24 Bartosz Golaszewskibuild: use AC_FUNC_STRERROR_R to check the version...
2017-01-24 Bartosz Golaszewskidoc: documentation updates
2017-01-23 Bartosz Golaszewskicore: allow to read values of lines configured for...
2017-01-23 Thomas Petazzonicore: include <poll.h> instead of <sys/poll.h>
2017-01-23 Thomas Petazzonigpiod.h: include missing <time.h> include
2017-01-20 Bartosz Golaszewskiconfigure: add helpers for printing common errors
2017-01-20 Bartosz Golaszewskiconfigure: tweak error messages
2017-01-20 Bartosz Golaszewskiconfigure: don't check stdint.h
2017-01-20 Bartosz Golaszewskiconfigure: don't check headers/functions unnecessarily
2017-01-20 Bartosz Golaszewskiconfigure: check sys/poll.h availability
2017-01-20 Bartosz Golaszewskiconfigure: check ppoll() availability
2017-01-19 Bartosz GolaszewskiREADME: fix the required version of kernel headers
2017-01-19 Bartosz Golaszewskigpiomon: fix shortops
2017-01-18 Bartosz Golaszewskibuild: don't try to process docs if doxygen is not...
2017-01-18 Bartosz Golaszewskilibgpiod: start 0.2 development cycle
2017-01-18 Bartosz Golaszewskilibgpiod v0.1
2017-01-18 Bartosz GolaszewskiREADME: add examples
2017-01-18 Bartosz GolaszewskiREADME: add the autoconf version needed to compile...
2017-01-18 Bartosz GolaszewskiREADME: add bullet points to the tool list
2017-01-18 Bartosz GolaszewskiREADME: the introduction is not a code block
2017-01-18 Bartosz GolaszewskiREADME: rename to README.md for nice github cover
2017-01-17 Bartosz GolaszewskiREADME: update
2017-01-17 Bartosz Golaszewskicore: constify function arguments that will not be...
2017-01-17 Bartosz Golaszewskigpiomon: modify the output format
2017-01-17 Bartosz Golaszewskigpiomon: check if offset is not negative
next