| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
# Conflicts:
# .travis.yml
|
|
* 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
|
|
|
|
|
|
|
|
This was needed because the temporary vectors passed as non-const were throwing a compiler error in linux. The updated library appears to have fixed this, but there were other changes that could break compatability so these qualifiers were added manually
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
...as well as missing std:: namespace specifiers
|
|
third_party: vulkan: loader: fix Linux build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The main repo is a mess.
|
|
Extremely rough, just checking in so DrChat can snoop.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Too much code for such little use. This should simplify porting.
|
|
|
|
|
|
|
|
|
|
|
|
|