projects
/
qemu-gpiodev
/
libgpiod.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
qemu-gpiodev/libgpiod.git
2023-11-03
Phil Howard
bindings: python: optionally include module in sdist
commit
|
commitdiff
|
tree
|
snapshot
2023-10-24
Phil Howard
bindings: python: move long_description into README.md
commit
|
commitdiff
|
tree
|
snapshot
2023-10-24
Bartosz Golaszewski
bindings: python: change the package name to 'gpiod'
commit
|
commitdiff
|
tree
|
snapshot
2023-10-24
Bartosz Golaszewski
bindings: python: fix the distutils import
commit
|
commitdiff
|
tree
|
snapshot
2023-10-13
Phil Howard
bindings: python: simplify environ access
commit
|
commitdiff
|
tree
|
snapshot
2023-10-13
Phil Howard
bindings: python: add pyproject.toml, pep 518
commit
|
commitdiff
|
tree
|
snapshot
2023-10-12
Phil Howard
bindings: python: require python 3.9.0
commit
|
commitdiff
|
tree
|
snapshot
2023-10-11
Erik Schilling
bindings: rust: libgpiod: release 0.2.1
commit
|
commitdiff
|
tree
|
snapshot
2023-10-11
Bartosz Golaszewski
bindings: python: replace PyModule_AddObjectRef() with...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-10
Erik Schilling
bindings: rust: feature gate unreleased features
commit
|
commitdiff
|
tree
|
snapshot
2023-10-05
Erik Schilling
bindings: rust: libgpiod: release 0.2.0
commit
|
commitdiff
|
tree
|
snapshot
2023-10-04
Erik Schilling
bindings: rust: rename {event,settings}_clone to try_clone
commit
|
commitdiff
|
tree
|
snapshot
2023-10-04
Erik Schilling
bindings: rust: allow cloning line::InfoRef -> line...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-04
Erik Schilling
bindings: rust: fix soundness of line_info modeling
commit
|
commitdiff
|
tree
|
snapshot
2023-10-02
Erik Schilling
bindings: rust: mark all owning types as `Send`
commit
|
commitdiff
|
tree
|
snapshot
2023-10-02
Erik Schilling
doc: document thread safety guarantees
commit
|
commitdiff
|
tree
|
snapshot
2023-10-02
Erik Schilling
doc: drop unneeded <p> tags
commit
|
commitdiff
|
tree
|
snapshot
2023-09-29
Erik Schilling
bindings: rust: drop unneeded Arc within Chip
commit
|
commitdiff
|
tree
|
snapshot
2023-09-29
Erik Schilling
bindings: rust: construct chip infos by reference
commit
|
commitdiff
|
tree
|
snapshot
2023-09-29
Erik Schilling
bindings: rust: remove useless clone
commit
|
commitdiff
|
tree
|
snapshot
2023-09-25
Bartosz Golaszewski
bindings: python: tests: don't use the same chip from...
commit
|
commitdiff
|
tree
|
snapshot
2023-09-25
Bartosz Golaszewski
bindings: cxx: tests: don't use the same chip from...
commit
|
commitdiff
|
tree
|
snapshot
2023-09-25
Bartosz Golaszewski
tests: don't use the same chip object from different...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-06
Bartosz Golaszewski
tests: add missing return value check
commit
|
commitdiff
|
tree
|
snapshot
2023-07-28
Kent Gibson
examples: simplify find_line_by_name
commit
|
commitdiff
|
tree
|
snapshot
2023-07-22
Bartosz Golaszewski
bindings: rust: provide LineRequest::chip_name()
commit
|
commitdiff
|
tree
|
snapshot
2023-07-21
Bartosz Golaszewski
bindings: python: provide the chip_name property in...
commit
|
commitdiff
|
tree
|
snapshot
2023-07-21
Bartosz Golaszewski
bindings: cxx: provide line_request::chip_name()
commit
|
commitdiff
|
tree
|
snapshot
2023-07-21
Bartosz Golaszewski
tests: add a test-case for gpiod_line_request_get_chip_...
commit
|
commitdiff
|
tree
|
snapshot
2023-07-21
Bartosz Golaszewski
core: provide gpiod_line_request_get_chip_name()
commit
|
commitdiff
|
tree
|
snapshot
2023-07-03
Erik Schilling
bindings: rust: mention the libgpiod crate from libgpio...
commit
|
commitdiff
|
tree
|
snapshot
2023-07-03
Erik Schilling
bindings: rust: add README.md for libgpiod crate
commit
|
commitdiff
|
tree
|
snapshot
2023-07-03
Bartosz Golaszewski
tools: tests: print additional info when regex matching...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-30
Bartosz Golaszewski
build: remove redundant SOURCES assignments
commit
|
commitdiff
|
tree
|
snapshot
2023-06-30
Kent Gibson
core: examples: fix warning for u64 formatting on 32bit
commit
|
commitdiff
|
tree
|
snapshot
2023-06-30
Erik Schilling
bindings: rust: clippy: silence false-positive on iterator
commit
|
commitdiff
|
tree
|
snapshot
2023-06-30
Erik Schilling
bindings: rust: clippy: drop unneeded conversions
commit
|
commitdiff
|
tree
|
snapshot
2023-06-30
Erik Schilling
bindings: rust: clippy: silence false-positives on...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-30
Erik Schilling
bindings: rust: clippy: drop unnecessary casts
commit
|
commitdiff
|
tree
|
snapshot
2023-06-30
Kent Gibson
bindings: rust: fix unclear resolver warning
commit
|
commitdiff
|
tree
|
snapshot
2023-06-27
Bartosz Golaszewski
bindings: cxx: use () instead of (void) in line_setting...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-27
Bartosz Golaszewski
bindings: cxx: examples: consistently use () for functi...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-26
Erik Schilling
gpiosim: fix data race that corrupts heap
commit
|
commitdiff
|
tree
|
snapshot
2023-06-26
Kent Gibson
bindings: python: examples: replace tools examples...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-26
Kent Gibson
rust: examples: file comment consistency
commit
|
commitdiff
|
tree
|
snapshot
2023-06-26
Kent Gibson
cxx: examples: file comment consistency
commit
|
commitdiff
|
tree
|
snapshot
2023-06-26
Kent Gibson
core: examples: fix file comments
commit
|
commitdiff
|
tree
|
snapshot
2023-06-23
Kent Gibson
bindings: rust: examples: replace tools examples with...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-23
Kent Gibson
bindings: rust: examples: consistency cleanup
commit
|
commitdiff
|
tree
|
snapshot
2023-06-23
Kent Gibson
bindings: python: examples: consistency cleanup
commit
|
commitdiff
|
tree
|
snapshot
2023-06-23
Kent Gibson
bindings: cxx: examples: replace tools examples with...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-23
Kent Gibson
bindings: cxx: examples: consistency cleanup
commit
|
commitdiff
|
tree
|
snapshot
2023-06-23
Kent Gibson
core: examples: add more use case examples
commit
|
commitdiff
|
tree
|
snapshot
2023-06-23
Kent Gibson
core: examples: consistency cleanups
commit
|
commitdiff
|
tree
|
snapshot
2023-06-22
Bartosz Golaszewski
tools: tests: remove a stray newline
commit
|
commitdiff
|
tree
|
snapshot
2023-06-22
Bartosz Golaszewski
tools: tests: port tests to shunit2
commit
|
commitdiff
|
tree
|
snapshot
2023-06-22
Bartosz Golaszewski
tools: tests: add short sleeps between generating edge...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-19
Erik Schilling
bindings: rust: bump MSRV to 1.60
commit
|
commitdiff
|
tree
|
snapshot
2023-06-15
Bartosz Golaszewski
bindings: rust: package new examples in the distro...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-15
Bartosz Golaszewski
bindings: python: package new examples in the distro...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-14
Kent Gibson
bindings: rust: examples: add dedicated examples
commit
|
commitdiff
|
tree
|
snapshot
2023-06-14
Kent Gibson
bindings: python: examples: add dedicated examples
commit
|
commitdiff
|
tree
|
snapshot
2023-06-14
Kent Gibson
bindings: cxx: examples: add dedicated examples
commit
|
commitdiff
|
tree
|
snapshot
2023-06-14
Kent Gibson
examples: add dedicated examples
commit
|
commitdiff
|
tree
|
snapshot
2023-06-13
Bartosz Golaszewski
bindings: cxx: examples: fix potential glitch in gpiosetcxx
commit
|
commitdiff
|
tree
|
snapshot
2023-06-13
Bartosz Golaszewski
bindings: cxx: provide request_builder::set_output_values()
commit
|
commitdiff
|
tree
|
snapshot
2023-06-13
Kent Gibson
doc: add configuration to generate doxygen documentatio...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-13
Erik Schilling
bindings: rust: document build without install
commit
|
commitdiff
|
tree
|
snapshot
2023-06-13
Erik Schilling
bindings: rust: exclude Makefile.am from package
commit
|
commitdiff
|
tree
|
snapshot
2023-06-13
Erik Schilling
bindings: rust: add version number to dependencies
commit
|
commitdiff
|
tree
|
snapshot
2023-06-13
Bartosz Golaszewski
bindings: rust: add missing license and copyright boile...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-12
Kent Gibson
tools: tests: remove implicit run-time dependency on...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-12
Kent Gibson
tools: tests: speed up continuous toggle test
commit
|
commitdiff
|
tree
|
snapshot
2023-06-12
Kent Gibson
tools: tests: add tests for idle-timeout and debounce...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-12
Gabriel Matni
tools: gpiomon/gpionotify: add idle-timeout option
commit
|
commitdiff
|
tree
|
snapshot
2023-06-12
Bartosz Golaszewski
bindings: python: examples: gpioset: drop redundant []
commit
|
commitdiff
|
tree
|
snapshot
2023-06-12
Kent Gibson
bindings: python: examples: fix potential glitch in...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-09
Kent Gibson
doc: add doc for opaque structs to link to the relevant...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-09
Kent Gibson
doc: fix line_config documentation generation
commit
|
commitdiff
|
tree
|
snapshot
2023-06-06
Joe Slater
tools: tests: modify delays in toggle test
commit
|
commitdiff
|
tree
|
snapshot
2023-06-06
Bartosz Golaszewski
build: drop a reference to libgpiomockup from a comment...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-01
Bartosz Golaszewski
tools: tests: replace egrep with grep -E
commit
|
commitdiff
|
tree
|
snapshot
2023-05-31
Bartosz Golaszewski
doc: remove a stray letter
commit
|
commitdiff
|
tree
|
snapshot
2023-05-31
Bartosz Golaszewski
doc: add missing @return entries
commit
|
commitdiff
|
tree
|
snapshot
2023-05-30
Erik Schilling
bindings: rust: build against pkg-config info
commit
|
commitdiff
|
tree
|
snapshot
2023-05-30
Erik Schilling
rust: bindings: turn SPDX tags into comments
commit
|
commitdiff
|
tree
|
snapshot
2023-05-25
Bartosz Golaszewski
bindings: python: specify the symbols to export explicitly
commit
|
commitdiff
|
tree
|
snapshot
2023-05-24
Erik Schilling
bindings: rust: remove unneeded cc dependency
commit
|
commitdiff
|
tree
|
snapshot
2023-05-24
Erik Schilling
bindings: rust: drop legacy extern crate syntax
commit
|
commitdiff
|
tree
|
snapshot
2023-05-24
Bartosz Golaszewski
bindings: python: change the interpretation of None...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-23
Bartosz Golaszewski
bindings: cxx: clarify the meaning of negative timeouts...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-23
Kent Gibson
README: provide more info in Contributing
commit
|
commitdiff
|
tree
|
snapshot
2023-05-23
Viresh Kumar
bindings: fix typo "SPDX-FileCopyrightTest" in copyrigh...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-22
Bartosz Golaszewski
bindings: cxx: shrink the doxygen conditional section
commit
|
commitdiff
|
tree
|
snapshot
2023-05-04
Viresh Kumar
bindings: rust: skip building all rust crates by default
commit
|
commitdiff
|
tree
|
snapshot
2023-04-27
Bartosz Golaszewski
tests: move the test case for duplicate configured...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-25
Bartosz Golaszewski
bindings: python: add MANIFEST.in to EXTRA_DIST
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Bartosz Golaszewski
tests: don't segfault if gpio-sim is unavailable
commit
|
commitdiff
|
tree
|
snapshot
2023-04-18
Bartosz Golaszewski
bindings: python: don't install test-specific C extensi...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-18
Bartosz Golaszewski
Revert "bindings: python: fix out-of-tree build"
commit
|
commitdiff
|
tree
|
snapshot
next