summaryrefslogtreecommitdiff
path: root/xb.bat
AgeCommit message (Collapse)Author
2017-09-21Remove "FOUND PYTHON 2" debug messageDrChat
2017-09-21Python 3 support (#755)Kriskras99
* 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
2017-03-18Update Python 2.7 to latest versionMargen67
2016-09-28Slightly better python-finding.Dr. Chat
2016-09-27Allow xb.bat to find python from a common install pathDrChat
2016-09-17Bump suggested Python 2.7 version in xb.batAdam Baxter
2015-11-25Try python2 before python.Ben Vanik
2015-07-31Switching to python build script.Ben Vanik
2015-07-19Replacing the tick count timer with xplat abstraction (also better rate).Ben Vanik
Fixes #346.
2015-07-19Fixing bootstrap from non-VS command prompts.Ben Vanik
2015-07-18Cleaning up some /W4 errors.Ben Vanik
2015-07-18Switching to premake. Probably with disasterous consequences.Ben Vanik
2015-07-12Recursive submodule init.Ben Vanik
2015-06-22xb lint, and --origin for lint/format to format all changes from origin.Ben Vanik
2015-06-18Removing the HIR test until it's fixed (or killed).Ben Vanik
2015-06-18Fiddling to get buildbot working.Ben Vanik
2015-06-13Auto source vcvars (no need to use Developer Prompt anymore).Ben Vanik
2015-06-07Show linker errors when assembling tests.gibbed
2015-06-07Assemble tests in 32-bit mode rather than 64-bit mode. Shouldn't hurt ↵gibbed
anything, but will allow for proper 32-bit relocations.
2015-05-25Basic debugger networking.Ben Vanik
2015-05-24Remove test binaries now that they can be created on WindowsRiley Labrecque
2015-05-21Fixing tests.Ben Vanik
2015-05-12Fixing error reporting from gentests. Also renaming to 'xb gentests'.Ben Vanik
2015-05-12'xb gentest' to generate test binaries on Windows.Ben Vanik
2015-05-12Revert "Update xb.bat"Ben Vanik
@* takes all arguments, even ones shifted off. We only want to pass ones after --. This reverts commit f884830590380de43e679688683dd82f9b21607e.
2015-05-12Update xb.batAlex Forbes-Reed
2015-05-11Pass args after -- into tests.Ben Vanik
2015-05-09Debugger stuff, and changing to vcproj's/sln.Ben Vanik
2015-05-03Removing xdb and old tracing code before rewrite.Ben Vanik
2015-05-02Kicking buildbot.Ben Vanik
2015-05-02Tweaking build script for weird pythons.Ben Vanik
2015-05-02Replacing python stuff with BAT, 1993-style.Ben Vanik
2013-10-17Support for VS2013 (and auto picking), a Win xb script, and readme updates.Ben Vanik
This also removes the dependency on D3DX, which is only included in the DXSDK, meaning that just the Win8+ SDK should be required now.