qemu-gpiodev/libgpiod.git
2023-02-13 Bartosz Golaszewskibindings: python: pass DESTDIR to setup.py
2023-02-10 Bartosz Golaszewskiconfigure: add more tests for less commonly used functions
2023-02-10 Bartosz Golaszewskibindings: cxx: fix building gpiod::timestamp with clang
2023-02-10 Bartosz Golaszewskiconfigure: verify the availability of twalk_r() for...
2023-02-10 Bartosz Golaszewskitools: use 'unsigned int' instead of 'uint'
2023-02-09 Bartosz Golaszewskitests: remove unused variables
2023-02-08 Bartosz Golaszewskilibgpiod v2.0-rc1
2023-02-08 Bartosz GolaszewskiNEWS: updates for v2.0
2023-02-08 Bartosz Golaszewskitests: extend the regex matching string versions
2023-02-08 Bartosz Golaszewskitools: update the copyright date in the output of ...
2023-02-08 Bartosz Golaszewskibindings: python: don't store build system paths in...
2023-02-07 Bartosz Golaszewskitests: use predefined exit codes when returning from...
2023-02-06 Bartosz Golaszewskiconfigure: don't look for qsort()
2023-02-06 Bartosz Golaszewskitests: use native types for main() arguments
2023-02-01 Bartosz Golaszewskitests: rework error handling and stop overusing g_error()
2023-02-01 Bartosz GolaszewskiRevert "tests: consistently use GLib types in tests"
2023-02-01 Bartosz Golaszewskitests: drop the .dispose() method from gpiosim-glib...
2023-02-01 Bartosz Golaszewskitests: add a missing call to parent's implementation...
2023-01-31 Bartosz Golaszewskitests: shrink helper code
2023-01-31 Bartosz Golaszewskiconfigure: drop mention of a removed build option from...
2023-01-31 Bartosz Golaszewskigpioset: use #ifdef instead of #if with GPIOSET_INTERACTIVE
2023-01-31 Bartosz Golaszewskitests: fix a GVariant referencing bug
2023-01-31 Bartosz Golaszewskidoc: various tweaks and improvements treewide
2023-01-26 Bartosz Golaszewskibindings: cxx: remove duplicate mapping helper
2023-01-26 Bartosz Golaszewskibindings: cxx: don't shift raw pointers around
2023-01-26 Bartosz Golaszewskibindings: cxx: remove unused code
2023-01-26 Bartosz Golaszewskibindings: rust: provide line_config.set_output_values()
2023-01-26 Bartosz Golaszewskibindings: rust: make mutators return &mut self
2023-01-25 Bartosz Golaszewskibindings: python: add the output_values argument to...
2023-01-25 Bartosz Golaszewskibindings: cxx: add line_config.set_output_values()
2023-01-25 Bartosz Golaszewskigpioset: use gpiod_line_config_set_output_values()
2023-01-25 Bartosz Golaszewskicore: provide gpiod_line_config_set_output_values()
2023-01-24 Bartosz Golaszewskitreewide: unify gpiod_line_config/request_get_offsets...
2023-01-24 Viresh Kumarbindings: rust: Allow reusing locally installed gpio...
2023-01-24 Viresh Kumarbindings: rust: Align formatting to what's suggested...
2023-01-23 Bartosz GolaszewskiREADME: update for libgpiod v2
2023-01-19 Bartosz Golaszewskibindings: rust: make request_config optional in Chip...
2023-01-18 Bartosz Golaszewskitests: add a helper for reading back line settings...
2023-01-18 Bartosz Golaszewskitests: fix the line config reset test case
2023-01-18 Bartosz Golaszewskibindings: cxx: allow to copy line_settings
2023-01-18 Bartosz Golaszewskibindings: cxx: prepend all C symbols with the scope...
2023-01-18 Bartosz Golaszewskidoc: update docs for libgpiod v2
2023-01-18 Bartosz Golaszewskibuild: unify the coding style of source files lists...
2023-01-18 Bartosz Golaszewskitests: avoid shadowing local variables with common...
2023-01-18 Bartosz Golaszewskibuild: update the required python version
2023-01-18 Bartosz Golaszewskibuild: drop unused python-related bits from configure.ac
2023-01-18 Joerg Faschingbauerbindings: python: fix out-of-tree build
2023-01-17 Bartosz GolaszewskiRevert "configure: replace deprecated macro"
2023-01-16 Kent Gibsonbindings: rust: fix documentation of line_request set_v...
2023-01-06 Bartosz Golaszewskicore: make the library NULL-aware
2023-01-02 Bartosz Golaszewskigpiosim: fix error reporting in gpiosim_bank_hog_line()
2022-12-16 Bartosz Golaszewskicore: don't check if the pointer about to be freed...
2022-12-16 Bartosz Golaszewskicore: chip: drop the unneeded prefix from a static...
2022-12-16 Bartosz Golaszewskiconfigure: replace deprecated macro
2022-12-16 Bartosz Golaszewskitools: tests: check for egrep presence in the system
2022-12-16 Bartosz Golaszewskitests: improve coding style for macros
2022-12-15 Bartosz Golaszewskitests: consistently use GLib types in tests
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
next