Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/[[:space:]]*$//' {} \;
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/\t*$//' {} \;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- remove --enable-compile-warnings=maximum from autogen.sh
|
|
|
|
|
|
|
|
|
|
- fix build error with archlinux on Travis CI
- Avoid warning for build config validation
- change archlinux docker image name
|
|
|
|
|
|
add missing requires autoconf-archive (fedora)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|