aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* doc: improve the part about non-unique line namesBartosz Golaszewski2020-09-151-9/+9
* doc: add @file to headersAlexander Stein2020-08-131-0/+4
* doc: fix doxygen warningsAlexander Stein2020-08-131-13/+13
* doc: document the reasons for deprecating interfacesBartosz Golaszewski2020-08-061-1/+9
* doc: document the caveat concerning line lookupsBartosz Golaszewski2020-08-061-0/+12
* doc: fix comment mix up in gpiod.hKent Gibson2020-05-271-2/+2
* doc: improve the description of gpiod_line_event_read()Bartosz Golaszewski2020-04-281-1/+1
* doc: add descriptions for doxygen sub-sectionsBartosz Golaszewski2020-04-091-0/+22
* core: provide functions for reading multiple line events at onceBartosz Golaszewski2019-12-181-0/+25
* doc: document gpiod_line_set_value_bulk NULL values behaviourKent Gibson2019-12-101-0/+1
* core: add support for SET_CONFIGKent Gibson2019-12-101-0/+113
* core: add support for bias flagsKent Gibson2019-12-091-0/+183
* core: deprecate gpiod_needs_update()Bartosz Golaszewski2019-11-231-22/+17
* treewide: change "correspond with" to "correspond to"Kent Gibson2019-11-181-1/+1
* core: fix misspelling of parameterKent Gibson2019-11-181-1/+1
* core: rename up_to_date to needs_update in struct gpiod_lineBartosz Golaszewski2019-09-101-1/+9
* treewide: order includes alphabeticallyBartosz Golaszewski2019-02-211-1/+1
* doc: C API documentation fixesGasper Zejn2018-11-131-3/+3
* API: mark context-less event loop functions as deprecatedBartosz Golaszewski2018-10-071-2/+2
* API: add a macro for marking deprecated functionsBartosz Golaszewski2018-10-071-0/+5
* ctxless: provide new event monitorBartosz Golaszewski2018-10-071-0/+75
* doc: tweak the comment for gpiod_version_string()Bartosz Golaszewski2018-05-161-1/+1
* helpers: provide gpiod_chip_find_lines()Bartosz Golaszewski2018-05-141-0/+13
* include: use SPDX license identifierBartosz Golaszewski2018-03-042-10/+5
* API: provide new line accessorsBartosz Golaszewski2018-02-221-0/+22
* API: start certain enums from 1Bartosz Golaszewski2018-02-191-5/+5
* core: constify *values in gpiod_line_set_value_bulk()Bartosz Golaszewski2018-02-031-1/+1
* doc: improve the doxygen description of default_val(s)Bartosz Golaszewski2018-01-291-6/+6
* doc: consistently break lines in @param's descriptionsBartosz Golaszewski2018-01-261-6/+6
* doc: explicitly state that the ctxless event poll callback can be NULLBartosz Golaszewski2018-01-261-1/+2
* doc: clarify that the high-level set value callback is optionalBartosz Golaszewski2018-01-261-7/+7
* API: use gpiod_ctxless_ as prefix for the high-level APIBartosz Golaszewski2018-01-261-59/+60
* all: fix various coding style issuesBartosz Golaszewski2018-01-191-13/+13
* all: update the copyright noticeBartosz Golaszewski2018-01-132-2/+2
* all: modify the license preamble in filesBartosz Golaszewski2018-01-102-2/+2
* doc: minor documentation tweaksBartosz Golaszewski2018-01-101-5/+6
* all: make license type consistent between source files and COPYING fileSZ Lin2017-12-012-6/+8
* core: change the prefix for line request flagsBartosz Golaszewski2017-11-171-3/+3
* core: coding style tweakBartosz Golaszewski2017-11-171-1/+1
* iter: rework line iterator APIBartosz Golaszewski2017-11-051-81/+12
* doc: update the descriptions for chip iteratorsBartosz Golaszewski2017-11-051-7/+6
* iter: rework chip iteratorsBartosz Golaszewski2017-11-041-36/+7
* doc: update the documentation for events and iteratorsBartosz Golaszewski2017-11-031-19/+19
* doc: minor fix for line bulk loop macrosBartosz Golaszewski2017-10-241-1/+2
* doc: improvements for the chip operationsBartosz Golaszewski2017-10-241-6/+7
* doc: extend the documentation of the simple APIBartosz Golaszewski2017-10-241-22/+37
* doc: extend the introductionBartosz Golaszewski2017-10-241-3/+17
* core: implement gpiod_line_bulk_foreach_line_off()Bartosz Golaszewski2017-10-231-0/+17
* simple-api: modify the order of arguments in simple loop routinesBartosz Golaszewski2017-10-111-5/+6
* simple-api: modify the order of arguments in set value routinesBartosz Golaszewski2017-10-111-6/+6