Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/linux-sunxi/sunxi-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-07common.h: Rename errf() to pr_error(), add pr_fatal()Bernhard Nortmann
Signed-off-by: Bernhard Nortmann <bernhard.nortmann@web.de>
2016-10-21Add support for auto-updated version informationBernhard Nortmann
The Makefile will now use a script (autoversion.sh) to update version.h, which in turn defines a VERSION string and gets included from common.h. The idea is that version.h normally receives a git-describe based identifier that represents the current checkout. In cases where git might not be available, e.g. for builds from a tarball, the script will instead fall back to a predefined version (that should reflect the most recent release tag). Signed-off-by: Bernhard Nortmann <bernhard.nortmann@web.de>
2016-05-04Move list declarations from common.h into a separate list.hBernhard Nortmann
Signed-off-by: Bernhard Nortmann <bernhard.nortmann@web.de>
2012-06-16Relicensed as GPLv2+Alejandro Mery
2012-05-12common: add ARRAY_SIZE() macroAlejandro Mery
2012-05-10renamed sunxi-tools.h to common.hAlejandro Mery