qemu-gpiodev/libgpiod.git
2018-11-07 Bartosz Golaszewskibuild: check for sys/sysmacros.h in configure
2018-11-07 Bartosz Golaszewskicore: add missing include
2018-11-05 Bartosz Golaszewskicore: harden gpiod_chip_open()
2018-11-03 Bartosz Golaszewskitools: tweak the formatting of help text strings
2018-10-07 Bartosz GolaszewskiMerge branch 'next'
2018-10-07 Bartosz GolaszewskiAPI: mark context-less event loop functions as deprecated
2018-10-07 Bartosz GolaszewskiAPI: add a macro for marking deprecated functions
2018-10-07 Bartosz Golaszewskitests: ctxless: add a test case for the event monitor
2018-10-07 Bartosz Golaszewskitests: ctxless: switch to using the event monitor routines
2018-10-07 Bartosz Golaszewskigpiomon: switch to using gpiod_ctxless_event_monitor_mu...
2018-10-07 Bartosz Golaszewskictxless: provide new event monitor
2018-10-07 SZ Lin (林上智)bindings: cxx: examples: add missing include
2018-10-02 Bartosz Golaszewskibuild: don't use unicode characters in configure.ac
2018-08-29 Bartosz Golaszewskibuild: tools: remove unnecessary line breaks
2018-07-31 Bartosz Golaszewskibindings: python: pydoc improvements
2018-07-31 Bartosz Golaszewskibindings: python: bail-out if the line was not found...
2018-07-31 Bartosz Golaszewskibindings: python: fix gpiod_Chip_find_lines() for nonex...
2018-07-31 Bartosz Golaszewskibindings: python: remove a redundant if
2018-07-31 Bartosz Golaszewskibindings: python: examples: close chip objects where...
2018-07-26 Bartosz Golaszewskibuild: add a comment about libtool version to configure.ac
2018-07-24 Bartosz Golaszewskitools: tweak the displayed version format
2018-07-24 Bartosz Golaszewskibindings: python: fix tp_dealloc callbacks in all objects
2018-07-22 Bartosz Golaszewskibindings: python: don't force python to use the system...
2018-07-22 Bartosz Golaszewskibindings: python: examples: new test case
2018-07-22 Bartosz Golaszewskibindings: python: don't call gpiod_LineBulk_init()...
2018-07-20 Bartosz Golaszewskibindings: python: add test cases for default values...
2018-07-20 Bartosz Golaszewskibindings: python: fix the default_vals argument in...
2018-07-13 Bartosz Golaszewskibindings: python: examples: remove unnecessary import
2018-07-13 Bartosz Golaszewskibindings: python: move gpiod_ChipIsClosed() to the...
2018-07-13 Bartosz Golaszewskibindings: python: examples: don't use sys.argv[0] as...
2018-07-13 Bartosz Golaszewskibindings: python: call gpiod_LineBulk_init() directly
2018-07-13 Bartosz Golaszewskibindings: python: provide a helper for calling methods...
2018-07-13 Bartosz Golaszewskibindings: python: fix a memory corruption
2018-07-13 Bartosz Golaszewskibindings: python: fix a memory leak in error path
2018-06-07 Bartosz Golaszewskibindings: python: fix a warning
2018-06-07 Bartosz Golaszewskibindings: python: add a test case for line_event's...
2018-06-07 Bartosz Golaszewskibindings: python: avoid calling object method callbacks...
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...
next