aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-22install-tests to bindir testHEADmasterAnders Roxell
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
2018-07-13bindings: python: move gpiod_ChipIsClosed() to the top of gpiodmodule.cBartosz Golaszewski
2018-07-13bindings: python: examples: don't use sys.argv[0] as consumer stringBartosz Golaszewski
2018-07-13bindings: python: call gpiod_LineBulk_init() directlyBartosz Golaszewski
2018-07-13bindings: python: provide a helper for calling methods with python argsBartosz Golaszewski
2018-07-13bindings: python: fix a memory corruptionBartosz Golaszewski
2018-07-13bindings: python: fix a memory leak in error pathBartosz Golaszewski
2018-06-07bindings: python: fix a warningBartosz Golaszewski
2018-06-07bindings: python: add a test case for line_event's __repr__Bartosz Golaszewski
2018-06-07bindings: python: avoid calling object method callbacks directlyBartosz Golaszewski
2018-06-07bindings: python: use PyObject_CallMethod() where possibleBartosz Golaszewski
2018-06-06libgpiod: start v1.2 development cycleBartosz Golaszewski
2018-05-16libgpiod v1.1Bartosz Golaszewski
2018-05-16NEWS: updates for v1.1Bartosz Golaszewski
2018-05-16bindings: cxx: set the ABI version to 1.0.0Bartosz Golaszewski
2018-05-16bindings: python: add support for controlled executionBartosz Golaszewski
2018-05-16bindings: python: provide better resource controlBartosz Golaszewski
2018-05-16bindings: python: provide gpiod.version_string()Bartosz Golaszewski
2018-05-16doc: tweak the comment for gpiod_version_string()Bartosz Golaszewski