summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-21Add some stats, just for fun.HEADmasterAndreas Fankhauser hiddenalpha.ch
2023-08-24Replace ugly docker build env by qemu setup script.v0.0.2Andreas Fankhauser hiddenalpha.ch
2022-12-13Add a license fileAndreas Fankhauser hiddenalpha.ch
2022-10-20Enhance docker-build doc for debianAndreas Fankhauser hiddenalpha.ch
- Older OS release for better portability - Add hint about musl libc - Use apt-get over apt cmd to fix api warnings
2022-08-23Add link in READMEAndreas Fankhauser hiddenalpha.ch
2022-08-23Merge 'Cleanup' to masterAndreas Fankhauser hiddenalpha.ch
2022-08-23CleanupAndreas Fankhauser hiddenalpha.ch
- Fix version string while dockerbuild. - Use quotes in log msgs. - Add apt cleanup in debian build example. - Fix off-by-one error in summary log msg. - Allow to clone by tag within Dockerfile. - Add some missing LFs in err msgs.
2022-07-13Merge 'NDEBUG as default' to masterAndreas Fankhauser (@tux-six)
2022-07-13Set NDEBUG=1 as default. Fix wrong CMD in dockerfile. Drop indentation in ↵Andreas Fankhauser (@tux-six)
shell block because looks ugly in markdown
2022-07-12Merge 'hint about how to build for debian' to masterAndreas Fankhauser (@tux-six)
2022-07-12(DockerBuild) Add hint about how to build for debian plus some cleanupAndreas Fankhauser (@tux-six)
2022-07-06Merge 'contrib Dockerfile for tarball' to masterAndreas Fankhauser (@tux-six)
2022-07-06Add contrib Dockerfile about how to build from tarballAndreas Fankhauser (@tux-six)
- rename README.txt -> README.md - Add contrib Dockerfile as sample how to build from tarball - Fix bashism 'set -o posix'
2022-07-05Merge 'Enhance configure script and other cleanup' to masterAndreas Fankhauser (@tux-six)
2022-07-05Enhance configure script and other cleanupAndreas Fankhauser (@tux-six)
- Get rid of Makefile by using configure script to create it fully - Enhance automation of PROJECT_VERSION - Fold README and doc/INSTALL into one file - Try to be more POSIX-like in scripts - Rename 'package' target to 'dist' - Drop usage of 'bool' - Count dirs also while dry-run - Use dbl quotes in some log msgs
2022-05-30Add 'configure'. Add 'make install'. Format some doc.v0.0.1Andreas Fankhauser (@tux-six)
2022-05-30Add from existing sources after some cleanup.Andreas Fankhauser (@tux-six)
2022-05-30Initial, empty commitv0.0.0Andreas Fankhauser (@tux-six)