qemu-gpiodev/libgpiod.git
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...
2019-08-21 Bartosz Golaszewskitests: specify G_LOG_DOMAIN
2019-08-20 Bartosz Golaszewskigitignore: ignore all files with .pc extension
2019-08-19 Bartosz Golaszewskibuild: move libgpiod.pc.in into lib/
2019-08-14 Bartosz Golaszewskibindings: python: tests: verify the errno field of...
2019-08-12 Bartosz Golaszewskibindings: cxx: tests: simplify the event fd polling...
2019-08-12 Bartosz Golaszewskibindings: python: examples: wait for ENTER press in...
2019-08-12 Bartosz Golaszewskibindings: python: examples: don't store the return...
2019-08-12 Bartosz Golaszewskibindings: python: examples: make gpiomon.py output...
2019-08-09 Bartosz Golaszewskibindings: python: use unittest to implement a proper...
2019-08-09 Bartosz Golaszewskibindings: python: fix the default_val argument name...
2019-08-09 Alexander Steinbindings: cxx: add a workaround for --success run
2019-08-09 Alexander Steinbindings: cxx: vix compile errors
2019-08-09 Alexander Steinbindings: cxx: split out catch's main()
2019-08-09 Alexander Steinbindings: cxx: try using pkg-config to detect catch2
2019-08-09 Alexander Steinbindings: cxx: use 'upstream' include path
2019-08-08 Bartosz Golaszewskibindings: cxx: tests: extend the test case for global...
2019-08-07 Bartosz Golaszewskitests: don't use 'index' as a name for variables
2019-08-07 Bartosz Golaszewskitools: tests: restore the bats shebang in the bats...
2019-08-07 Bartosz Golaszewskitests: event: add two additional test cases for both...
2019-08-07 Bartosz Golaszewskibindings: cxx: use catch2 to implement a proper test...
2019-08-07 Bartosz Golaszewskibindings: cxx: add a missing throw to line::event_get_fd()
2019-08-07 Bartosz Golaszewskitests: event: fix the active-low switch test case
2019-08-07 Bartosz Golaszewskitests: mockup: don't fail at init-time if gpio-mockup...
2019-08-07 Bartosz Golaszewskitools: tests: fix the gpiomon test case with --active...
2019-08-06 Bartosz Golaszewskitools: tests: drop the .sh extension from the testing...
2019-08-06 Bartosz Golaszewskitools: tests: pass command-line arguments to the underl...
2019-08-06 Bartosz Golaszewskitools: tests: run the bats script indirectly from a...
2019-08-06 Bartosz Golaszewskitests: add a test case for using misc line flags together
2019-08-06 Bartosz Golaszewskitools: tests: remove some development leftovers
2019-08-05 Bartosz Golaszewskibindings: cxx: examples: use seconds for timeout in...
2019-08-04 Bartosz Golaszewskitests: mockup: make sure the gpio-mockup debugfs direct...
2019-08-04 Bartosz Golaszewskitests: mockup: add a comment explaining the kernel...
2019-08-04 Bartosz Golaszewskitests: free the GList linking test cases once it's...
2019-08-04 Bartosz Golaszewskitests: mockup: fix a typo in comment
2019-08-03 Bartosz GolaszewskiREADME: update the tests section
2019-08-03 Bartosz Golaszewskitests: mockup: validate the chip index where applicable
2019-08-02 Bartosz Golaszewskitests: drop manual test case links and use GList
2019-08-02 Bartosz Golaszewskitests: mockup: add extern "C" to the header
2019-08-01 Bartosz Golaszewskitests: use GLib for library test cases and bats for...
2019-08-01 Ramon Friedgpioinfo: mark kernel claimed lines as used
2019-07-30 Bartosz Golaszewskitests: setup libgpiomockup before checking the kernel...
2019-07-30 Bartosz Golaszewskitests: fix a segfault in error path
2019-07-27 Bartosz GolaszewskiTODO: new task for gpiomon
2019-07-22 Bartosz Golaszewskitests: mockup: use KERNEL_VERSION()
2019-07-11 Bartosz Golaszewskitests: iter: free non-mockup GPIO chips
2019-07-11 Bartosz Golaszewskibindings: python: fix GCC8 warnings due to function...
2019-07-11 Bartosz Golaszewskitests: build: fix the name of the test executable displ...
next