qemu-gpiodev/libgpiod.git
2018-06-07 Bartosz Golaszewskibindings: python: use PyObject_CallMethod() where possible
2018-06-06 Bartosz Golaszewskilibgpiod: start v1.2 development cycle
2018-05-16 Bartosz Golaszewskilibgpiod v1.1
2018-05-16 Bartosz GolaszewskiNEWS: updates for v1.1
2018-05-16 Bartosz Golaszewskibindings: cxx: set the ABI version to 1.0.0
2018-05-16 Bartosz Golaszewskibindings: python: add support for controlled execution
2018-05-16 Bartosz Golaszewskibindings: python: provide better resource control
2018-05-16 Bartosz Golaszewskibindings: python: provide gpiod.version_string()
2018-05-16 Bartosz Golaszewskidoc: tweak the comment for gpiod_version_string()
2018-05-15 Bartosz Golaszewskibindings: python: test case for line flags
2018-05-15 Bartosz Golaszewskibindings: python: provide Line.is_requested()
2018-05-15 Bartosz Golaszewskibindings: python: improve readability in test cases
2018-05-15 Bartosz Golaszewskibindings: python: new test cases/examples
2018-05-15 Bartosz Golaszewskibindings: python: provide Chip.get_all_lines()
2018-05-15 Bartosz Golaszewskibindings: python: improve readability
2018-05-15 Bartosz Golaszewskibindings: python: code shrink
2018-05-15 Bartosz Golaszewskibindings: python: implement Chip.find_lines()
2018-05-14 Bartosz Golaszewskibindings: python: extend tests
2018-05-14 Bartosz Golaszewskibindings: python: change the return value of gpiod_Line...
2018-05-14 Bartosz Golaszewskibindings: python: fix a memory leak in gpiod_Line_event...
2018-05-14 Bartosz Golaszewskibindings: cxx: fix the return value of line_bulk::find_...
2018-05-14 Bartosz Golaszewskibindings: python: fix a memory leak in Line.set_value()
2018-05-14 Bartosz Golaszewskihelpers: provide gpiod_chip_find_lines()
2018-05-14 Bartosz Golaszewskibindings: python: return None if line can't be found...
2018-05-12 Bartosz Golaszewskibindings: python: decref the chip object in gpiod_Modul...
2018-05-09 Bartosz Golaszewskibindings: cxx: add test cases for iterators
2018-05-09 Bartosz Golaszewskibindings: cxx: new test cases
2018-05-09 Bartosz Golaszewskibindings: cxx: add a comment about the need for a dummy...
2018-05-09 Bartosz Golaszewskibindings: cxx: initialize the line_request flags before...
2018-05-08 Bartosz Golaszewskibindings: cxx: export static members of gpiod::line_request
2018-05-07 Bartosz Golaszewskibindings: cxx: fix SPDX license identifiers in examples
2018-04-22 Bartosz Golaszewskibindings: python: release the GIL during blocking I...
2018-04-21 Bartosz GolaszewskiREADME: add info about building from release tarballs
2018-04-21 Bartosz GolaszewskiREADME: add info about high-level bindings
2018-04-20 Bartosz Golaszewskibuild: fix cross-compilation of python bindings
2018-04-18 Bartosz Golaszewskibuild: check for unexpanded macros in configure.ac
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
next