Commit graph

242 commits

Author SHA1 Message Date
Walter Bright
04ee6fc0e4 merge from staging 2013-01-02 10:25:52 -08:00
Vladimir Panteleev
0c89043ef7 Fix Windows makefiles' install target 2012-12-26 10:27:01 +02:00
Alex Rønne Petersen
dd463ada9d Merge pull request #807 from redstar/sha1_ssse3
Add SSSE3 implementation to SHA1 digest.
2012-12-10 12:21:50 -08:00
Walter Bright
193241651e fix running out of memory again 2012-12-09 20:11:34 -08:00
k-hara
c3103db6c8 Split unittest compilation on win32 2012-11-27 22:46:24 +09:00
kai
4592361e06 Add SSSE3 implementation to SHA1 digest. 2012-11-21 19:44:01 +01:00
k-hara
51912cb8a8 Separate win32 unittest. 2012-11-07 19:37:10 +09:00
kai
71f7a9a903 Initial implementation of RIPEMD160. 2012-10-20 21:34:33 +02:00
Walter Bright
e188e21608 fix install target 2012-10-15 13:34:24 -07:00
Walter Bright
58c8d7e5e7 fix install target 2012-10-14 17:09:23 -07:00
Denis Shelomovskij
4372769989 Fix Windows make files broken by Pull 803
* breaking commit: 2dfb76d08d
2012-09-21 14:42:14 +04:00
k-hara
2dfb76d08d Separate unittest building in Windows 2012-09-19 00:44:18 +09:00
Johannes Pfau
6ff6adc5bf Add new hash API
* adds the new API used for hashes/digests
* adds new crc & md modules using this API
* deprecate std.md5 & crc32
* update std.stream to use new hash API
2012-09-16 12:25:43 +02:00
Walter Bright
2346ef9a68 Win64 makefile fixes 2012-09-10 16:22:16 -07:00
Walter Bright
2243a5e4b5 Merge branch 'master' of github.com:D-Programming-Language/phobos 2012-09-10 14:46:00 -07:00
Brad Roberts
0675212486 split SRC_STD_2_HEAVY to hopefully work around out of memory issues 2012-09-09 02:04:28 -07:00
Walter Bright
f58e109c7b Merge branch 'master' of github.com:D-Programming-Language/phobos 2012-08-21 13:12:18 -07:00
Denis Shelomovskij
7b4fdfec1a Fix win32.mak clean target
* this small issue was introduced by commit 1d9c3fa371
2012-08-02 19:47:36 +04:00
Walter Bright
54fe40d78e Merge branch 'master' of github.com:D-Programming-Language/phobos 2012-07-30 13:50:36 -07:00
k-hara
1d9c3fa371 Separate unittest building in Windows platform. 2012-07-31 00:33:12 +09:00
Walter Bright
b84e808ffa fix install 2012-07-24 14:27:29 -07:00
k-hara
8dc8097e34 Fix masking of unittests in Windows 2012-07-10 01:03:06 +09:00
Walter Bright
7182ed48f3 std.algorithm consumes too much memory 2012-07-09 02:34:40 -07:00
k-hara
a44a55cc5a Separate phobos unittest compilation in Windows platform 2012-07-08 15:25:14 +09:00
Andrei Alexandrescu
8ac3aea10b Merge pull request #651 from jpf91/std.uuid2
Add std.uuid module
2012-07-01 21:07:40 -07:00
Johannes Pfau
54658df5d8 Add std.uuid module 2012-07-01 14:44:36 +02:00
jmdavis
940059bbc8 Revert "Deprecate crc32 and move it into std.hash.crc32."
This reverts commit d6c2ef0fb6.

These changes are valuable, but after further discussion, we've decided
to review how std.hash looks in general and redesign it, so getting
people to switch from crc32 to std.hash.crc32 will only mean that
they'll have to change their code _again_ once we've sorted out the
std.hash redesign, and we don't want that. So, I'm reverting these
changes for now, and they can become part of the std.hash redesign.
2012-06-25 03:06:15 -07:00
Jonathan M Davis
33e246959c Merge pull request #587 from alexrp/no-nofloat
Remove -nofloat from DFLAGS.
2012-06-20 10:35:51 -07:00
alexrp
d6c2ef0fb6 Deprecate crc32 and move it into std.hash.crc32. 2012-06-06 07:48:47 +02:00
Denis Shelomovskij
50a0eaa84d Add std_net_curl.html 2012-06-02 15:04:00 +04:00
Denis Shelomovskij
7fb21f231e Fix dependencies 2012-06-02 15:04:00 +04:00
Denis Shelomovskij
4d9393b7dd Remove modules duplication and include missed modules
At least following missed modules are now included:
* std.net.*
* std\c\{fenv, locale, wcharh}.d
* etc\c\sqlite3.d
2012-06-02 15:03:59 +04:00
Denis Shelomovskij
e8d449149b Fix clean target 2012-06-02 15:02:48 +04:00
Denis Shelomovskij
120db7c859 Delete rest *.obj entries 2012-05-29 14:36:59 +04:00
Denis Shelomovskij
443f510961 Delete unused *.obj entries 2012-05-29 14:36:59 +04:00
Denis Shelomovskij
1e831d77d0 Move std.internal.* modules from SRCS_2 to SRCS_3
* also place std_net_isemail.html right after std.* modules
2012-05-29 14:36:59 +04:00
Denis Shelomovskij
ab2a53182d Place DOCS macro after all SRC* macros 2012-05-29 13:28:04 +04:00
Walter Bright
aa96e1350d revert my mistaken changes 2012-05-19 21:21:16 -07:00
Walter Bright
e733ca8d61 more updates to win32.mak 2012-05-19 19:54:44 -07:00
Walter Bright
096cb6918b when deleting files from posix.mak, delete them from win32.mak too 2012-05-19 15:28:27 -07:00
alexrp
2a76ad793a Remove -nofloat from DFLAGS. 2012-05-17 17:38:08 +02:00
alexrp
b4157cd573 Remove std.contracts (deprecated a long, long time ago). 2012-05-15 03:17:19 +02:00
alexrp
a64b6175fa Remove std.loader (deprecated for six years). 2012-05-13 16:23:23 +02:00
alexrp
4bd65cbec2 Remove std.stdarg (deprecated since 2010). 2012-05-13 04:03:26 +02:00
alexrp
38ef7d09c2 Remove std.bind (deprecated from the day delegates were added to the language). 2012-05-13 04:03:26 +02:00
Hara Kenji
071aa17bbc Merge pull request #454 from CyberShadow/phobos-lib-macro
win32.mak: Turn phobos.lib into a macro
2012-04-18 02:33:08 -07:00
Andrei Alexandrescu
5a7384f313 Merge pull request #486 from jmdavis/deprecated
Deprecation stuff for March
2012-03-22 22:50:55 -07:00
Walter Bright
38b03803df fix reversion 2012-03-21 03:01:53 -07:00
Walter Bright
c362c86568 fix html build breakage 2012-03-21 01:26:29 -07:00
jmdavis
95b3fb81ad Removed the deprecated std.date.
Also removed std.datebase, std.dateparse, and std.gregorian.
2012-03-10 16:37:05 -08:00