Cross-platform and Py3x compatibility
- Better support for Python 3.3 and 3.4, thanks to @xantares , @iankronquist , @Manticore
- Proper integration in Travis CI, thanks to @xantares
- Improved support for Linux systems (
accepting x86_64-linux-gnu-gcc
) - Avoiding warning on Linux by removing
Wstrict-prototypes
arg - Supporting gcc proxied clang (OS X)
- Added set of examples
- Added missing dependencies, thanks to @iankronquist