qemu-gpiodev/libgpiod.git
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
2017-01-17 Bartosz Golaszewskicore: name the iterator functions consistently
2017-01-17 Bartosz Golaszewskicore: skip chips and lines on error in gpiod_line_find_...
2017-01-17 Bartosz Golaszewskigpiomon: new options
2017-01-17 Bartosz Golaszewskigpioset: arrange local arguments for better readability
2017-01-17 Bartosz Golaszewskiconfigure: check for daemon() and signalfd() functions
2017-01-17 Bartosz Golaszewskicore: allow to specify the consumer in the simple event...
2017-01-17 Bartosz Golaszewskicore: allow to specify the consumer in simple set value...
2017-01-17 Bartosz Golaszewskicore: allow to specify the consumer in simple get value...
2017-01-17 Bartosz Golaszewskigpioset: tweak error messages
2017-01-17 Bartosz Golaszewskigpioset: fix help text
2017-01-17 Bartosz Golaszewskigpioset: new option
2017-01-17 Bartosz Golaszewskigpioset: new mode of operation
2017-01-17 Bartosz Golaszewskigpioset: major rework
2017-01-17 Bartosz Golaszewskitools-common: make ARRAY_SIZE() a common macro
2017-01-17 Bartosz Golaszewskicore: add a typedef for the set value callback
2017-01-17 Bartosz Golaszewskicore: new error number
2017-01-17 Bartosz Golaszewskigpioget: allow reading multiple lines at once
2017-01-17 Bartosz Golaszewskicore: new set/get value helpers
2017-01-16 Bartosz Golaszewskigpioinfo: readability tweaks
2017-01-16 Bartosz Golaszewskitools: tweak help text
2017-01-16 Bartosz Golaszewskidoc: don't generate class diagrams
2017-01-16 Bartosz Golaszewskidoc: document static inline functions
2017-01-16 Bartosz Golaszewskidoc: pass the EXTRA_VERSION to doxygen as well
2017-01-16 Bartosz Golaszewskidoc: fix Doxyfile
2017-01-16 Bartosz Golaszewskievent: new event request helpers
2017-01-15 Bartosz Golaszewskilibgpiod: start 0.1 development cycle
2017-01-15 Bartosz Golaszewskibuild: add EXTRA_VERSION to the version string
2017-01-15 Bartosz Golaszewskiconfigure: don't use the m4 directory
2017-01-15 Bartosz Golaszewskibuild: create an organized directory structure
2017-01-14 Bartosz Golaszewskidoc: doxygen: set the project version from Makefile
2017-01-14 Bartosz Golaszewskibuild: drop redundant version variables
2017-01-14 Bartosz GolaszewskiTODO: remove TODO from the repo - track features using...
2017-01-13 Bartosz Golaszewskiconfigure: drop redundant AC_HEADER_STDC
2017-01-13 Bartosz Golaszewskibuild: drop the aclocal flags
2017-01-13 Bartosz GolaszewskiTODO: update
2017-01-13 Bartosz Golaszewskibuild: add a configure option for tools
2017-01-13 Bartosz Golaszewskibuild: check if basename() is available
2017-01-13 Bartosz Golaszewskigpioset: coding style fix
2017-01-13 Bartosz GolaszewskiTODO: update
2017-01-13 Bartosz Golaszewskitools: add the --version argument
2017-01-13 Bartosz Golaszewskitools-common: add a function displaying the version...
2017-01-13 Bartosz Golaszewskicore: add a function for accessing the library version...
2017-01-13 Bartosz Golaszewskibuild: add library versioning
2017-01-13 Bartosz Golaszewskimake: readability tweaks
2017-01-12 Bartosz Golaszewskimake: compile the library with debug symbols
2017-01-11 Bartosz Golaszewskicore: rename line_bulk arguments to bulk where applicable
2017-01-11 Bartosz Golaszewskigpiod.h: fix a typo
2017-01-11 Bartosz Golaszewskicore: add a helper for requesting all types of events
2017-01-11 Bartosz Golaszewskicore: code shrink in gpiod_simple_set_value()
2017-01-11 Bartosz Golaszewskicore: code shrink in gpiod_simple_get_value()
2017-01-11 Bartosz Golaszewskigpiod.h: add line request helpers
next