1. 866bd1e core: reuse the err_close_fd label in gpiod_chip_open() by Bartosz Golaszewski · 4 years, 2 months ago
  2. 5fd3712 build: check for realpath() in configure.ac by Bartosz Golaszewski · 4 years, 3 months ago
  3. ba91f71 core: relax gpiod_chip_open() for symbolic links by Andy Shevchenko · 4 years, 3 months ago
  4. 573f3a9 bindings: cxx: fix std namespace resolution by Bartosz Golaszewski · 4 years, 3 months ago
  5. 6f8700e tests: misc: fix the version string test case by Bartosz Golaszewski · 4 years, 3 months ago
  6. 8675624 Merge branch 'next' by Bartosz Golaszewski · 4 years, 3 months ago
  7. 5835062 libgpiod: start v1.6 development cycle by Bartosz Golaszewski · 4 years, 3 months ago
  8. 17797fb libgpiod v1.5 by Bartosz Golaszewski · 4 years, 3 months ago v1.5
  9. d0f505d README: remove the reference to v4.8 kernel headers by Bartosz Golaszewski · 4 years, 3 months ago
  10. 6d486c0 iter: remove unnecessary indirection in free_dirs by Chris Nisbet · 4 years, 3 months ago
  11. 88ad23b configure: move the ABI version definition for libgpiomockup by Bartosz Golaszewski · 4 years, 3 months ago
  12. c02757a build: increment the revision in libgpiomockup's ABI version by Bartosz Golaszewski · 4 years, 3 months ago
  13. 41de6b7 libgpiod v1.5-rc2 by Bartosz Golaszewski · 4 years, 3 months ago v1.5-rc2
  14. 8add960 bindings: python: tests: package the python test-suite in the dist tarball by Bartosz Golaszewski · 4 years, 4 months ago
  15. feda9c0 libgpiod v1.5-rc1 by Bartosz Golaszewski · 4 years, 4 months ago v1.5-rc1
  16. 2f54d8a NEWS: updates for v1.5 by Bartosz Golaszewski · 4 years, 4 months ago
  17. 54bf2c1 tools: add a newline between the usage and summary sections of help text by Bartosz Golaszewski · 4 years, 4 months ago
  18. 6775635 treewide: split .gitignore into separate files by Bartosz Golaszewski · 4 years, 4 months ago
  19. ec20df2 bindings: python: tests: add a test-case for reading multiple line events by Bartosz Golaszewski · 4 years, 4 months ago
  20. 40504d6 bindings: python: add a method for reading multiple line events by Bartosz Golaszewski · 4 years, 4 months ago
  21. f652577 bindings: cxx: tests: add a test-case for reading multiple line events by Bartosz Golaszewski · 4 years, 4 months ago
  22. c5c00ef bindings: cxx: provide a method for reading multiple line events by Bartosz Golaszewski · 4 years, 4 months ago
  23. da39665 tests: event: extend test coverage for reading multiple line events at once by Bartosz Golaszewski · 4 years, 4 months ago
  24. 44921ec core: provide functions for reading multiple line events at once by Bartosz Golaszewski · 4 years, 4 months ago
  25. b5efbb1 core: use gpiod_line_event_get_fd() in gpiod_line_event_read() by Bartosz Golaszewski · 4 years, 4 months ago
  26. 4a7c452 gitignore: ignore libtool scripts created when cross-compiling by Bartosz Golaszewski · 4 years, 4 months ago
  27. 08890ca build: drop a redundant check for linux/version.h header by Bartosz Golaszewski · 4 years, 5 months ago
  28. 454aaaa build: check linux headers version at build-time by Bartosz Golaszewski · 4 years, 5 months ago
  29. 02a3d0a bindings: python: fix segfault when calling Line.request() by Joel Savitz · 4 years, 5 months ago
  30. 3e30364 bindings: python: make vals in gpiod_Line_set_value consistent with other functions by Kent Gibson · 4 years, 5 months ago
  31. 8b487db bindings: cxx: fix indentation of wrapped field descriptions by Kent Gibson · 4 years, 5 months ago
  32. da25df4 doc: document gpiod_line_set_value_bulk NULL values behaviour by Kent Gibson · 4 years, 5 months ago
  33. 7ffaebb tools: add tests for drive flags by Kent Gibson · 4 years, 5 months ago
  34. bfdf111 tools: gpioset: add support for drive flags by Kent Gibson · 4 years, 5 months ago
  35. 67308ce tools: add tests for bias flags by Kent Gibson · 4 years, 5 months ago
  36. 2468967 tools: add support for bias flags by Kent Gibson · 4 years, 5 months ago
  37. 02615b7 bindings: python: tests: add tests for SET_CONFIG methods by Kent Gibson · 4 years, 5 months ago
  38. 937ca5a bindings: python: add support for SET_CONFIG by Kent Gibson · 4 years, 5 months ago
  39. 587fd12 bindings: python: move tuple to int array conversion into helper function by Kent Gibson · 4 years, 5 months ago
  40. e7101f7 bindings: cxx: tests: add tests for SET_CONFIG methods by Kent Gibson · 4 years, 5 months ago
  41. d3fa0ad bindings: cxx: add support for SET_CONFIG by Kent Gibson · 4 years, 5 months ago
  42. f113d41 tests: add tests for SET_CONFIG by Kent Gibson · 4 years, 5 months ago
  43. 12b73c7 core: add support for SET_CONFIG by Kent Gibson · 4 years, 5 months ago
  44. 6acdb16 bindings: python: tests: add tests for bias flags by Kent Gibson · 4 years, 5 months ago
  45. 811a694 bindings: python: add support for bias flags by Kent Gibson · 4 years, 5 months ago
  46. 9e30a1e bindings: cxx: tests: add tests for bias flags by Kent Gibson · 4 years, 5 months ago
  47. 98419c9 bindings: cxx: add support for bias flags by Kent Gibson · 4 years, 5 months ago
  48. cc58d23 tests: add tests for bias flags by Kent Gibson · 4 years, 5 months ago
  49. 26d8d8f core: add support for bias flags by Kent Gibson · 4 years, 5 months ago
  50. 00418df tests: fix a typo in comment by Bartosz Golaszewski · 4 years, 5 months ago
  51. 384a224 build: use AC_CHECK_PROG() instead of AC_CHECK_FILE() for python3-config by Bartosz Golaszewski · 4 years, 5 months ago
  52. 2964441 core: deprecate gpiod_needs_update() by Bartosz Golaszewski · 4 years, 5 months ago
  53. bb3dc9e treewide: change "correspond with" to "correspond to" by Kent Gibson · 4 years, 5 months ago
  54. 4c09830 core: allow gpiod_line_set_value_bulk() to accept null values by Kent Gibson · 4 years, 5 months ago
  55. 8eaa3dc bindings: cxx: initialize bitset with integer instead of string by Kent Gibson · 4 years, 5 months ago
  56. bf7ce9f bindings: cxx: drop noexcept from direction() and active_state() by Kent Gibson · 4 years, 5 months ago
  57. e0ab377 bindings: cxx: tests: fix misspelling of parameter by Bartosz Golaszewski · 4 years, 5 months ago
  58. 065c2a8 core: fix misspelling of parameter by Kent Gibson · 4 years, 5 months ago
  59. 334e4d2 core: move request flag to handle flag conversion into a separate function by Kent Gibson · 4 years, 5 months ago
  60. 9ed02fc build: check for python-config in configure by Joel Savitz · 4 years, 7 months ago
  61. 1395cf9 bindings: python: directly return the value from PyErr_SetFromErrno() by Bartosz Golaszewski · 4 years, 7 months ago
  62. e5168c1 README: update the testing section by Bartosz Golaszewski · 4 years, 7 months ago
  63. c0b1d92 TODO: add a task for a re-write of python bindings by Bartosz Golaszewski · 4 years, 7 months ago
  64. 4029c34 bindings: python: provide Line.update() by Bartosz Golaszewski · 4 years, 8 months ago
  65. 0297ef6 bindings: cxx: provide line::update() by Bartosz Golaszewski · 4 years, 8 months ago
  66. 1f0d078 build: tweak formatting of multi-line variables in Makefiles by Bartosz Golaszewski · 4 years, 8 months ago
  67. 8fc50f3 bindings: python: examples: check if '__main__' is set by Bartosz Golaszewski · 4 years, 8 months ago
  68. 5ef0c23 TODO: remove the task for running external processes in gpiomon by Bartosz Golaszewski · 4 years, 8 months ago
  69. 9462caf core: rename up_to_date to needs_update in struct gpiod_line by Bartosz Golaszewski · 4 years, 8 months ago
  70. 87a1d4f bindings: python: tests: fix checking the kernel version by Bartosz Golaszewski · 4 years, 8 months ago
  71. 4d823fe core: fix the major:minor number comparison between the device and sysfs by Bartosz Golaszewski · 4 years, 8 months ago
  72. c83573b treewide: tests: uncomment previously failing test assertions by Bartosz Golaszewski · 4 years, 8 months ago
  73. ab5b56b tests: specify G_LOG_DOMAIN by Bartosz Golaszewski · 4 years, 8 months ago
  74. eb7df66 gitignore: ignore all files with .pc extension by Bartosz Golaszewski · 4 years, 8 months ago
  75. e79194c build: move libgpiod.pc.in into lib/ by Bartosz Golaszewski · 4 years, 8 months ago
  76. f5f4794 bindings: python: tests: verify the errno field of OSError exceptions by Bartosz Golaszewski · 4 years, 9 months ago
  77. 262d3dd bindings: cxx: tests: simplify the event fd polling test case by Bartosz Golaszewski · 4 years, 9 months ago
  78. 3212e57 bindings: python: examples: wait for ENTER press in gpioset.py by Bartosz Golaszewski · 4 years, 9 months ago
  79. ef857e6 bindings: python: examples: don't store the return value unnecessarily by Bartosz Golaszewski · 4 years, 9 months ago
  80. e03044f bindings: python: examples: make gpiomon.py output resemble the original by Bartosz Golaszewski · 4 years, 9 months ago
  81. 4526966 bindings: python: use unittest to implement a proper test-suite by Bartosz Golaszewski · 4 years, 9 months ago
  82. b33cb2a bindings: python: fix the default_val argument name in the doc string by Bartosz Golaszewski · 4 years, 9 months ago
  83. 2967e94 bindings: cxx: add a workaround for --success run by Alexander Stein · 4 years, 9 months ago
  84. 0226d42 bindings: cxx: vix compile errors by Alexander Stein · 4 years, 9 months ago
  85. 2ba7798 bindings: cxx: split out catch's main() by Alexander Stein · 4 years, 9 months ago
  86. 1593d80 bindings: cxx: try using pkg-config to detect catch2 by Alexander Stein · 4 years, 9 months ago
  87. 7e70e87 bindings: cxx: use 'upstream' include path by Alexander Stein · 4 years, 9 months ago
  88. 2559133 bindings: cxx: tests: extend the test case for global find_line() by Bartosz Golaszewski · 4 years, 9 months ago
  89. b652d8f tests: don't use 'index' as a name for variables by Bartosz Golaszewski · 4 years, 9 months ago
  90. ba4a7de tools: tests: restore the bats shebang in the bats source file by Bartosz Golaszewski · 4 years, 9 months ago
  91. 24cdaa1 tests: event: add two additional test cases for both edge events by Bartosz Golaszewski · 4 years, 9 months ago
  92. 99d38a5 bindings: cxx: use catch2 to implement a proper test-suite by Bartosz Golaszewski · 4 years, 9 months ago
  93. d001dde bindings: cxx: add a missing throw to line::event_get_fd() by Bartosz Golaszewski · 4 years, 9 months ago
  94. e52f444 tests: event: fix the active-low switch test case by Bartosz Golaszewski · 4 years, 9 months ago
  95. 1bad7a0 tests: mockup: don't fail at init-time if gpio-mockup is already loaded by Bartosz Golaszewski · 4 years, 9 months ago
  96. 47c6c4b tools: tests: fix the gpiomon test case with --active-low switch by Bartosz Golaszewski · 4 years, 9 months ago
  97. 1cb08c0 tools: tests: drop the .sh extension from the testing script's name by Bartosz Golaszewski · 4 years, 9 months ago
  98. d5f6027 tools: tests: pass command-line arguments to the underlying bats script by Bartosz Golaszewski · 4 years, 9 months ago
  99. f52e12e tools: tests: run the bats script indirectly from a shell script by Bartosz Golaszewski · 4 years, 9 months ago
  100. 2d3723a tests: add a test case for using misc line flags together by Bartosz Golaszewski · 4 years, 9 months ago