[quake3-commits] [ioquake/ioq3] 7de09c: Include stdint.h instead of inttypes.h in libmumbl...
Zack Middleton
zturtleman at gmail.com
Sun Dec 28 16:45:35 EST 2014
Branch: refs/heads/master
Home: https://github.com/ioquake/ioq3
Commit: 7de09c34905561a4f4cdcb52e0c376d3c36b5f5e
https://github.com/ioquake/ioq3/commit/7de09c34905561a4f4cdcb52e0c376d3c36b5f5e
Author: Zack Middleton <zturtleman at gmail.com>
Date: 2014-12-28 (Sun, 28 Dec 2014)
Changed paths:
M code/client/libmumblelink.c
Log Message:
-----------
Include stdint.h instead of inttypes.h in libmumblelink.c
MSVC 2010 has stdint.h but not inttypes.h.
Debian (GCC, MinGW) and OS X (Clang) can compile using stdint.h.
Commit: 458ab7716cc4f6e5e35309932f3883060a52653a
https://github.com/ioquake/ioq3/commit/458ab7716cc4f6e5e35309932f3883060a52653a
Author: Zack Middleton <zturtleman at gmail.com>
Date: 2014-12-28 (Sun, 28 Dec 2014)
Changed paths:
M .travis.yml
Log Message:
-----------
Make travis do all the builds again
Travis was only using the last env section, not merged them and was only doing
one build using gcc instead of six builds (gcc, clang, mingw, ..).
Compare: https://github.com/ioquake/ioq3/compare/3cc16d6b92c2...458ab7716cc4
More information about the quake3-commits
mailing list