qemu-gpiodev/libgpiod.git
2022-12-13 Bartosz Golaszewskitests: don't link against pthread explicitly
2022-12-13 Bartosz Golaszewskitests: drop unneeded typedef
2022-12-12 Bartosz Golaszewskiconfigure: restore AS_IF() when using PKG_CHECK_MODULES()
2022-12-12 Bartosz Golaszewskitests: add the missing newline to tests' Makefile.am
2022-12-12 Bartosz Golaszewskitools: tests: remove leftover echo
2022-12-12 Bartosz Golaszewskicore: rename gpiod_version_string() to gpiod_api_version()
2022-12-09 Bartosz Golaszewskiconfigure: improve the header and library function...
2022-12-09 Bartosz Golaszewskiconfigure: use C++17 as the only standard
2022-12-09 Bartosz Golaszewskibuild: use LIBEDIT_CFLAGS when building gpioset with...
2022-12-09 Bartosz Golaszewskiconfigure: drop AS_IF() macros
2022-12-09 Bartosz Golaszewskigpiosim: add missing fcntl.h include
2022-12-09 Bartosz Golaszewskigpioset: put local variables of the same type on a...
2022-12-09 Bartosz Golaszewskitreewide: add missing commas to enums and struct defini...
2022-12-09 Bartosz Golaszewskibindings: python: tests: set the process name
2022-12-09 Bartosz Golaszewskigpiosim: get the process name using prctl()
2022-12-07 Esben Haabendalgpioset: fix memory leak in interactive mode
2022-12-07 Bartosz Golaszewskibindings: python: add version.py to EXTRA_DIST
2022-12-07 Bartosz Golaszewskigpiosim: fix a resource leak
2022-12-07 Bartosz Golaszewskigpiosim: use wrappers around container_of()
2022-12-07 Bartosz Golaszewskibindings: python: extend setup.py
2022-12-07 Bartosz Golaszewskibindings: python: fix the GPIOD_WITH_TESTS build flag
2022-12-07 Bartosz Golaszewskibindings: python: decouple the version of the bindings...
2022-12-07 Bartosz Golaszewskibindings: rust: include rust sources in the release...
2022-12-07 Bartosz Golaszewskibindings: rust: make reuse happy
2022-12-07 Bartosz Golaszewskitools: display the correct license with --version
2022-12-07 Bartosz Golaszewskigpiosim: rename HOG_DIR to DIRECTION
2022-12-07 Bartosz Golaszewskitreewide: rename EVENT_CLOCK to CLOCK
2022-12-07 Bartosz Golaszewskitreewide: use plural 'events' in read_edge_event()...
2022-12-07 Bartosz Golaszewskitreewide: apply formatting changes with clang-format
2022-12-07 Bartosz Golaszewskitreewide: use C enum types explicitly
2022-12-06 Bartosz Golaszewskibindings: python: tests: use the version parser from...
2022-12-05 Bartosz Golaszewskitests: join the thread at the end of the seqno test...
2022-12-05 Bartosz Golaszewskitests: unref GVariant objects
2022-11-21 Kent GibsonREADME: update Tools section for v2 tools
2022-11-21 Kent Gibsontools: gpionotify tests
2022-11-21 Kent Gibsontools: add gpionotify
2022-11-21 Kent Gibsontools: line name focussed rework
2022-11-21 Viresh Kumarbindings: rust: Integrate building of bindings with...
2022-11-21 Viresh Kumarbindings: rust: Add tests for libgpiod crate
2022-11-21 Viresh Kumarbindings: rust: Add examples to libgpiod crate
2022-11-21 Viresh Kumarbindings: rust: Add gpiosim-sys crate
2022-11-21 Viresh Kumarbindings: rust: Add libgpiod crate
2022-11-21 Viresh Kumarbindings: rust: Add libgpiod-sys rust crate
2022-10-31 Bartosz Golaszewskitreewide: libgpiod v2 implementation
2022-06-16 Yegor Yefremovgitignore: ignore ctags generated tags file
2022-04-25 Bartosz Golaszewskigpiosim: initialize the bank's num_lines field to 1
2022-03-18 Bartosz Golaszewskigpiosim: fix file descriptor leak
2022-03-09 Bartosz Golaszewskigpiosim: add an enum representing line active state
2022-03-09 Bartosz Golaszewskigpiosim: use size_t in the public interface where appli...
2022-03-08 Bartosz Golaszewskitools: port the test-suite to using gpio-sim
2022-02-23 Bartosz Golaszewskigpiosim: fix a memory leak
2022-02-18 Joel Stanleygpioinfo: Clean up scandir allocations
2022-02-18 Joel Stanleycore: Fix gpiod_line_bulk_reset type
2022-02-10 Bartosz Golaszewskitests: port C tests to libgpiosim
2022-02-10 Bartosz Golaszewskilibgpiosim: new library for controlling the gpio-sim...
2022-01-26 Bartosz GolaszewskiDoxyfile: remove deprecated property
2021-12-13 Bartosz Golaszewskitests: remove gpiod_test_chip_num()
2021-11-19 Bartosz Golaszewskitools: tests: check for 'timeout' program
2021-08-13 Andrew Jefferyconfigure: Drop unnecessary double-quote character
2021-08-13 Andrew Jefferyconfigure: Fix 'flase' typo in bats dependency test
2021-05-22 Bartosz GolaszewskiTODO: remove libgpiod v2 items
2021-04-30 Ahmad Fatoumtools: gpioget: add new --dir-as-is option for GPO...
2021-04-17 Bartosz Golaszewskitreewide: rename chip property accessors
2021-04-08 Bartosz Golaszewskigpioset: fix a segfault with default mode
2021-04-02 Bartosz Golaszewskicore: relax gpiod_is_gpiochip_device() even more
2021-03-18 Bartosz Golaszewskicore: hide the GPIOD_API symbol
2021-03-18 Bartosz Golaszewskitreewide: kill line updating
2021-03-18 Bartosz Golaszewskitreewide: remove is_requested() and is_free()
2021-03-18 Bartosz Golaszewskicore: switch to reference counting for gpio chip objects
2021-03-18 Bartosz Golaszewskitests: remove line bulk test cases
2021-03-18 Bartosz Golaszewskitreewide: simplify line lookup
2021-03-02 Bartosz Golaszewskibuild: add a space between arguments of AC_INIT() in...
2021-03-02 Bartosz Golaszewskibindings: python: add semicolons to PyObject_HEAD
2021-02-18 Bartosz Golaszewskilicensing: relicense C++ library code under LGPL-3...
2021-02-18 Bartosz Golaszewskilicensing: relicense non-library code under GPL-2.0...
2021-02-18 Bartosz Golaszewskilicensing: make the project REUSE-compliant
2021-02-15 Kent Gibsonbindings: python: fix uninitialized default_vals being...
2021-02-14 Bartosz Golaszewskibindings: cxx: tests: remove stray tab
2021-02-03 Jan Kundrátbindings: cxx: fix building with clang's libc++
2021-01-19 Bartosz Golaszewskicore: add the kernel uapi header to the repository
2021-01-19 Bartosz Golaszewskibindings: cxx: line: reorder bias mapping entries
2021-01-19 Bartosz Golaszewskitreewide: make drive settings an enum
2021-01-19 Bartosz Golaszewskitreewide: rename BIAS_DISABLE to BIAS_DISABLED
2021-01-19 Bartosz Golaszewskitreewide: rename BIAS_AS_IS to BIAS_UNKNOWN
2020-12-17 Bartosz Golaszewskitreewide: simplify the active-low line property
2020-12-17 Bartosz Golaszewskitreewide: remove helpers for opening chips by name...
2020-12-17 Bartosz Golaszewskicore: remove unneeded include from gpiod.h
2020-12-16 Bartosz Golaszewskitests: line: remove a bad test case
2020-12-14 Bartosz Golaszewskicore: kill chip iterators
2020-12-14 Bartosz Golaszewskibuild: add a configure switch for building examples
2020-12-14 Bartosz Golaszewskicore: rework gpiod_chip_find_line()
2020-12-14 Bartosz Golaszewskitreewide: kill find_lines()
2020-12-14 Bartosz Golaszewskitreewide: kill global line lookup
2020-12-14 Bartosz Golaszewskicore: kill gpiod_line_get()
2020-12-14 Bartosz Golaszewskicore: kill gpiod_line_close_chip()
2020-12-14 Bartosz GolaszewskiAPI: move gpiod_line_get_chip() to line attributes...
2020-12-14 Bartosz Golaszewskitreewide: kill opening chips by label
2020-12-14 Bartosz Golaszewskicore: drop line iterators
2020-12-14 Bartosz Golaszewskibulk: drop the limit on the max number of lines
2020-12-14 Bartosz Golaszewskicore: export gpiod_is_gpiochip_device()
next