qemu-gpiodev/libgpiod.git
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
2017-01-11 Bartosz Golaszewskievent: implement gpiod_line_event_read_fd()
2017-01-11 Bartosz Golaszewskigpiod.h: fix GPIOD_LINE_ITER_INITIALIZER()
2017-01-11 Bartosz Golaszewskicore: un-inline gpiod_line_iter_next()
2017-01-11 Bartosz GolaszewskiTODO: simple events done
2017-01-11 Bartosz Golaszewskigpiomon: stop execution and exit cleanly on SIGINT...
2017-01-11 Bartosz Golaszewskievent: tweak gpiod_simple_event_loop()
2017-01-11 Bartosz Golaszewskigpiomon: code shrink
2017-01-11 Bartosz Golaszewskicore: implement simple event monitoring
2017-01-11 Bartosz Golaszewskicore: code shrink
2017-01-11 Bartosz Golaszewskiiterators: improve error handling of line iterators
2017-01-11 Bartosz Golaszewskigpioinfo: check for errors when iterating over gpiochips
2017-01-11 Bartosz Golaszewskiiterators: extend chip iterator error handling
2017-01-11 Bartosz Golaszewskiiterators: improve error checking
2017-01-10 Bartosz Golaszewskicore: check for empty name & label of a gpiochip
2017-01-10 Bartosz Golaszewskicore: implement gpiod_chip_iter_free_noclose()
2017-01-10 Bartosz GolaszewskiTODO: update
2017-01-10 Bartosz Golaszewskicore: rework line handle & event requests
2017-01-10 Bartosz Golaszewskicore: rename the req field of struct gpiod_line to...
2017-01-10 Bartosz Golaszewskicore: add helpers for the line state field
2017-01-10 Bartosz Golaszewskicore: line status naming tweaks
2017-01-10 Bartosz Golaszewskievent: rework gpiod_line_event_wait_bulk()
2017-01-10 Bartosz GolaszewskiTODO: update
2017-01-10 Bartosz Golaszewskievent: remove the line field from struct gpiod_line_event
2017-01-09 Bartosz GolaszewskiTODO: update
2017-01-09 Bartosz Golaszewskicore: move a call to memset() in gpiod_line_event_wait_...
2017-01-09 Bartosz Golaszewskigpioinfo: tweak the output format
2017-01-09 Bartosz Golaszewskicore: fix gpiod_line_event_request()
2017-01-09 Bartosz Golaszewskicore: extend verify_line_bulk()
next