aboutsummaryrefslogtreecommitdiff
path: root/build.sh
AgeCommit message (Expand)Author
2021-08-04build.sh: Add support for make test{,-c,-shell}Petr Vorel
2021-06-01CI: Update docs after Travis => GitHub Actions switchPetr Vorel
2021-06-01CI: Move from Travis to GitHub ActionsPetr Vorel
2021-06-01build.sh: Rewrite to allow running certain stepPetr Vorel
2021-05-14build.sh: Support passing extra configure optionsPetr Vorel
2021-01-11build.sh: support compiler with path prefixLi Zhijian
2021-01-11build.sh: Remove deprecated CROSS_COMPILELi Zhijian
2020-12-08build.sh: PKG_CONFIG_LIBDIR auto-detection for x86_64Petr Vorel
2020-12-03build.sh: Fix build types docsPetr Vorel
2020-08-11build.sh: Update check for cross-compilationPetr Vorel
2020-06-22travis: Add -Werror=return-typePetr Vorel
2020-05-20build.sh: Add -Wformat -Werror=format-security into CFLAGSPetr Vorel
2020-04-15travis: Build with -fno-commonPetr Vorel
2020-02-07build: Disable make install for most of buildsPetr Vorel
2019-08-09build: Move -Werror-implicit-function-declaration from make to build.shPetr Vorel
2019-08-09build.sh: Respect user defined CFLAGS and LDFLAGSPetr Vorel
2019-08-09make: Remove C++ related flagsPetr Vorel
2019-01-03travis: Use docker based buildsPetr Vorel
2018-02-26build.sh: Allow to choose in-tree or out-tree for all build typesPetr Vorel
2017-12-14build.sh: Add cross-compile build optionPetr Vorel
2017-12-14build.sh: Add getopts and new features + update travis.ymlPetr Vorel
2017-12-14build.sh: Pass correct parameters to out-of-tree buildPetr Vorel
2017-12-05travis: Add build script and use it in travisPetr Vorel