Posted
over 9 years
ago
by
chris
Update to Visual Studio 2012
(diff)
|
Posted
over 9 years
ago
by
chris
Run tests using special script on Windows.
Ensures that GCC DLLs are on the path, so that test executables will run.
Also run debug tests as well as release tests.
|
Posted
over 9 years
ago
by
chris
Add logging to S3Client about connection reuse
|
Posted
over 9 years
ago
by
chris
Set network timeout in S3Client.
To give the S3Simulator a chance to respond.
|
Posted
over 9 years
ago
by
chris
Improve exception messages in HTTPRequest as well
|
Posted
over 9 years
ago
by
chris
Disable httpserver keepalive tests until keepalive support is implemented.
Switch httpserver daemon start/stop to use standard functions.
|
Posted
over 9 years
ago
by
chris
Use MinGW test runner to make compile script work
|
Posted
over 9 years
ago
by
chris
Add a MinGW test runner to version control.
|
Posted
over 9 years
ago
by
chris
Add more generated files to svn:ignore.
|
Posted
over 9 years
ago
by
chris
Fix warnings when compiling with MinGW64 headers.
These headers define things that aren't defined by MinGW32 or MSVC, so make
the definitions in emu.h conditional (feature detection).
|