Commit graph

126 commits

Author SHA1 Message Date
Martin Nowak
39999fb8f9 cleanup OS detection
- the wrong variable was set for OpenBSD and Solaris
2013-01-11 04:53:46 +01:00
kai
4592361e06 Add SSSE3 implementation to SHA1 digest. 2012-11-21 19:44:01 +01:00
kai
71f7a9a903 Initial implementation of RIPEMD160. 2012-10-20 21:34:33 +02:00
Martin Nowak
cffe2294bb allow to enable -fPIC by passing PIC=true to make 2012-10-16 19:03:41 +02:00
Martin Nowak
f856e61b09 check for more compilers which accept gcc style args 2012-10-16 19:03:06 +02:00
Martin Nowak
f3a6916e3b clarify CFLAGS assignment
- declare empty CFLAGS just before assigning
- use a simply expanded variable (':=')
2012-10-16 18:46:13 +02:00
alexrp
c7beff554f Update OS detection logic in posix.mak to handle OpenBSD and Solaris. 2012-09-26 17:39:41 +02: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
c749a87c27 win32.mak goes in the zip file 2012-07-09 01:48:37 -07: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
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
jmdavis
aef3278a91 Fix for GNU Make 3.82. 2012-04-22 00:04:05 -07:00
alexrp
52b133b62f Make $(DMD) properly configurable. 2012-04-11 01:47:47 +02: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
Denis Shelomovskij
99ab2b6175 Remove __file.d and it's using
* remove `useWfuncs` using
* remove std.__file using
* remove __file.d
* remove variables which have become unnecessary
* remove std.windows.charset import and alias in file.d
2012-02-10 14:27:34 +04:00
Walter Bright
b44e3dba6c add missing file 2012-01-30 14:47:54 -08:00
Jonas Drewsen
bf94445095 Merge branch 'master' of git://github.com/D-Programming-Language/phobos into curl-wrapper 2012-01-19 22:12:10 +01:00
Andrei Alexandrescu
982b350e6c Sync with new druntime naming convention 2012-01-17 20:49:29 -06:00
Jonas Drewsen
a878c8ab4a Fix makefile to include files in std/net/ 2012-01-17 22:07:58 +01:00
Jonas Drewsen
e992081c08 clean up makefile 2012-01-16 22:25:06 +01:00
Jonas Drewsen
ad8b04a418 Move to etc.curl to std.net.curl 2012-01-10 21:06:18 +01:00
Jonas Drewsen
2d8f553834 Merge branch 'master' of git://github.com/D-Programming-Language/phobos into curl-wrapper 2012-01-03 21:21:34 +01:00
Brad Roberts
d538a2733c enable std.math tests on 64 bit platforms, disabling just the three failing tests instead 2012-01-01 21:14:33 -08:00
Brad Roberts
ea27e2bcd6 enable std.format tests on 64 bit platforms, disabling just the two failing tests instead 2012-01-01 20:57:05 -08:00
Andrei Alexandrescu
def8ccb4aa minor bug in documentation generator 2011-12-23 14:27:52 -06:00
Jonas Drewsen
d78ad46b18 Merge branch 'master' of git://github.com/D-Programming-Language/phobos into curl-wrapper 2011-12-18 21:44:38 +01:00
Jesse Phillips
4e313454b8 Merge branch 'master' into csv 2011-12-18 10:06:46 -08:00
Brad Roberts
ded26fadad add sqlite3 doc building 2011-12-17 19:48:22 -08:00
Jonas Drewsen
aa9410a45c Merge branch 'master' of git://github.com/D-Programming-Language/phobos into curl-wrapper 2011-12-05 20:23:49 +01:00
David Nadlinger
3afa5e3855 Add -property to default build to prevent regressions. 2011-12-04 09:56:14 +01:00
Jesse Phillips
9196fdcf8c Merge remote-tracking branch 'upstream/master' into csv 2011-12-03 20:34:07 -08:00
Walter Bright
3e0415cf04 add fat library target for OSX 2011-12-02 21:43:53 -08:00
Walter Bright
e696518c40 add fat library target for OSX 2011-12-02 21:42:00 -08:00
Sascha Heylik
37b58696ad Fix for 7039 | fixed "typo" 2011-12-01 01:08:44 +01:00
Sascha Heylik
f57e01c401 Fix for 7039 | http://d.puremagic.com/issues/show_bug.cgi?id=7039 | Posix 2.057 Makefile error breaking 64bit build 2011-12-01 00:51:22 +01:00
Brad Roberts
cd5b53f357 enable std.conv tests on 64 bit platforms.. seems to pass on linux now 2011-11-28 22:00:02 -08:00
Dmitry Olshansky
f25319b3b0 replace std.regex with FReD 2011-11-01 01:15:51 +04:00
Jesse Phillips
887376c24c Merge branch 'master' into csvmerge 2011-10-27 18:57:54 -07:00
Jonas Drewsen
ee8ba7e859 Merge branch 'master' of git://github.com/D-Programming-Language/phobos into curl-wrapper 2011-10-19 21:52:45 +02:00
Walter Bright
1e1604fad5 more missing files 2011-10-08 01:19:51 -07:00
Walter Bright
e5066e6f85 add missing files to zip build 2011-10-08 01:17:18 -07:00