Commit graph

152 commits

Author SHA1 Message Date
monarch dodra
60187c9d83 Merge pull request #1536 from lionello/bug10893
Fix issue 10893: added missing or renamed DDoc parameters
2013-09-08 08:37:19 -07:00
Lionello Lunesu
b4074054ba Fix issue 10893: added missing or renamed DDoc parameters (found by fix to 10236) 2013-08-31 15:36:29 +08:00
Martin Nowak
d08e6ae518 link with libphobos2.so with libdl on linux
- remove unused LINKOPTS
2013-08-27 21:02:43 +02:00
Martin Nowak
442cbde7fb compile object files first to avoid out-of-memory error 2013-08-13 14:46:58 +02:00
Martin Nowak
be09651750 shared library tests for linux 2013-08-13 14:46:53 +02:00
Jonathan M Davis
c109594456 Merge pull request #1347 from blackwhale/new-std-uni
New std.uni module
2013-08-08 00:28:29 -07:00
Dmitry Olshansky
9a053d97c2 new std.uni module 2013-07-20 23:00:34 +04:00
k-hara
adc153395d Remove -property switch 2013-07-16 00:31:28 +09:00
Geod24
226f5c1e2a Tabulation in line 48 causes make to fail.
Some version of make (ie: cygwin) will evaluate it to ^\t$, hence issuing an error.
Tabs replaced by 4 spaces.
2013-06-26 09:48:24 +08:00
Jordi Sayol
a9d8ebe4b1 Fix shared library SONAME 2013-06-17 10:16:45 +02:00
Brad Roberts
4221421ec4 remove html generation for now, fix copy to not result in an extra layer of each subdir 2013-05-29 22:35:51 -07:00
Brad Roberts
133cb13b4f first pass of install targets 2013-05-29 22:18:08 -07:00
Alex Rønne Petersen
71c1545a56 Merge pull request #1258 from dawgfoto/defaultMODEL
use default MODEL unless explicitly specified
2013-05-29 07:07:00 -07:00
Andrej Mitrovic
622d414a00 Merge pull request #1316 from andralex/dlang.org
[MINOR] Change default doc dir to dlang.org
2013-05-28 16:38:00 -07:00
Andrei Alexandrescu
0a5c26659e [MINOR] Change default doc dir to dlang.org 2013-05-28 18:42:10 -04:00
H. S. Teoh
37bb1711f3 Add -f to ln, otherwise it may fail on some systems when rebuilding Phobos (target file already exists). 2013-05-28 10:01:59 -07:00
Walter Bright
871d238f6a add version to .so build 2013-05-13 23:17:12 -07:00
Alex Rønne Petersen
c277c0751c Merge pull request #1264 from jmdavis/ctype
Remove deprecated std.ctype, std.cpuid, and std.perf.
2013-04-21 04:34:15 -07:00
Martin Nowak
0b9e02f72d add missing dependency 2013-04-21 13:31:06 +02:00
jmdavis
30277459e4 Remove deprecated std.ctype, std.cpuid, and std.perf.
These were supposed to have been removed before now.
2013-04-17 23:27:12 -07:00
Martin Nowak
9b1e2e2743 use default MODEL unless explicitly specified 2013-04-15 04:17:16 +02:00
Walter Bright
96e36c665e build phobos as .so 2013-04-04 01:05:56 -07:00
jmdavis
978ac725b5 Revert "Merge pull request #1170 from jmdavis/perf"
This reverts commit 684c43dfc5, reversing
changes made to 707a60101b.
2013-02-26 01:18:14 -08:00
jmdavis
1360fbed42 Remove the long-deprecated and undocumented std.perf. 2013-02-24 19:43:36 -08:00
jmdavis
cf6ba6ebda Finally remove std.regexp.
It's been deprecated for some time now, and we no longer have anything
in Phobos which depends on it. So, it's long past time for it to be
fully removed.
2013-02-23 18:07:54 -08:00
Martin Nowak
2063142b48 allow to pass QUIET= to make for verbose output 2013-01-29 18:31:10 +01:00
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