[phobos] [D-Programming-Language/phobos] 40c146: std.digest.sha: disable SSSE3 for SHA because it h...
GitHub
noreply at github.com
Thu Feb 27 23:36:42 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 40c14681f3dd148ae4cd71c4586452ca59726144
https://github.com/D-Programming-Language/phobos/commit/40c14681f3dd148ae4cd71c4586452ca59726144
Author: Rainer Schuetze <r.sagitario at gmx.de>
Date: 2014-02-27 (Thu, 27 Feb 2014)
Changed paths:
M std/conv.d
M std/digest/sha.d
M std/format.d
M std/math.d
M std/process.d
M std/stdio.d
M unittest.d
M win64.mak
Log Message:
-----------
std.digest.sha: disable SSSE3 for SHA because it has unsupported calling convention
std.format, std.math: workarounds for different behaviour of sprintf
std.conv: workarounds for different behaviour of strtold
std.math: disable unittests for exp2f and exp2l
std.math: fix lrint(real), disable tmpfile test
std.process: seek to end of file before trying to append to it from another process
std.process: do not try to terminate an invalid process handle
win64.mak: disable COMDAT folding for release build
Commit: 0e6501209c95c5ed7f82bc20ac2661dfdd38c86d
https://github.com/D-Programming-Language/phobos/commit/0e6501209c95c5ed7f82bc20ac2661dfdd38c86d
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2014-02-27 (Thu, 27 Feb 2014)
Changed paths:
M std/conv.d
M std/digest/sha.d
M std/format.d
M std/math.d
M std/process.d
M std/stdio.d
M unittest.d
M win64.mak
Log Message:
-----------
Merge pull request #1411 from rainers/win64_enable_unittests
do not skip unittests for Win64
Compare: https://github.com/D-Programming-Language/phobos/compare/96f98213f6ac...0e6501209c95
More information about the phobos
mailing list