| Age | Commit message (Collapse) | Author |
|
|
|
* Python 3 support
* Fix import_vs_environment in xenia-build
* Drop support for Python 2
* Fix CIs and xb.bat
* Require Python3.4+ because of Ubuntu Trusty
* popen.communicate returns bytes instead of string
* Useful info in travis
* universal_newlines should be True
* Changed shebang to python 3
* Python 3 shebang fix
* Clang python 3 shebang fix
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #346.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
anything, but will allow for proper 32-bit relocations.
|
|
|
|
|
|
|
|
|
|
|
|
@* takes all arguments, even ones shifted off.
We only want to pass ones after --.
This reverts commit f884830590380de43e679688683dd82f9b21607e.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This also removes the dependency on D3DX, which is only included in the
DXSDK, meaning that just the Win8+ SDK should be required now.
|