Andrei Alexandrescu
0477b4e458
Johannes Phau's review
2015-10-02 07:33:42 -04:00
Andrei Alexandrescu
ef65bc4a68
Added Timon Gehr's Tristate implementation
2015-10-02 07:33:42 -04:00
Andrei Alexandrescu
74407a6a7a
Added batchCount parameter to Freelist
2015-10-02 07:33:42 -04:00
Andrei Alexandrescu
422ed8a1fd
Added batchCount parameter to Freelist
2015-10-02 07:33:42 -04:00
Andrei Alexandrescu
22d7927c9a
CascadingAllocator: fixed a few resource exhaustion cases
2015-10-02 07:33:42 -04:00
Andrei Alexandrescu
8b249a6240
=std.allocator for pre-review
2015-10-02 07:33:42 -04:00
Andrei Alexandrescu
94a4c7db90
checkpoint
2015-10-02 07:33:42 -04:00
Andrei Alexandrescu
2dd9ef7afd
Added OwningPtr
2015-10-02 07:33:42 -04:00
Andrei Alexandrescu
f07ebf4559
Added OwningPtr
2015-10-02 07:33:42 -04:00
Walter Bright
caba1d1f12
Merge pull request #3035 from MartinNowak/sharedFBSD
...
use shared libraries on FreeBSD
2015-10-02 03:41:17 -07:00
Martin Nowak
262f4826bd
use shared libraries on FreeBSD
2015-10-02 09:53:01 +02:00
David Nadlinger
ce1be05dd9
Merge pull request #3681 from burner/std.experimental.logger_allow_nosafe_toString
...
std.experimental.logger: structs and classes with @system toString methodes did not
2015-10-01 22:49:55 +02:00
Robert burner Schadek
fdf19251ee
structs and classes with @system or @trusted toString methodes did not
...
used to work. This test checks that it does work now
comment fix
2015-10-01 19:49:20 +02:00
Robert burner Schadek
fda33d0b24
logger housekeeping
...
* removed some debug statements
* fixed TODO (because of druntime fix)
2015-10-01 14:41:46 +02:00
Robert burner Schadek
deb344ab2d
std.path unittest doc
...
* a lot of comment example could be moved to unittest examples
* removed unittest duplication due to move
fix
another test
win fix
win
quickfur format hints
2015-10-01 14:21:08 +02:00
Robert burner Schadek
7db1b9e65d
indexOf used to accept user defined structs
...
this was broken by recent rangefing of indexOf.
This PR recreates this feature.
2015-09-27 21:35:58 +02:00
Martin Nowak
d6fa6833fa
Merge pull request #3654 from CyberShadow/pull-20150917-013849
...
fix Issue 15076 - Get ID of current thread
2015-09-27 14:38:13 +02:00
Vladimir Panteleev
1699b5fc46
fix Issue 15076 - Get ID of current thread
2015-09-27 08:21:39 +00:00
David Nadlinger
d82b71daf0
Merge pull request #3675 from bitwise-github/master
...
fixed typo in std/range/package.d (newValues3 -> newValues4)
2015-09-26 19:51:56 +02:00
Nicolas Jinchereau
77e3f9c93c
fixed typo (newValues3 -> newValues4)
2015-09-26 13:49:43 -04:00
H. S. Teoh
0fc43b1b38
Merge pull request #3673 from kinke/convUnittestFix
...
Fix std.conv unittest compile error for platforms with 64-bit reals
2015-09-26 08:36:39 -07:00
Martin
8c367157d6
Fix std.conv unittest compile error for platforms with 64-bit reals
...
By importing std.exception for assertThrown().
2015-09-26 17:02:56 +02:00
David Nadlinger
dfe5c7d48e
Merge pull request #3672 from kinke/expFix
...
Fix compile error in std.math.exp(real) for non-x86 platforms
2015-09-26 15:17:09 +02:00
Martin
c1f00fe3a2
Fix compile error in std.math.exp(real) for non-x86 platforms
2015-09-26 14:35:51 +02:00
Hara Kenji
761debd545
Merge pull request #3670 from aG0aep6G/15115
...
[Ddoc] fix links on std.typetuple page (issue 15115)
2015-09-26 13:20:37 +09:00
David Nadlinger
7a37c663bd
Merge pull request #3671 from mrkline/mention-lambdas
...
Mention lambda predicates in std.algorithm
2015-09-25 21:18:33 +02:00
anonymous
667fd86dce
fix link to AliasSeq
2015-09-25 16:16:42 +02:00
anonymous
f58b41e868
fix issue 15115 - std.typetuple link to std.meta is 404
2015-09-25 16:13:42 +02:00
Matt Kline
dae8f5e993
Mention lambda predicates in std.algorithm
2015-09-24 17:12:28 -07:00
Robert Schadek
e968ff332e
Merge pull request #3669 from JackStouffer/sortedrange
...
Trivial Improvements To SortedRange
2015-09-23 21:49:26 +02:00
Jack Stouffer
3fb4a9eaea
fix issue 15003
2015-09-22 10:45:36 -04:00
Steven Schveighoffer
796771a27f
Merge pull request #3668 from aG0aep6G/15095
...
fix issue 15095
2015-09-21 16:11:36 -04:00
anonymous
0bff377c06
fix issue 15095
...
Add underscores to prevent auto formatting of parameter name "format".
2015-09-21 20:57:41 +02:00
Steven Schveighoffer
c5c6400f1b
Merge pull request #3667 from jmdavis/issue15085
...
Fix for issue# 15085: Microsoft changed their timezone names again.
2015-09-21 10:27:39 -04:00
Dmitry Olshansky
7267385d78
Merge pull request #3650 from chalucha/encoding
...
std.encoding - optimization of windows-1252
2015-09-21 14:19:04 +03:00
Jonathan M Davis
e3a239e79a
Fix for issue# 15085: Microsoft changed their timezone names again.
2015-09-21 01:48:35 -07:00
Dmitry Olshansky
73f2a80c03
Merge pull request #3637 from burner/std.uni_unittest_doc
...
std.uni unittest examples
2015-09-21 11:18:34 +03:00
Steven Schveighoffer
edc405cacd
Merge pull request #3649 from DmitryOlshansky/poita--issue14817
...
[REG master] Issue14817 std.algorithm.copy/std.file.copy conflict
2015-09-18 09:22:01 -04:00
Dmitry Olshansky
b6dd28da4c
Merge pull request #3619 from CyberShadow/pull-20150901-074214
...
std.mmfile - fix multiple issues
2015-09-18 13:01:35 +03:00
Jonathan M Davis
a327ed3361
Merge pull request #3666 from burner/std.datatime_doc_update_9_9
...
std.datetime_doc_update 9 of 9
2015-09-18 02:33:39 -07:00
Robert burner Schadek
b016472042
std.datetime_doc_update 9 of 9
...
whitespace
2015-09-18 10:14:42 +02:00
H. S. Teoh
588029d70d
Merge pull request #3665 from jmdavis/unddoc
...
Undo changes that move std.datetime unit tests inside of templates
2015-09-17 21:23:47 -07:00
Jonathan M Davis
965108ff6e
Revert "std.datetime_doc_update 0 of 9"
...
This reverts commit f4b4763d3f
.
This was well intentioned, but it moves the unit tests into a templated
struct, which makes it so that they get instantiated for every template
instantiation.
2015-09-17 20:14:47 -07:00
Jonathan M Davis
533d216b11
Revert "std.datetime_doc_update 1 of 9"
...
This reverts commit 81391ff59c
.
This was well intentioned, but it moves the unit tests into a templated
struct, which makes it so that they get instantiated for every template
instantiation.
2015-09-17 20:14:28 -07:00
Jonathan M Davis
d2dd31db9b
Revert "std.datetime_doc_update 2 of 9"
...
This reverts commit 69f46bbf81
.
This was well intentioned, but it moves the unit tests into a templated
struct, which makes it so that they get instantiated for every template
instantiation.
2015-09-17 20:13:19 -07:00
H. S. Teoh
29c10e6347
Merge pull request #3655 from burner/std.datatime_doc_update_0_9
...
std.datetime_doc_update 0 of 9
2015-09-17 16:07:15 -07:00
H. S. Teoh
39809c8a07
Merge pull request #3662 from burner/std.datatime_doc_update_1_9
...
std.datetime_doc_update 1 of 9
2015-09-17 15:42:36 -07:00
H. S. Teoh
abde8b0f00
Merge pull request #3661 from burner/std.datatime_doc_update_2_9
...
std.datetime_doc_update 2 of 9
2015-09-17 15:11:26 -07:00
Robert burner Schadek
69f46bbf81
std.datetime_doc_update 2 of 9
...
formatting
2015-09-17 23:29:56 +02:00
Robert burner Schadek
81391ff59c
std.datetime_doc_update 1 of 9
...
formatting
2015-09-17 23:27:48 +02:00