| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| | |
* commit '899ee03088d55152a48830df0899887f055da1de':
Unbreak travis on macos
Merged-by: James Almer <jamrial@gmail.com>
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
* commit '4809781586d1c956005f72946a2aab5915eab350':
travis: Exclude gcc for the macOS target
Merged-by: James Almer <jamrial@gmail.com>
|
| |
| |
| |
| |
| | |
On a normal macOS setup, 'gcc' is a symlink to clang. Therefore there is
little point in running the tests twice, with CC=gcc and CC=clang.
|
| |
| |
| |
| |
| | |
NASM is more actively maintained and permits generating dependency information
as a sideeffect of assembling, thus cutting build times in half.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
NASM is more actively maintained and permits generating dependency information
as a sideeffect of assembling, thus cutting build times in half.
(Cherry-picked from libav commit 57b753b445e23363c997a8ec1c556e0b0f6e9da3)
Signed-off-by: James Almer <jamrial@gmail.com>
|
|\ \
| |/
| |
| |
| |
| |
| | |
* commit 'eda183287489b2c705843aa373a19c4e46fb2fec':
travis: Enable OSX integration
Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
* commit '1e0b8bf0b3b3b4247fb21e9839af342ae879607c':
travis: fix dependencies
Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
|
| |
| |
| |
| |
| |
| |
| | |
bc hasn't been needed since a982c5d74fbc7ff5bd2f2f73af61ae48e9b1bcc6
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
|
|/
|
|
|
|
|
| |
* commit '6bcd3e05998b41fb3b2c8dcc79e4662854e5208d':
build: Add support for travis CI
Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
|
|
It is useful to support a future staging branch and to have an
automated consistency check on github pull requests.
|