Vladimir Panteleev
b51035f6f4
win32.mak: Use -version=StdDdoc when building documentation
2011-09-07 17:53:34 +03:00
k-hara
855d0cdb0a
Add -w switch for building unittest in Windows
2011-09-06 00:24:06 +09:00
jmdavis
a0b6eb034b
Revert "add std.net.browser"
...
This reverts commit ac289bbb92
.
2011-07-21 20:08:07 -07:00
Walter Bright
ac289bbb92
add std.net.browser
2011-07-19 15:37:40 -07:00
Walter Bright
db88b8b641
yes, it needs to be cp, not copy
2011-07-05 23:25:06 -07:00
jmdavis
dd3a0c20a2
Created std.ascii to replace std.ctype.
...
All of the new, properly camelcased functions in std.ctype have been
moved to std.ascii, and std.ctype has been scheduled for deprecation.
2011-06-14 04:06:54 -07:00
k-hara
b122694b17
[Workaround] Split unittest sources for Out of Memory Error.
2011-06-05 14:06:54 +09:00
Jesse Phillips
d3e9f75989
Update makefiles
2011-05-29 11:36:43 -07:00
blackwhale
a4cf6d203b
strideBack. make all strides work with mutable strings. style.
2011-05-27 17:21:18 +04:00
Andrei Alexandrescu
d061f13d34
https://github.com/D-Programming-Language/phobos/pull/23
2011-05-01 12:11:46 -05:00
Walter Bright
9f98a3e070
fix oversight
2011-04-29 23:35:02 -07:00
dsimcha
3cf67160b8
Add std.parallelism.
2011-04-26 20:06:25 -04:00
Andrei Alexandrescu
233a00999e
Merge branch 'master' of github.com:D-Programming-Language/phobos into current-pull-request
...
Conflicts:
win32.mak
2011-04-17 09:43:20 -05:00
Andrei Alexandrescu
047bf768ec
Merge branch 'master' of github.com:andralex/phobos into current-pull-request
2011-04-17 09:28:17 -05:00
Don Clugston
590b6a113c
Fix broken Windows unittest build
...
The build has (once again) been broken by increases in object file size.
DMD simply runs out memory while writing the obj file. Unlike bug 4904, when
the symptom was an optlink crash, this time the crash is inside DMD.
The same solution works: split the list of sources up. Previously, the
first list of sources generated >130K fixups; now the first is 99K fixups,
the second 50K, and the third 65K. This should keep us safe for a while.
Note that within a list of sources, the order matters; it's easy to hit
bug 2962 if the order is wrong.
2011-04-12 03:06:39 +08:00
Andrei Alexandrescu
d0e0e4f8af
Merge branch 'isemail' of https://github.com/jacob-carlborg/phobos into current-pull-request
2011-04-09 17:47:47 -05:00
Jens K. Mueller
5315dcd995
Change occurrence of phobos.d to index.d
...
phobos.d was renamed to index.d in a previous commit but is still
referenced in posix.mak and win32.mak for generating the documentation.
This commit renamed phobos.d to index.d in the mentioned Makefiles.
2011-04-05 22:11:16 +02:00
Walter Bright
fef16a72bf
add etc/c/curl to win32.mak
2011-04-01 21:36:04 -07:00
Jacob Carlborg
28b8c6c19c
Added std.net.isemail to the win32 makefile.
2011-03-17 21:53:16 +01:00
Walter Bright
3ae25f4ab9
remove -release for unittests; revert detab
2011-02-26 15:32:22 -06:00
Walter Bright
237e8cdfc2
add new html targets
2011-02-26 15:32:22 -06:00
Walter Bright
c4b7e931c2
add freebsd support
2011-01-30 13:40:23 -08:00
Brad Roberts
29628ab6c9
untested removal of boxer from win32.mak, ought to fix the last of the fallout from andrei's deprecation spree
2011-01-03 04:31:01 +00:00
Don Clugston
876bf9789d
Added std.mathspecial. Only 14 functions are included at this stage.
2010-11-18 19:55:57 +00:00
Shin Fujishiro
1042bf80de
Workaround for the win32 test failures.
...
Patch by Rainer, trivial modifications by me.
http://lists.puremagic.com/pipermail/phobos/2010-September/002741.html
2010-09-29 00:12:24 +00:00
SHOO
ab8594bee9
The removal of the garbage.
...
\0 was added to the file end by a bug of my text editor.
2010-09-18 12:35:07 +00:00
SHOO
3f7580f002
Added std.datetime
...
1. deprecate std.perf (I added pragma(msg, "...").)
2. Define std.datetime, paste std.stopwatch in it.
I look at the state about the time handling.
2010-09-18 06:20:26 +00:00
Walter Bright
309babfe78
upgrade zlib to version 1.2.5
2010-09-18 04:50:31 +00:00
Walter Bright
6c9ac212de
more zip file building errors
2010-09-14 07:18:59 +00:00
Walter Bright
3f026394b4
building zip file was truncated
2010-09-14 03:25:06 +00:00
Shin Fujishiro
4aaffa641a
Temporarily remove std.stopwatch from release zip and docs.
2010-09-13 05:07:48 +00:00
Walter Bright
672c41f441
add generation of druntime html
2010-09-04 04:57:31 +00:00
Walter Bright
212bdeae2e
added missing file
2010-09-04 02:30:44 +00:00
SHOO
08af0f5500
Added stopwatch module
...
Added StopWatch, Ticks, systime, apptime, comparingBenchmark, measureTime.
2010-08-22 15:11:33 +00:00
Walter Bright
6923b1680e
reflect change in makefile names
2010-07-29 05:33:25 +00:00
Walter Bright
9076becc11
add std.exception to windows makefile
2010-07-05 19:00:22 +00:00
Walter Bright
4bf2e3b194
get it to compile
2010-06-10 01:32:11 +00:00
Andrei Alexandrescu
45e722ef4a
Added std.container
2010-06-08 15:07:27 +00:00
Andrei Alexandrescu
c17bb8d119
Removed std.iterator
2010-06-08 15:05:21 +00:00
Sean Kelly
2c63ffa82b
Removed std.atomics. It was never documented, so hopefully it can just silently vanish.
2010-06-07 20:35:30 +00:00
Walter Bright
6074540ab0
fix makefile for complex
2010-05-11 15:06:13 +00:00
Walter Bright
120e918afc
add phobos.json output
2010-04-27 22:10:48 +00:00
Walter Bright
7b85b8dfab
update make files
2010-04-07 17:58:56 +00:00
Don Clugston
0a8a8a39c5
High-performance BigInt, initial release. Posix makefile has not yet been updated.
2010-03-24 21:13:24 +00:00
Don Clugston
abef0028a7
Fix path to std.ddoc for Windows builds.
2010-03-24 05:45:32 +00:00
Sean Kelly
c716f738aa
Added std.concurrency. The cuurrent implementation is still pretty spare, but the basics work. See the unittest for an example.
...
"make unittest" doesn't work with this module because the compiler breaks on what it thinks is unreachable code. I suppose "treat warnings as errors" will have to be turned off for this module unless someone can find a way to convince the compiler that this code is correct.
More additions forthcoming. I just wanted to get this in now so it didn't have to continue being passed around via email.
2010-03-09 06:32:39 +00:00
Walter Bright
1afffb7a96
update use of allMembers
2010-02-10 09:33:46 +00:00
Walter Bright
6a214523ae
so library builds
2009-12-23 21:16:58 +00:00
Walter Bright
5caa3b1ddf
anything I forgot
2009-12-06 02:34:20 +00:00
Jeremie Pelletier
4c0b18cd02
Added json.d module.
2009-11-18 03:42:36 +00:00