- 14 May, 2017 4 commits
-
-
Chris Wilson authored
Should hopefully reduce risk of random test failures/race conditions.
-
Chris Wilson authored
-
Chris Wilson authored
Adding individual -DBOX_CURRENT_FILEs to each file's compilation flags worked, but caused each command to be different, massively increasing verbosity of CMake builds. Since there wasn't apparently a compile-time solution that works with VC++, I've gone back to the slower runtime way, but only computing the value when needed (when per-module logging overrides are in use).
-
Chris Wilson authored
-
- 13 May, 2017 2 commits
-
-
Chris Wilson authored
-
Chris Wilson authored
-
- 11 May, 2017 2 commits
-
-
Chris Wilson authored
Should hopefully reduce random failures of timing-dependent tests which rely on subsecond precision for accuracy.
-
-
- 10 May, 2017 1 commit
-
-
Chris Wilson authored
-
- 07 May, 2017 3 commits
-
-
Chris Wilson authored
-
Chris Wilson authored
Takes too long in release mode, due to the S3 block size.
-
Chris Wilson authored
This avoids abusing "make install" to install them in the correct locations for running tests, which causes problems for CPack installers which rely on the list of install()ed files.
-
- 05 May, 2017 2 commits
-
-
Chris Wilson authored
-
Chris Wilson authored
-
- 04 May, 2017 2 commits
-
-
Chris Wilson authored
Otherwise "make install" fails during tests because it can't write to /usr/local.
-
Chris Wilson authored
For some reason it's becoming increasingly common for Unixes not to set TMP* to anything.
-
- 02 May, 2017 2 commits
-
-
Chris Wilson authored
-
Chris Wilson authored
flock and fcntl(F_SETLK) locks are not exclusive within the same process, so this test cannot work as designed platforms that don't support a more robust form of locking such as O_EXLOCK or Windows locks.
-
- 01 May, 2017 5 commits
-
-
Chris Wilson authored
-
Chris Wilson authored
-
Chris Wilson authored
Fix test/common for NamedLock by starting a separate process so that we can really test conflicting locks.
-
Chris Wilson authored
-
Chris Wilson authored
-
- 30 Apr, 2017 2 commits
-
-
Chris Wilson authored
-
Chris Wilson authored
-
- 29 Apr, 2017 1 commit
-
-
Chris Wilson authored
-
- 28 Apr, 2017 2 commits
-
-
Chris Wilson authored
-
Chris Wilson authored
-
- 26 Apr, 2017 8 commits
-
-
Chris Wilson authored
-
Chris Wilson authored
-
Chris Wilson authored
-
Chris Wilson authored
The abbreviated name doesn't work for 32-bit compiles!
-
Chris Wilson authored
Use PLATFORM the way that MSBuild wants it to be used, and add Win64 to the CMake Generator name using PowerShell instead.
-
-
Chris Wilson authored
-
Chris Wilson authored
-
- 25 Apr, 2017 4 commits
-
-
Chris Wilson authored
-
Chris Wilson authored
-
Chris Wilson authored
Hopefully will enable Win64 builds. At least it works for me on a VM.
-
Chris Wilson authored
-