Commit graph

385 commits

Author SHA1 Message Date
Jesse Phillips
4e313454b8 Merge branch 'master' into csv 2011-12-18 10:06:46 -08:00
Brad Roberts
18f83c42a3 Merge pull request #368 from CyberShadow/win32-etc-docs
win32.mak: Generate documentation for etc.c package
2011-12-17 19:46:08 -08:00
Vladimir Panteleev
d68a712c5f win32.mak: Generate documentation for etc.c package 2011-12-13 09:16:02 +02:00
dsimcha
55a78b7925 Fix doc building on Windows. 2011-12-11 13:06:33 -05: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
e6af7e4bca add missing files 2011-12-02 22:05:04 -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
Walter Bright
91779f3941 add trailing \ 2011-10-22 21:51:34 -07:00
Jonathan M Davis
11dbf95b87 Merge pull request #276 from 9rnsr/regwide
Improve std.windows.registry and fix datetime unit test
2011-10-06 23:40:07 -07:00
k-hara
ddc08681f3 Fix win32.mak for adding std.internal.processinit.d 2011-10-05 04:07:19 +09:00
k-hara
c9c8e594db Move static ctor/dtor into internal module to avoid cycle dependency. 2011-10-03 03:55:51 +09:00
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
Jesse Phillips
f306e0140d Adding std.csv to Phobos 2011-08-13 10:05:04 -07: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