aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-28tests/Makefile.am: use top_builddir instead of relative pathsinstall-testsAnders Roxell
2019-02-28install-tests to bindir testAnders Roxell
2019-02-25configure: check for setlinebuf() when building toolsBartosz Golaszewski
2019-02-25gpiomon: add option to set line buffered outputMartin Hundebøll
2019-02-25configure: code shrinkBartosz Golaszewski
2019-02-21treewide: order includes alphabeticallyBartosz Golaszewski
2019-02-19README: add a section about API documentationBartosz Golaszewski
2019-02-18doc: add automatically generated man pages for gpio-toolsBartosz Golaszewski
2019-02-18doc: delete generated files on make cleanBartosz Golaszewski
2019-02-15gitignore: add distribution tarballs to ignored filesBartosz Golaszewski
2019-02-15bindings: python: add support for 'default_val' in Line.request()Bartosz Golaszewski
2019-02-15bindings: python: fix argument alignment in a function callBartosz Golaszewski
2019-02-14tests: gpiomon: remove failing test caseBartosz Golaszewski
2019-02-10bindings: cxx: make bitset_cmp::operator() constMichael Beach
2019-02-04bindings: cxx: do not initialize a chip's shared_ptr with nullptrPatrick Boettcher
2019-01-03gpioset: extend help textBartosz Golaszewski
2018-11-14treewide: unify naming of local variables representing return valuesBartosz Golaszewski
2018-11-13doc: C API documentation fixesGasper Zejn
2018-11-12tests: ignore 'remove' events from udevBartosz Golaszewski
2018-11-09libgpiod: start v1.3 development cycleBartosz Golaszewski
2018-11-09libgpiod v1.2Bartosz Golaszewski
2018-11-09NEWS: updates for v1.2Bartosz Golaszewski
2018-11-07build: check for sys/sysmacros.h in configureBartosz Golaszewski
2018-11-07core: add missing includeBartosz Golaszewski
2018-11-05core: harden gpiod_chip_open()Bartosz Golaszewski
2018-11-03tools: tweak the formatting of help text stringsBartosz Golaszewski
2018-10-07Merge branch 'next'Bartosz Golaszewski
2018-10-07API: mark context-less event loop functions as deprecatedBartosz Golaszewski
2018-10-07API: add a macro for marking deprecated functionsBartosz Golaszewski
2018-10-07tests: ctxless: add a test case for the event monitorBartosz Golaszewski
2018-10-07tests: ctxless: switch to using the event monitor routinesBartosz Golaszewski
2018-10-07gpiomon: switch to using gpiod_ctxless_event_monitor_multiple()Bartosz Golaszewski
2018-10-07ctxless: provide new event monitorBartosz Golaszewski
2018-10-07bindings: cxx: examples: add missing includeSZ Lin (林上智)
2018-10-02build: don't use unicode characters in configure.acBartosz Golaszewski
2018-08-29build: tools: remove unnecessary line breaksBartosz Golaszewski
2018-07-31bindings: python: pydoc improvementsBartosz Golaszewski
2018-07-31bindings: python: bail-out if the line was not found in gpiofind.pyBartosz Golaszewski
2018-07-31bindings: python: fix gpiod_Chip_find_lines() for nonexistent linesBartosz Golaszewski
2018-07-31bindings: python: remove a redundant ifBartosz Golaszewski
2018-07-31bindings: python: examples: close chip objects where neededBartosz Golaszewski
2018-07-26build: add a comment about libtool version to configure.acBartosz Golaszewski
2018-07-24tools: tweak the displayed version formatBartosz Golaszewski
2018-07-24bindings: python: fix tp_dealloc callbacks in all objectsBartosz Golaszewski
2018-07-22bindings: python: don't force python to use the system allocatorBartosz Golaszewski
2018-07-22bindings: python: examples: new test caseBartosz Golaszewski
2018-07-22bindings: python: don't call gpiod_LineBulk_init() directlyBartosz Golaszewski
2018-07-20bindings: python: add test cases for default values in line requestsBartosz Golaszewski
2018-07-20bindings: python: fix the default_vals argument in line requestsBartosz Golaszewski
2018-07-13bindings: python: examples: remove unnecessary importBartosz Golaszewski