- 20 Apr, 2017 5 commits
-
-
Chris Wilson authored
-
Chris Wilson authored
-
Chris Wilson authored
-
Chris Wilson authored
-
Chris Wilson authored
-
- 19 Apr, 2017 1 commit
-
-
Chris Wilson authored
-
- 17 Apr, 2017 14 commits
-
-
Chris Wilson authored
To help debug timeout issues interactively
-
Chris Wilson authored
-
Chris Wilson authored
-
Chris Wilson authored
-
Chris Wilson authored
-
Chris Wilson authored
-
Chris Wilson authored
-
Chris Wilson authored
-
Chris Wilson authored
Since the backtrace goes to the console instead, it's confusing to have them in different places.
-
Chris Wilson authored
-
Chris Wilson authored
-
Chris Wilson authored
Similar to the CMake prepare targets, these are useful when intending to debug tests or run a server using a standard test configuration, which requires the testfiles directory to be copied into the binary output tree.
-
Chris Wilson authored
Git revisions are often quoted as 7 hexadecimal digits, so let's do that here too.
-
Chris Wilson authored
Tidy up usage text, and fix erroneous memory leak reported after calling PrintUsageAndExit().
-
- 16 Apr, 2017 7 commits
-
-
Chris Wilson authored
-
Chris Wilson authored
-
Chris Wilson authored
-
Chris Wilson authored
-
Chris Wilson authored
-
Chris Wilson authored
-
Chris Wilson authored
-
- 08 Apr, 2017 1 commit
-
-
Chris Wilson authored
-
- 04 Apr, 2017 1 commit
-
-
Chris Wilson authored
-
- 02 Apr, 2017 1 commit
-
-
Chris Wilson authored
-
- 31 Mar, 2017 9 commits
-
-
Chris Wilson authored
Copy built packages into project directory, as AppVeyor won't let us select files outside of that directory as artifacts for upload. Add the configuration name to the built package file name, to avoid confusion between debug and release builds.
-
Chris Wilson authored
Should hopefully help reduce random failures of this test on AppVeyor.
-
Chris Wilson authored
-
Chris Wilson authored
This allows enabling TRACE logging for a specific file (e.g. to enable exception backtraces for that file) without enabling TRACE globally. Replace HideFileGuard with LogLevelOverrideByFileGuard.
-
Chris Wilson authored
This will be useful for exception filtering by filename, because MSVC defines __FILE__ using the full path to the source file, which is annoying.
-
Chris Wilson authored
Allows us to turn on exceptions for specific files, rather that filtering them all as Utils.cpp.
-
Chris Wilson authored
This allows enabling TRACE logging for a specific file (e.g. to enable exception backtraces for that file) without enabling TRACE globally. Replace HideFileGuard with LogLevelOverrideByFileGuard.
-
Chris Wilson authored
-
Chris Wilson authored
This will be useful for exception filtering by filename, because MSVC defines __FILE__ using the full path to the source file, which is annoying.
-
- 30 Mar, 2017 1 commit
-
-
Chris Wilson authored
-