qemu-gpiodev/libgpiod.git
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
2020-01-06 Bartosz Golaszewskibindings: python: tests: package the python test-suite...
2020-01-06 Bartosz Golaszewskilibgpiod v1.5-rc1
2020-01-06 Bartosz GolaszewskiNEWS: updates for v1.5
2020-01-06 Bartosz Golaszewskitools: add a newline between the usage and summary...
2020-01-03 Bartosz Golaszewskitreewide: split .gitignore into separate files
2020-01-02 Bartosz Golaszewskibindings: python: tests: add a test-case for reading...
2020-01-02 Bartosz Golaszewskibindings: python: add a method for reading multiple...
2020-01-02 Bartosz Golaszewskibindings: cxx: tests: add a test-case for reading multi...
2020-01-02 Bartosz Golaszewskibindings: cxx: provide a method for reading multiple...
2019-12-30 Bartosz Golaszewskitests: event: extend test coverage for reading multiple...
2019-12-18 Bartosz Golaszewskicore: provide functions for reading multiple line event...
2019-12-17 Bartosz Golaszewskicore: use gpiod_line_event_get_fd() in gpiod_line_event...
2019-12-16 Bartosz Golaszewskigitignore: ignore libtool scripts created when cross...
2019-12-14 Bartosz Golaszewskibuild: drop a redundant check for linux/version.h header
2019-12-12 Bartosz Golaszewskibuild: check linux headers version at build-time
2019-12-11 Joel Savitzbindings: python: fix segfault when calling Line.request()
2019-12-10 Kent Gibsonbindings: python: make vals in gpiod_Line_set_value...
2019-12-10 Kent Gibsonbindings: cxx: fix indentation of wrapped field descrip...
2019-12-10 Kent Gibsondoc: document gpiod_line_set_value_bulk NULL values...
2019-12-10 Kent Gibsontools: add tests for drive flags
2019-12-10 Kent Gibsontools: gpioset: add support for drive flags
2019-12-10 Kent Gibsontools: add tests for bias flags
2019-12-10 Kent Gibsontools: add support for bias flags
2019-12-10 Kent Gibsonbindings: python: tests: add tests for SET_CONFIG methods
2019-12-10 Kent Gibsonbindings: python: add support for SET_CONFIG
2019-12-10 Kent Gibsonbindings: python: move tuple to int array conversion...
2019-12-10 Kent Gibsonbindings: cxx: tests: add tests for SET_CONFIG methods
2019-12-10 Kent Gibsonbindings: cxx: add support for SET_CONFIG
2019-12-10 Kent Gibsontests: add tests for SET_CONFIG
2019-12-10 Kent Gibsoncore: add support for SET_CONFIG
2019-12-10 Kent Gibsonbindings: python: tests: add tests for bias flags
2019-12-10 Kent Gibsonbindings: python: add support for bias flags
2019-12-09 Kent Gibsonbindings: cxx: tests: add tests for bias flags
2019-12-09 Kent Gibsonbindings: cxx: add support for bias flags
2019-12-09 Kent Gibsontests: add tests for bias flags
2019-12-09 Kent Gibsoncore: add support for bias flags
2019-11-26 Bartosz Golaszewskitests: fix a typo in comment
2019-11-26 Bartosz Golaszewskibuild: use AC_CHECK_PROG() instead of AC_CHECK_FILE...
2019-11-23 Bartosz Golaszewskicore: deprecate gpiod_needs_update()
2019-11-18 Kent Gibsontreewide: change "correspond with" to "correspond to"
2019-11-18 Kent Gibsoncore: allow gpiod_line_set_value_bulk() to accept null...
2019-11-18 Kent Gibsonbindings: cxx: initialize bitset with integer instead...
2019-11-18 Kent Gibsonbindings: cxx: drop noexcept from direction() and activ...
2019-11-18 Bartosz Golaszewskibindings: cxx: tests: fix misspelling of parameter
2019-11-18 Kent Gibsoncore: fix misspelling of parameter
2019-11-18 Kent Gibsoncore: move request flag to handle flag conversion into...
2019-10-09 Joel Savitzbuild: check for python-config in configure
2019-09-19 Bartosz Golaszewskibindings: python: directly return the value from PyErr_...
2019-09-19 Bartosz GolaszewskiREADME: update the testing section
2019-09-17 Bartosz GolaszewskiTODO: add a task for a re-write of python bindings
2019-09-14 Bartosz Golaszewskibindings: python: provide Line.update()
2019-09-14 Bartosz Golaszewskibindings: cxx: provide line::update()
2019-09-10 Bartosz Golaszewskibuild: tweak formatting of multi-line variables in...
2019-09-10 Bartosz Golaszewskibindings: python: examples: check if '__main__' is set
2019-09-10 Bartosz GolaszewskiTODO: remove the task for running external processes...
2019-09-10 Bartosz Golaszewskicore: rename up_to_date to needs_update in struct gpiod...
2019-09-10 Bartosz Golaszewskibindings: python: tests: fix checking the kernel version
2019-09-03 Bartosz Golaszewskicore: fix the major:minor number comparison between...
2019-08-29 Bartosz Golaszewskitreewide: tests: uncomment previously failing test...
next