qemu-gpiodev/libgpiod.git
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...
2019-07-09 Bartosz Golaszewskitests: gpio-mockup: constify num_lines
2019-07-06 Bartosz Golaszewskitests: fix a memory leak in exit path
2019-07-05 Bartosz Golaszewskitests: gpio-mockup: store the number of chips in gpio_m...
2019-07-05 Bartosz Golaszewskitests: gpio-mockup: don't allocate the chip structure...
2019-06-09 Bartosz GolaszewskiTODO: remove the task for factoring out of common testi...
2019-06-07 Bartosz Golaszewskilibgpiod: start v1.5 development cycle
2019-06-06 Bartosz Golaszewskilibgpiod v1.4
2019-06-06 Bartosz GolaszewskiNEWS: updates for v1.4
2019-06-05 Bartosz Golaszewskitests: gpiomon: use test_trigger_event() to fix timing...
2019-06-05 Bartosz Golaszewskitests: provide test_trigger_event()
2019-06-05 Bartosz Golaszewskitests: gpiomon: tweak the timing for single event type...
2019-06-05 Bartosz Golaszewskitests: use libgpiomockup
2019-06-05 Bartosz Golaszewskitests: mockup: add a library for controlling the gpio...
2019-06-05 Bartosz Golaszewskitests: remove make check target
2019-05-29 Bartosz Golaszewskitests: fix mapping of chip numbers
2019-04-23 Bartosz GolaszewskiTODO: remove the task for converting the tests for...
2019-04-23 Bartosz Golaszewskitests: make linux v5.1 the minimum version to run tests
2019-04-23 Bartosz Golaszewskitests: line: use debugfs to verify set values
2019-04-23 Bartosz Golaszewskitests: gpioset: make test cases work with linux v5.1
2019-04-23 Bartosz Golaszewskitests: gpiomon: increase the time waiting for events
2019-04-23 Bartosz Golaszewskitests: gpioget: make test cases work with linux v5.1
2019-04-23 Bartosz Golaszewskitests: event: make test cases work with linux v5.1
2019-04-23 Bartosz Golaszewskitests: ctxless: make test cases work with linux v5.1
2019-04-23 Bartosz Golaszewskitests: provide test_debugfs_get/set_value() helpers
2019-04-23 Bartosz Golaszewskitests: document the freq argument in test_set_event()
2019-04-23 Bartosz Golaszewskitests: fix debugfs path
2019-04-23 Bartosz Golaszewskitests: don't allow to generate events of the same type...
2019-04-15 Alexander Steinman: fix out of source build
2019-04-03 Bartosz GolaszewskiTODO: add a list of things to implement for feature...
2019-04-01 Bartosz Golaszewskigitignore: add .swp to the list of ignored extensions
2019-03-29 David Kozubbindings: cxx: make operator bool() explicit
2019-03-29 David Kozubbindings: cxx: remove superfluous std::move
2019-03-25 Bartosz Golaszewskilibgpiod: start v1.4 development cycle
2019-03-25 Bartosz Golaszewskilibgpiod v1.3
2019-03-25 Bartosz GolaszewskiNEWS: updates for v1.3
2019-03-25 Bartosz Golaszewskibuild: fix cross-compilation after adding manpages
2019-03-20 Bartosz Golaszewskitests: look for gpio-tools in more places
2019-03-20 Anders Roxelltests: enable installing tests to bindir
2019-03-18 Bartosz Golaszewskigitignore: ignore patches
2019-03-07 Bartosz Golaszewskitreewide: rearrange source directories
2019-03-07 Bartosz Golaszewskitools: coding style fix
2019-03-07 Bartosz Golaszewskiman: add template to EXTRA_DIST
2019-03-06 Bartosz Golaszewskicore: ctxless: arrange local variables in reverse chris...
2019-03-06 Bartosz Golaszewskicore: ctxless: bail-out if num_lines == 0
2019-03-01 Bartosz GolaszewskiREADME: fix the kernel version required to run tests
2019-03-01 Anders Roxellbuild: use top_builddir instead of relative paths
2019-02-28 Bartosz Golaszewskicore: drop an unnecessary pointer assignment
2019-02-25 Bartosz Golaszewskiconfigure: check for setlinebuf() when building tools
2019-02-25 Martin Hundebøllgpiomon: add option to set line buffered output
2019-02-25 Bartosz Golaszewskiconfigure: code shrink
2019-02-21 Bartosz Golaszewskitreewide: order includes alphabetically
2019-02-19 Bartosz GolaszewskiREADME: add a section about API documentation
2019-02-18 Bartosz Golaszewskidoc: add automatically generated man pages for gpio...
2019-02-18 Bartosz Golaszewskidoc: delete generated files on make clean
2019-02-15 Bartosz Golaszewskigitignore: add distribution tarballs to ignored files
2019-02-15 Bartosz Golaszewskibindings: python: add support for 'default_val' in...
2019-02-15 Bartosz Golaszewskibindings: python: fix argument alignment in a function...
2019-02-14 Bartosz Golaszewskitests: gpiomon: remove failing test case
2019-02-10 Michael Beachbindings: cxx: make bitset_cmp::operator() const
2019-02-04 Patrick Boettcherbindings: cxx: do not initialize a chip's shared_ptr...
2019-01-03 Bartosz Golaszewskigpioset: extend help text
2018-11-14 Bartosz Golaszewskitreewide: unify naming of local variables representing...
next