qemu-gpiodev/libgpiod.git
2021-02-18 Bartosz Golaszewskilicensing: relicense C++ library code under LGPL-3...
2021-02-18 Bartosz Golaszewskilicensing: relicense non-library code under GPL-2.0...
2021-02-18 Bartosz Golaszewskilicensing: make the project REUSE-compliant
2021-02-15 Kent Gibsonbindings: python: fix uninitialized default_vals being...
2021-02-14 Bartosz Golaszewskibindings: cxx: tests: remove stray tab
2021-02-03 Jan Kundrátbindings: cxx: fix building with clang's libc++
2021-01-19 Bartosz Golaszewskicore: add the kernel uapi header to the repository
2021-01-19 Bartosz Golaszewskibindings: cxx: line: reorder bias mapping entries
2021-01-19 Bartosz Golaszewskitreewide: make drive settings an enum
2021-01-19 Bartosz Golaszewskitreewide: rename BIAS_DISABLE to BIAS_DISABLED
2021-01-19 Bartosz Golaszewskitreewide: rename BIAS_AS_IS to BIAS_UNKNOWN
2020-12-17 Bartosz Golaszewskitreewide: simplify the active-low line property
2020-12-17 Bartosz Golaszewskitreewide: remove helpers for opening chips by name...
2020-12-17 Bartosz Golaszewskicore: remove unneeded include from gpiod.h
2020-12-16 Bartosz Golaszewskitests: line: remove a bad test case
2020-12-14 Bartosz Golaszewskicore: kill chip iterators
2020-12-14 Bartosz Golaszewskibuild: add a configure switch for building examples
2020-12-14 Bartosz Golaszewskicore: rework gpiod_chip_find_line()
2020-12-14 Bartosz Golaszewskitreewide: kill find_lines()
2020-12-14 Bartosz Golaszewskitreewide: kill global line lookup
2020-12-14 Bartosz Golaszewskicore: kill gpiod_line_get()
2020-12-14 Bartosz Golaszewskicore: kill gpiod_line_close_chip()
2020-12-14 Bartosz GolaszewskiAPI: move gpiod_line_get_chip() to line attributes...
2020-12-14 Bartosz Golaszewskitreewide: kill opening chips by label
2020-12-14 Bartosz Golaszewskicore: drop line iterators
2020-12-14 Bartosz Golaszewskibulk: drop the limit on the max number of lines
2020-12-14 Bartosz Golaszewskicore: export gpiod_is_gpiochip_device()
2020-12-14 Bartosz Golaszewskibuild: drop the message about tests having been built...
2020-12-14 Bartosz Golaszewskibindings: cxx: check for error from gpiod_line_bulk_new()
2020-12-09 Bartosz Golaszewskicore: improve a comment in is_gpiochip_cdev()
2020-11-24 Bartosz Golaszewskidoc: remove any referencess to context-less API
2020-11-18 Bartosz Golaszewskicore: remove unused forward declaration
2020-11-18 Bartosz Golaszewskitreewide: unexport GPIOD_UNUSED
2020-11-18 Bartosz Golaszewskictxless: drop all context-less interfaces
2020-11-18 Bartosz Golaszewskicore: provide gpiod_line_bulk_reset()
2020-11-04 Bartosz Golaszewskitreewide: rework struct gpiod_line_bulk
2020-11-04 Bartosz Golaszewskibindings: cxx: demote the line's parent chip reference...
2020-10-26 Bartosz Golaszewskitreewide: make linux v5.10 a hard requirement for libgpiod
2020-10-26 Bartosz GolaszewskiMerge branch 'for-linux-v5.10-rc1'
2020-10-16 Marc Ferlanddoc: fix typo in gpiod_line_request_bulk() documentation
2020-10-16 Kent Gibsondoc: fix typo in gpiod_line_request_bulk() documentation
2020-10-15 Bartosz GolaszewskiTODO: add a task for replacing chrono::duration with...
2020-10-14 Kent Gibsontests: add check of event offset to wait_multiple
2020-10-14 Kent Gibsoncore: Basic port to uAPI v2
2020-10-14 Kent Gibsontests: create mismatch between chip and bulk offsets...
2020-10-14 Bartosz GolaszewskiTODO: remove the task for removing deprecated interfaces
2020-10-14 Bartosz Golaszewskicore: remove deprecated functions
2020-10-14 Bartosz Golaszewskibindings: python: remove gpiod.version_string()
2020-10-14 Kent Gibsonbindings: cxx: tests: rename freq parameter to period_ms
2020-10-13 Bartosz Golaszewskibuild: modernize configure.ac
2020-10-12 Bartosz Golaszewskitests: break tests if line requests fail
2020-10-09 Jiri Bencbindings: python: fix Line.request() crashing
2020-10-09 Bartosz Golaszewskibindings: python: tests: add a test-case exposing a...
2020-10-09 Jiri Bencbindings: python: fix incorrect object size
2020-10-02 Bartosz Golaszewskilibgpiod: start v2.0 development cycle
2020-10-01 Bartosz Golaszewskilibgpiod v1.6
2020-10-01 Bartosz GolaszewskiNEWS: updates for v1.6
2020-09-15 Bartosz Golaszewskidoc: improve the part about non-unique line names
2020-09-14 Kent Gibsoncore: fix reading subset of available events
2020-09-14 Kent Gibsontests: event: extend testing to cover reading a subset...
2020-09-14 Kent Gibsonbindings: cxx: fix event timestamp calculation for...
2020-08-13 Alexander Steindoc: add @file to headers
2020-08-13 Alexander Steindoc: remove obsolete PERL_PATH
2020-08-13 Alexander Steindoc: fix doxygen warning
2020-08-13 Alexander Steindoc: use autotoolized Doxyfile
2020-08-13 Alexander Steindoc: fix doxygen warnings
2020-08-06 Bartosz Golaszewskidoc: document the reasons for deprecating interfaces
2020-08-06 Bartosz Golaszewskidoc: document the caveat concerning line lookups
2020-08-06 Bartosz GolaszewskiTODO: add a task for improving the interface for line...
2020-08-06 Bartosz GolaszewskiTODO: clarify the release plan for libgpiod v2.0
2020-08-06 Bartosz GolaszewskiTODO: add a task for Rust bindings
2020-07-07 Kent Gibsonbindings: cxx: fix sign-compare compile warnings in...
2020-06-17 Kent Gibsoncore: fix gpiod_line_get_value_bulk for events
2020-06-17 Kent Gibsontests: event: add tests for gpiod_line_get_value_bulk...
2020-06-17 Kent Gibsonbindings: cxx: tests: add tests for bulk events get_values
2020-05-27 Kent Gibsondoc: fix comment mix up in gpiod.h
2020-05-27 Kent Gibsontests: remove debug asserts
2020-05-11 Bartosz Golaszewskibindings: cxx: fix the forward declaration for line_event
2020-05-04 Bartosz Golaszewskigpioinfo: print bias flags if set
2020-04-30 Bartosz Golaszewskitools: unduplicate signalfd() code
2020-04-28 Bartosz Golaszewskibindings: cxx: drop a stray newline
2020-04-28 Bartosz Golaszewskidoc: improve the description of gpiod_line_event_read()
2020-04-27 Bartosz GolaszewskiTODO: add a list of planned API changes for v2.0
2020-04-14 Bartosz Golaszewskitools: tests: fix regex patterns for timestamps in...
2020-04-09 Bartosz Golaszewskidoc: add descriptions for doxygen sub-sections
2020-04-02 Bartosz Golaszewskibindings: python: add the __version__ module attribute
2020-03-17 Bartosz Golaszewskibuild: use the gnu89 C standard explicitly
2020-02-13 Bartosz Golaszewskicore: reuse the err_close_fd label in gpiod_chip_open()
2020-02-08 Bartosz Golaszewskibuild: check for realpath() in configure.ac
2020-02-07 Andy Shevchenkocore: relax gpiod_chip_open() for symbolic links
2020-02-03 Bartosz Golaszewskibindings: cxx: fix std namespace resolution
2020-02-03 Bartosz Golaszewskitests: misc: fix the version string test case
2020-01-29 Bartosz GolaszewskiMerge branch 'next'
2020-01-29 Bartosz Golaszewskilibgpiod: start v1.6 development cycle
2020-01-27 Bartosz Golaszewskilibgpiod v1.5
2020-01-25 Bartosz GolaszewskiREADME: remove the reference to v4.8 kernel headers
2020-01-25 Chris Nisbetiter: remove unnecessary indirection in free_dirs
2020-01-24 Bartosz Golaszewskiconfigure: move the ABI version definition for libgpiom...
2020-01-15 Bartosz Golaszewskibuild: increment the revision in libgpiomockup's ABI...
2020-01-14 Bartosz Golaszewskilibgpiod v1.5-rc2
next