qemu-gpiodev/libgpiod.git
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...
2018-11-13 Gasper Zejndoc: C API documentation fixes
2018-11-12 Bartosz Golaszewskitests: ignore 'remove' events from udev
2018-11-09 Bartosz Golaszewskilibgpiod: start v1.3 development cycle
2018-11-09 Bartosz Golaszewskilibgpiod v1.2
2018-11-09 Bartosz GolaszewskiNEWS: updates for v1.2
2018-11-07 Bartosz Golaszewskibuild: check for sys/sysmacros.h in configure
2018-11-07 Bartosz Golaszewskicore: add missing include
2018-11-05 Bartosz Golaszewskicore: harden gpiod_chip_open()
2018-11-03 Bartosz Golaszewskitools: tweak the formatting of help text strings
2018-10-07 Bartosz GolaszewskiMerge branch 'next'
2018-10-07 Bartosz GolaszewskiAPI: mark context-less event loop functions as deprecated
2018-10-07 Bartosz GolaszewskiAPI: add a macro for marking deprecated functions
2018-10-07 Bartosz Golaszewskitests: ctxless: add a test case for the event monitor
2018-10-07 Bartosz Golaszewskitests: ctxless: switch to using the event monitor routines
2018-10-07 Bartosz Golaszewskigpiomon: switch to using gpiod_ctxless_event_monitor_mu...
2018-10-07 Bartosz Golaszewskictxless: provide new event monitor
2018-10-07 SZ Lin (林上智)bindings: cxx: examples: add missing include
2018-10-02 Bartosz Golaszewskibuild: don't use unicode characters in configure.ac
2018-08-29 Bartosz Golaszewskibuild: tools: remove unnecessary line breaks
2018-07-31 Bartosz Golaszewskibindings: python: pydoc improvements
2018-07-31 Bartosz Golaszewskibindings: python: bail-out if the line was not found...
2018-07-31 Bartosz Golaszewskibindings: python: fix gpiod_Chip_find_lines() for nonex...
2018-07-31 Bartosz Golaszewskibindings: python: remove a redundant if
2018-07-31 Bartosz Golaszewskibindings: python: examples: close chip objects where...
2018-07-26 Bartosz Golaszewskibuild: add a comment about libtool version to configure.ac
2018-07-24 Bartosz Golaszewskitools: tweak the displayed version format
2018-07-24 Bartosz Golaszewskibindings: python: fix tp_dealloc callbacks in all objects
2018-07-22 Bartosz Golaszewskibindings: python: don't force python to use the system...
2018-07-22 Bartosz Golaszewskibindings: python: examples: new test case
2018-07-22 Bartosz Golaszewskibindings: python: don't call gpiod_LineBulk_init()...
2018-07-20 Bartosz Golaszewskibindings: python: add test cases for default values...
2018-07-20 Bartosz Golaszewskibindings: python: fix the default_vals argument in...
2018-07-13 Bartosz Golaszewskibindings: python: examples: remove unnecessary import
2018-07-13 Bartosz Golaszewskibindings: python: move gpiod_ChipIsClosed() to the...
2018-07-13 Bartosz Golaszewskibindings: python: examples: don't use sys.argv[0] as...
2018-07-13 Bartosz Golaszewskibindings: python: call gpiod_LineBulk_init() directly
2018-07-13 Bartosz Golaszewskibindings: python: provide a helper for calling methods...
2018-07-13 Bartosz Golaszewskibindings: python: fix a memory corruption
2018-07-13 Bartosz Golaszewskibindings: python: fix a memory leak in error path
2018-06-07 Bartosz Golaszewskibindings: python: fix a warning
2018-06-07 Bartosz Golaszewskibindings: python: add a test case for line_event's...
2018-06-07 Bartosz Golaszewskibindings: python: avoid calling object method callbacks...
2018-06-07 Bartosz Golaszewskibindings: python: use PyObject_CallMethod() where possible
2018-06-06 Bartosz Golaszewskilibgpiod: start v1.2 development cycle
2018-05-16 Bartosz Golaszewskilibgpiod v1.1
2018-05-16 Bartosz GolaszewskiNEWS: updates for v1.1
2018-05-16 Bartosz Golaszewskibindings: cxx: set the ABI version to 1.0.0
2018-05-16 Bartosz Golaszewskibindings: python: add support for controlled execution
2018-05-16 Bartosz Golaszewskibindings: python: provide better resource control
2018-05-16 Bartosz Golaszewskibindings: python: provide gpiod.version_string()
2018-05-16 Bartosz Golaszewskidoc: tweak the comment for gpiod_version_string()
next