aquileia
db5bae762d
vcproj: Add debug settings via .vcxproj.user
...
As user options aren't upgraded with the solution, we provide them in both
formats.
2015-07-28 16:04:29 +02:00
aquileia
d279aa4afe
vcproj: Fixes and cleanup
...
Fixed an issue caused by 659b9a4 - the 'Start Debugging' option was
basically useless as the process terminates itself if OMP_WAIT_POLICY
isn't defined.
Cleaned up unnecessary configurations for WindowsTimeout.
Fixed duplicate manifest.
Disabled WML unit tests on MSVC Debug builds as they would quintuple build
duration (over 60s per test).
Re-enabled stdout redirection in WML_tests.cmd to avoid spamming the
command line.
Updated vcproj for daa2140 (added multimenu widget).
2015-07-26 15:05:38 +02:00
aquileia
2f7af4c477
Update VC project (YAMG removal, wconsole addition)
...
[skip ci]
2015-04-25 18:36:01 +02:00
aquileia
659b9a4141
Fix performance of MSVC OpenMP builds
...
Instead of idling at 100% CPU usage, we're back at 4-5%.
For VC2010, an additional hotfix has to be applied to the dll files: http://support.microsoft.com/en-us/kb/2689322
2015-03-14 06:43:17 +01:00
aquileia
4da8eecc64
vcproj: Fix WML_test execution on debug builds
...
[skip ci]
2015-03-08 19:42:28 +01:00
aquileia
32212f71dd
Windows WML Tests: Add total duration to output
2014-06-07 23:02:06 +02:00
aquileia
cd4dcbff43
Windows WML tests: Keep account of executed tests
...
The final report now includes the number of
- tests that were executed
- tests thereof that failed
2014-06-02 21:24:56 +02:00
aquileia
412aca56d7
Windows WML tests: Add optional argument for executable path
2014-05-29 02:52:27 +02:00
aquileia
f90569ccee
Windows WML tests: Improve stdout output
...
Differentiate between timeouts and real errors: In case of a timeout, only
throw a warning instead of an error.
Also implement a basic progress bar.
2014-05-29 02:52:24 +02:00
aquileia
8d91cef488
Windows WML tests: Port .sh test script to .cmd
...
WML tests are read from wml_test_schedule, executed and their error code
is compared to the expected result.
2014-05-29 02:52:20 +02:00