qemu-gpiodev/libgpiod.git
2017-06-12 Bartosz Golaszewskitests: add a test case for gpioget
2017-06-12 Bartosz Golaszewskitests: rename test_gpiotool_run()
2017-06-12 Bartosz Golaszewskitests: new test case for gpiodetect
2017-06-12 Bartosz Golaszewskitests: verify the behavior of gpiofind in case of inval...
2017-06-12 Bartosz Golaszewskigpiofind: tweak the error message on invalid arguments
2017-06-12 Bartosz Golaszewskitests: fix a potential segfault
2017-06-11 Bartosz Golaszewskitests: fix a memory leak
2017-06-11 Bartosz Golaszewskitests: fix a test case for gpiofind
2017-06-09 Bartosz Golaszewskitests: add a missing assertion
2017-06-09 Bartosz Golaszewskitests: improve the test names
2017-06-09 Bartosz Golaszewskitests: new test case for gpioinfo
2017-06-09 Bartosz Golaszewskitests: tweak test output
2017-06-09 Bartosz Golaszewskitests: add test cases for gpiofind
2017-06-08 Bartosz Golaszewskitests: improve the version string test
2017-06-08 Bartosz Golaszewskitests: don't request gpio-mockup chips for the version...
2017-06-08 Bartosz Golaszewskitests: add a test case for gpioinfo
2017-06-08 Bartosz Golaszewskitests: add regex handling
2017-06-08 Bartosz Golaszewskitests: request 0 chips for the error handling test...
2017-06-08 Bartosz Golaszewskitests: allow having zero gpio-mockup chips for tests
2017-06-08 Bartosz Golaszewskitests: add a simple test case for gpiodetect
2017-06-08 Bartosz Golaszewskitests: add infrastructure for testing the tools
2017-06-07 Bartosz Golaszewskitests: new assertion
2017-06-07 Bartosz GolaszewskiREADME: explain what gpiod stands for
2017-05-16 Bartosz Golaszewskitests: tweak test output
2017-05-16 Bartosz Golaszewskitests: tweak the event worker
2017-05-16 Bartosz Golaszewskitests: only cleanup the gpio-mockup module from the...
2017-05-14 Bartosz Golaszewskitests: convert named_lines into a general 'flags' field
2017-05-14 Bartosz Golaszewskitests: rename a couple static functions
2017-05-14 Bartosz Golaszewskitests: put the printf attribute in the header for _test...
2017-05-14 Bartosz Golaszewskitests: make test_func private
2017-05-14 Bartosz Golaszewskitests: change the test API prefix
2017-05-14 Bartosz Golaszewskitests: use a default consumer name
2017-05-14 Bartosz Golaszewskitests: rename gpiod-unit to gpiod-test
2017-05-14 Bartosz Golaszewskitests: remove the unit subdirectory
2017-05-09 Bartosz Golaszewskilibgpiod: start v0.3 development cycle
2017-05-09 Bartosz Golaszewskilibgpiod v0.2
2017-05-08 Bartosz GolaszewskiNEWS: updates for v0.2
2017-05-08 Bartosz GolaszewskiNEWS: wrap lines at 80 characters
2017-05-08 Bartosz Golaszewskitests: add test cases for line events
2017-05-08 Bartosz Golaszewskitests: fix a dmesg error message from gpio-mockup
2017-05-08 Bartosz Golaszewskitests: add a test case for misc line flags
2017-05-08 Bartosz Golaszewskitests: move the test case execution into a separate...
2017-05-05 Bartosz Golaszewskitests: add new assertion
2017-05-05 Bartosz Golaszewskitests: add a test case for gpiod_line_active_state()
2017-05-05 Bartosz Golaszewskitests: add a test case for gpiod_line_direction()
2017-05-05 Bartosz GolaszewskiREADME: add some info on unit tests
2017-05-05 Bartosz Golaszewskilibgpiod: add the NEWS file
2017-05-03 Bartosz Golaszewskitests: add a test case for gpiod_simple_event_loop()
2017-05-03 Bartosz Golaszewskitests: extend the testing framework with support for...
2017-05-03 Bartosz Golaszewskicore: fix the return value of gpiod_simple_event_loop()
2017-04-19 Bartosz Golaszewskitests: add a test case for gpiod_line_find_by_name()
2017-04-19 Bartosz Golaszewskitests: add support for named lines
2017-04-19 Bartosz Golaszewskitests: require at least linux v4.11
2017-03-16 Bartosz Golaszewskibuild: readability tweak for the unit tests make message
2017-03-14 Bartosz Golaszewskitests: sort mockup chips by number, not by name
2017-03-08 Bartosz Golaszewskitests: print an info message after building tests
2017-03-08 Thierry Redingbuild: use a more standard autogen.sh
2017-03-08 Thierry Redingbuild: store m4 files in an `m4' subdirectory
2017-03-08 Thierry Redingbuild: check for udev and kmod using pkg-config
2017-03-08 Thierry Redingtests: fix out-of-tree builds
2017-03-08 Thierry Redingtests: make gpiod-unit.h a source for gpiod-unit
2017-03-07 Bartosz Golaszewskigitignore: add libtools-common.la
2017-03-07 Thierry Redingtools: build convenience library
2017-03-07 Thierry Redingtools: fix out-of-tree builds
2017-03-07 Thierry Redingcore: fix out-of-tree builds
2017-03-02 Bartosz Golaszewskitests: new test case for chip iterators
2017-03-02 Bartosz Golaszewskitests: add a test case for gpiod_line_consumer()
2017-03-02 Bartosz Golaszewskitests: add a test case for busy lines
2017-03-02 Bartosz Golaszewskicore: fix checking for busy lines
2017-03-02 Bartosz Golaszewskitests: remove gu_release_line()
2017-03-02 Bartosz Golaszewskitests: fix a memory leak
2017-03-02 Bartosz Golaszewskitests: improve test descriptions
2017-03-02 Bartosz Golaszewskitests: add a test case for a bad line request
2017-03-02 Bartosz Golaszewskitests: add a test case for gpiod_line_request_bulk_output()
2017-03-02 Bartosz Golaszewskitests: add misc test cases
2017-03-01 Bartosz Golaszewskicore: remove doxygen hack
2017-03-01 Bartosz Golaszewskitests: add simple test cases for line iterators
2017-03-01 Bartosz Golaszewskicore: don't expose designated initializers in the libra...
2017-03-01 Bartosz Golaszewskitests: coding style fix
2017-03-01 Bartosz Golaszewskitests: tweak a log message
2017-03-01 Bartosz Golaszewskitests: use the 'malloc' attribute
2017-03-01 Bartosz Golaszewskitests: rename an argument
2017-03-01 Bartosz Golaszewskitests: add colors to output
2017-03-01 Bartosz Golaszewskitests: rework logging
2017-03-01 Bartosz Golaszewskitests: use function attribute consistently
2017-03-01 Bartosz Golaszewskicore: use the 'malloc' attribute
2017-03-01 Bartosz Golaszewskitests: drop the external prefix in gu_err()
2017-03-01 Bartosz Golaszewskitests: drop the external prefix in gu_msg()
2017-03-01 Bartosz Golaszewskitests: explain the need for qsort()
2017-02-28 Bartosz Golaszewskibuild: fix a test in configure.ac
2017-02-28 Bartosz Golaszewskitests: simplify test_load_module()
2017-02-28 Bartosz Golaszewskitests: remove a stray space
2017-02-27 Bartosz Golaszewskitests: remove GU_REGISTER_TEST()
2017-02-27 Bartosz Golaszewskitests: make struct gu_chip_descr & gu_test private
2017-02-27 Bartosz Golaszewskitests: document test API
2017-02-27 Bartosz Golaszewskitests: make gu_msg() and gu_err() static
2017-02-27 Bartosz Golaszewskitests: remove unnecessary goto
2017-02-24 Bartosz Golaszewskitests: test case for gpiod_foreach_chip_noclose()
2017-02-24 Bartosz Golaszewskitests: add new cleanup helper
2017-02-24 Bartosz Golaszewskitests: add a test for gpiod_chip_open_by_name()
next