aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
3 daysbuild: drop the LGPL-3.0 license file from EXTRA_DISTBartosz Golaszewski1-1/+0
2023-06-14examples: add dedicated examplesKent Gibson1-0/+6
2023-06-06build: drop a reference to libgpiomockup from a comment in MakefileBartosz Golaszewski1-1/+1
2023-03-27build: use AM_V_GEN when calling external programsBartosz Golaszewski1-1/+1
2023-03-12contrib: add sample Android.bp to build within an Android treeBenjamin Li1-1/+1
2022-12-07bindings: rust: make reuse happyBartosz Golaszewski1-3/+6
2021-02-18licensing: relicense C++ library code under LGPL-3.0-or-laterBartosz Golaszewski1-0/+1
2021-02-18licensing: relicense non-library code under GPL-2.0-or-laterBartosz Golaszewski1-1/+2
2021-02-18licensing: make the project REUSE-compliantBartosz Golaszewski1-7/+8
2020-08-13doc: use autotoolized DoxyfileAlexander Stein1-4/+2
2019-08-19build: move libgpiod.pc.in into lib/Bartosz Golaszewski1-3/+0
2019-08-07bindings: cxx: use catch2 to implement a proper test-suiteBartosz Golaszewski1-1/+5
2019-03-07treewide: rearrange source directoriesBartosz Golaszewski1-8/+8
2019-02-18doc: add automatically generated man pages for gpio-toolsBartosz Golaszewski1-1/+7
2019-02-18doc: delete generated files on make cleanBartosz Golaszewski1-0/+3
2018-03-04build: user SPDX license identifierBartosz Golaszewski1-5/+4
2018-02-19bindings: implement C++ bindingsBartosz Golaszewski1-2/+4
2018-02-08dist: include Doxyfile in the release tarballBartosz Golaszewski1-0/+2
2018-01-23build: add pkg-config supportClemens Gruber1-0/+3
2018-01-13all: update the copyright noticeBartosz Golaszewski1-1/+1
2018-01-10all: modify the license preamble in filesBartosz Golaszewski1-1/+1
2017-12-01all: make license type consistent between source files and COPYING fileSZ Lin1-3/+4
2017-03-08build: store m4 files in an `m4' subdirectoryThierry Reding1-0/+1
2017-02-17tests: add a simple unit testing framework and a couple testsBartosz Golaszewski1-0/+6
2017-01-29libgpiod: relicense under LGPLv2.1Bartosz Golaszewski1-3/+3
2017-01-18build: don't try to process docs if doxygen is not installedBartosz Golaszewski1-0/+4
2017-01-16doc: pass the EXTRA_VERSION to doxygen as wellBartosz Golaszewski1-1/+1
2017-01-15configure: don't use the m4 directoryBartosz Golaszewski1-1/+0
2017-01-15build: create an organized directory structureBartosz Golaszewski1-41/+2
2017-01-14doc: doxygen: set the project version from MakefileBartosz Golaszewski1-1/+1
2017-01-14build: drop redundant version variablesBartosz Golaszewski1-1/+1
2017-01-13build: drop the aclocal flagsBartosz Golaszewski1-1/+0
2017-01-13build: add a configure option for toolsBartosz Golaszewski1-0/+4
2017-01-13build: add library versioningBartosz Golaszewski1-0/+1
2017-01-13make: readability tweaksBartosz Golaszewski1-2/+1
2017-01-12make: compile the library with debug symbolsBartosz Golaszewski1-0/+1
2017-01-06tools-common: new source fileBartosz Golaszewski1-6/+6
2017-01-06gpiofind: new toolBartosz Golaszewski1-1/+5
2017-01-05gpiomon: fix Makefile.amBartosz Golaszewski1-1/+1
2017-01-05gpiomon: new toolBartosz Golaszewski1-0/+4
2017-01-05build: install headers tooBartosz Golaszewski1-0/+2
2017-01-03build: add dependencies to Makefile.amBartosz Golaszewski1-0/+4
2017-01-02documentation: add DoxyfileBartosz Golaszewski1-0/+4
2017-01-02build: define _GNU_SOURCE for .c filesBartosz Golaszewski1-1/+1
2017-01-02build: add autotools configurationBartosz Golaszewski1-0/+32