qemu-gpiodev/libgpiod.git
2018-04-17 Bartosz Golaszewskibindings: implement python bindings
2018-04-15 Bartosz Golaszewskicore: events: correctly handle POLLNVAL in gpiod_line_e...
2018-04-12 Bartosz Golaszewskitools: fix the copyright notice
2018-04-12 Bartosz Golaszewskibuild: tweak the message emitted after building tests
2018-04-12 Bartosz Golaszewskicore: use reference counting for line file descriptors
2018-04-04 Bartosz Golaszewskilicense: use C++-style comments for SPDX headers in...
2018-04-03 Bartosz Golaszewskitests: gpioinfo: expect default direction to be input
2018-03-14 Bartosz Golaszewskibuild: use separate versioning schemes for API & ABI
2018-03-04 Bartosz Golaszewskibuild: user SPDX license identifier
2018-03-04 Bartosz Golaszewskibindings: cxx: use SPDX license identifier
2018-03-04 Bartosz Golaszewskiinclude: use SPDX license identifier
2018-03-04 Bartosz Golaszewskicore: use SPDX license identifier
2018-03-04 Bartosz Golaszewskitests: use SPDX license identifier
2018-02-27 Bartosz Golaszewskibindings: cxx: rename the C++ tests executable
2018-02-27 Bartosz Golaszewskibindings: cxx: rename line_bulk::add() to line_bulk...
2018-02-25 Bartosz Golaszewskibindings: cxx: don't check the chip's label and name...
2018-02-22 Bartosz Golaszewskibindings: cxx: provide chip::get_all_lines()
2018-02-22 Bartosz Golaszewskitests: add a new cleanup macro
2018-02-22 Bartosz GolaszewskiAPI: provide new line accessors
2018-02-21 Bartosz Golaszewskibindings: cxx: rename line and chip iterator classes
2018-02-21 Bartosz Golaszewskibindings: cxx: add pkg-config support
2018-02-20 Clemens Grubertools: move function attributes to the header file
2018-02-19 Bartosz Golaszewskibindings: cxx: allow empty default values in line_bulk...
2018-02-19 Bartosz Golaszewskicore: allow NULL default_vals for output requests
2018-02-19 Bartosz Golaszewskicore: use gpiod_line_bulk_foreach_line_off() in line_re...
2018-02-19 Bartosz Golaszewskibindings: cxx: new example
2018-02-19 Bartosz Golaszewskibindings: cxx: provide methods for releasing requested...
2018-02-19 Bartosz Golaszewskibindings: cxx: require default values for output requests
2018-02-19 Bartosz Golaszewskibindings: cxx: constify default_vals in line_bulk:...
2018-02-19 Bartosz GolaszewskiAPI: start certain enums from 1
2018-02-19 Bartosz Golaszewskibindings: implement C++ bindings
2018-02-12 Bartosz Golaszewskitests: event: new test case
2018-02-08 Bartosz Golaszewskidist: include Doxyfile in the release tarball
2018-02-07 Bartosz Golaszewskilibgpiod: start v1.1 development cycle
2018-02-07 Bartosz Golaszewskilibgpiod v1.0
2018-02-07 Bartosz GolaszewskiNEWS: updates for v1.0
2018-02-03 Bartosz Golaszewskicore: constify *values in gpiod_line_set_value_bulk()
2018-01-29 Bartosz Golaszewskidoc: improve the doxygen description of default_val(s)
2018-01-26 Bartosz Golaszewskidoc: consistently break lines in @param's descriptions
2018-01-26 Bartosz Golaszewskidoc: explicitly state that the ctxless event poll callb...
2018-01-26 Bartosz Golaszewskidoc: clarify that the high-level set value callback...
2018-01-26 Bartosz GolaszewskiAPI: use gpiod_ctxless_ as prefix for the high-level API
2018-01-24 Bartosz Golaszewskigitignore: add libgpiod.pc
2018-01-23 Clemens Gruberbuild: add pkg-config support
2018-01-23 Clemens Grubergpiomon: initialize the active low variable
2018-01-22 Bartosz Golaszewskitests: kill test_free_str()
2018-01-19 Bartosz Golaszewskiall: fix various coding style issues
2018-01-13 Bartosz Golaszewskiall: update the copyright notice
2018-01-10 Bartosz Golaszewskiall: modify the license preamble in files
2018-01-10 Bartosz Golaszewskidoc: minor documentation tweaks
2018-01-09 Bartosz Golaszewskicore: remove an unnecessary else
2017-12-01 SZ Linall: make license type consistent between source files...
2017-11-30 Bartosz Golaszewskicore: don't allow open-source and open-drain flags...
2017-11-17 Bartosz Golaszewskicore: change the prefix for line request flags
2017-11-17 Bartosz Golaszewskicore: coding style tweak
2017-11-17 Bartosz Golaszewskitests: line: remove unnecessary line releases
2017-11-17 Bartosz Golaszewskicore: improve error handling
2017-11-14 Bartosz Golaszewskitests: make the devpath check less strict
2017-11-05 Bartosz Golaszewskiiter: fix a crash occurring if no GPIO chips are present
2017-11-05 Bartosz Golaszewskiiter: rework line iterator API
2017-11-05 Bartosz Golaszewskidoc: update the descriptions for chip iterators
2017-11-05 Bartosz Golaszewskitests: use test_build_str() in test cases
2017-11-05 Bartosz Golaszewskitests: provide test_build_str()
2017-11-04 Bartosz Golaszewskiiter: rework chip iterators
2017-11-04 Bartosz Golaszewskitests: gpioinfo: don't use static names for GPIO chips
2017-11-03 Bartosz Golaszewskidoc: update the documentation for events and iterators
2017-10-31 Bartosz Golaszewskiiter: use scandir() for chip iterators
2017-10-31 Bartosz GolaszewskiNEWS: updates for v0.3.2
2017-10-26 Bartosz Golaszewskibuild: tools: use absolute path in LDADD
2017-10-25 Bartosz Golaszewskicore: simplify consumer, label & name strings handling
2017-10-24 Bartosz Golaszewskidoc: minor fix for line bulk loop macros
2017-10-24 Bartosz Golaszewskidoc: improvements for the chip operations
2017-10-24 Bartosz Golaszewskihelpers: set errno in gpiod_chip_open_by_label()
2017-10-24 Bartosz Golaszewskidoc: extend the documentation of the simple API
2017-10-24 Bartosz Golaszewskidoc: extend the introduction
2017-10-24 Bartosz Golaszewskitests: remove the MALLOC attribute from xappend()
2017-10-23 Bartosz Golaszewskitests: event: new test case
2017-10-23 Bartosz Golaszewskicore: fix an error path in line event requests
2017-10-23 Bartosz Golaszewskicore: use gpiod_line_bulk_foreach_line_off()
2017-10-23 Bartosz Golaszewskicore: implement gpiod_line_bulk_foreach_line_off()
2017-10-20 Bartosz Golaszewskicore: code shrink for name, label & consumer strings...
2017-10-20 Bartosz Golaszewskicore: update line info after requesting the event handle
2017-10-20 Bartosz Golaszewskihelpers: fix a crash in gpiod_chip_find_line()
2017-10-19 Bartosz Golaszewskicore: remove kernel data structures from struct gpiod_line
2017-10-19 Bartosz Golaszewskicore: remove kernel data structures from struct gpiod_chip
2017-10-19 Bartosz Golaszewskitests: line: coding style fix
2017-10-19 Bartosz Golaszewskicore: rename a field in struct gpiod_chip
2017-10-18 Bartosz Golaszewskicore: coding style fix
2017-10-18 Bartosz Golaszewskicore: move helpers to a separate file
2017-10-18 Bartosz Golaszewskicore: remove unnecessary setters and getters
2017-10-18 Bartosz Golaszewskievent: improve gpiod_line_event_get_fd()
2017-10-18 Bartosz Golaszewskicore: move line-related static functions to more suitab...
2017-10-18 Bartosz Golaszewskicore: remove line_set_offset()
2017-10-18 Bartosz Golaszewskicore: simplify the internal line context structs
2017-10-16 Bartosz Golaszewskitests: set errno to 0 before running each test case
2017-10-16 Bartosz Golaszewskicore: don't allow OPEN_DRAIN & OPEN_SOURCE flags for...
2017-10-15 Bartosz Golaszewskitests: line: fix the misc flags test case
2017-10-11 Bartosz Golaszewskisimple-api: modify the order of arguments in simple...
2017-10-11 Bartosz Golaszewskisimple-api: modify the order of arguments in set value...
2017-10-11 Bartosz Golaszewskisimple-api: modify the order of arguments in get value...
next