summaryrefslogtreecommitdiff
path: root/tools/build/src
AgeCommit message (Collapse)Author
2021-08-28[UI] Loop thread to main thread WindowedAppContextTriang3l
2021-06-02Update Catch2 test frameworkJoel Linn
- Use their main() method to fix command line options. Fix CLion testing - Change to correct tag syntax.
2020-11-25Use xenia-base entrypoint for test suites.gibbed
Use xenia-base entrypoint for test suites. Fixes a bug where we were expecting wchar data in main, which is incorrect, causing invalid args to be parsed.
2019-08-24Fix up handling of positional options in cvar handling.gibbed
- Fix up handling of positional options in cvar handling so that executables other than app can handle them properly. - Fix command-line arguments for xenia-vfs-dump.
2019-08-03Replace all gflag implementations with cvar implementationsJonathan Goyvaerts
2017-05-11Update catchDr. Chat
2016-01-011 linking and running tests for travis.Ben Vanik
2016-01-01Standardizing wchar->char in main().Ben Vanik
2015-12-30Folding build_tools back into the main repo for simplicity.Ben Vanik