Commit graph

15296 commits

Author SHA1 Message Date
The Dlang Bot
13c5f13f9c
Merge pull request #5850 from edi33416/fix_bucketizer_alignedReallocate
Fix bucketizer alignedReallocate bug
merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
2017-11-07 00:46:27 +01:00
Eduard Staniloiu
c9dfed672a Fix bucketizer alignedReallocate bug 2017-11-06 22:03:27 +00:00
Eduard Staniloiu
ee9fc06656 Mark deallocateAll as @nogc 2017-11-06 21:57:59 +00:00
Andrei Alexandrescu
0dd5c5c090
Merge pull request #5849 from edi33416/fix_bucketizer_alignedAllocate
Fix bucketizer alignedAllocate bug
2017-11-06 16:28:00 -05:00
The Dlang Bot
0d0e5884d0
Merge pull request #5833 from edi33416/nogc_alloc_deallocate
Mark deallocate as nothrow @nogc
merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
2017-11-06 21:56:45 +01:00
Eduard Staniloiu
0656d23ef0 Fix bucketizer alignedAllocate bug 2017-11-06 20:30:22 +00:00
Andrei Alexandrescu
334d4b9c8c
$(LREF reduce) -> $(LREF _reduce) 2017-11-06 14:27:35 -05:00
The Dlang Bot
7444ea2062
Merge pull request #5844 from mathias-lang-sociomantic/mangling-std-zlib
Do not expose unmangled ZLIB_VERSION, Z_NULL and ZLIB_VERNUM needlessly
merged-on-behalf-of: Vladimir Panteleev <github@thecybershadow.net>
2017-11-06 16:44:19 +01:00
Mathias Lang
e66b4e1fcb Correct Z_NULL definition to be a pointer 2017-11-06 11:23:58 +01:00
Mathias Lang
1f92ebe717 Do not expose unmangled ZLIB_VERSION and ZLIB_VERNUM needlessly
Before this change, ZLIB_VERSION and ZLIB_VERNUM were unmangled TLS variables.
That exposure was unneeded, and could lead to some clash with other zlib binding which would prevent linking.
2017-11-06 11:23:17 +01:00
Eduard Staniloiu
da335ad328 Mark deallocate as nothrow @nogc 2017-11-06 10:09:29 +00:00
Jonathan M Davis
fc86ca916e Fix issue 17962: dirEntries is truncating Unicode file names. 2017-11-05 18:56:32 -07:00
The Dlang Bot
225ea95397
Merge pull request #5848 from edi33416/improve_bucketizer_realloc_unittests
Improve bucketizer reallocate unittest
merged-on-behalf-of: MetaLang <MetaLang@users.noreply.github.com>
2017-11-05 00:00:00 +01:00
Eduard Staniloiu
109bf46b4f Improve bucketizer reallocate unittest 2017-11-04 21:55:06 +00:00
The Dlang Bot
578b2ce42e
Merge pull request #5847 from edi33416/fix_bucketizer_realloc
Fix bucketizer reallocate bug
merged-on-behalf-of: MetaLang <MetaLang@users.noreply.github.com>
2017-11-04 22:46:38 +01:00
Eduard Staniloiu
bf7cbb4149 Fix bucketizer realloc bug 2017-11-04 21:15:39 +00:00
The Dlang Bot
25a6420e2b
Merge pull request #5843 from Darredevil/issue-6820-curl-missing-const
Fix Issue 6820 - etc.c.curl missing const
merged-on-behalf-of: Vladimir Panteleev <github@thecybershadow.net>
2017-11-04 17:41:40 +01:00
The Dlang Bot
8b45f05146
Merge pull request #5846 from wilzbach/bump-dmd-dub-version
Bump stable DMD and DUB version
merged-on-behalf-of: Vladimir Panteleev <github@thecybershadow.net>
2017-11-04 17:35:12 +01:00
Sebastian Wilzbach
54be30fa12 Bump stable DMD and DUB version
With DUB 1.6.0 (part of the DMD 2.077.0 release), DUB will retry
downloads from the DUB registry and alternatively use fallback mirrors.
../dmd/src/posix.mak uses 2.072.0 atm, hence the bump of the host
version.
2017-11-04 04:24:32 +01:00
Sebastian Wilzbach
fb51cb2885
Merge pull request #5845 from wilzbach/remove-trailing-ws-transposed
Remove trailing whitespace in transposed changelog entry
2017-11-04 04:12:13 +01:00
Sebastian Wilzbach
02e9db4c8b Remove trailing whitespace in transposed changelog entry
dlang.org/pr/1921 is failing due to the trailing whitespace in the
changelog entry.
2017-11-04 03:54:39 +01:00
Alexandru Caciulescu
a516b51d0e Fix Issue 6820 - etc.c.curl missing const 2017-11-03 17:12:00 +02:00
Sebastian Wilzbach
853097158a
Merge pull request #5840 from BBasile/dep-nov-2017
Remove toJSON overload planned for removal this month
2017-11-03 13:00:28 +01:00
Andrei Alexandrescu
8273c437c7
Merge pull request #5829 from edi33416/fix_quantizer
Fix Quantizer alignedAllocate typo
2017-11-03 07:42:02 -04:00
Andrei Alexandrescu
690c74d478
Merge pull request #5839 from rainers/win64_nogs
win64: build C files with /GS- to avoid "security" calls
2017-11-03 07:37:23 -04:00
Basile Burg
7ee287a69f
Remove toJSON overload planned for removal this month 2017-11-03 11:24:14 +01:00
Rainer Schuetze
1e129c1123 win64: build C files with /GS- to avoid "security" calls 2017-11-03 09:52:36 +01:00
Eduard Staniloiu
b7121e4f7d Fix Quantizer alignedAllocate 2017-11-02 23:10:02 +00:00
The Dlang Bot
89e07606e2
Merge pull request #5837 from edi33416/revert-5831-safe_alloc_owns_patch
Revert "Allocators owns should take const void[]"
merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
2017-11-02 19:51:55 +01:00
Eduard Staniloiu
badaa758e7
Revert "Allocators owns should take const void[]" 2017-11-02 20:23:35 +02:00
Sebastian Wilzbach
97f6f39e4e Change AliasSeq(0, ...) uses of foreach to static foreach 2017-11-02 17:11:37 +01:00
Alexandru Caciulescu
aee7a996dc
Merge branch 'master' into issue-17742-transposed-opIndex 2017-11-02 16:06:29 +02:00
Alexandru Caciulescu
6e11f9789a
Merge branch 'master' into issue-17742-transposed-opIndex 2017-11-02 16:05:35 +02:00
Alexandru Caciulescu
ac29b7bada Fix Issue 17742 - std.range.transposed does not have opIndex 2017-11-02 16:03:52 +02:00
Nemanja Boric
1c12d6d59e
Add std.concurrency.Generator overloads to accept Fiber's stack guard's size
As of 2.075 Fiber's stack protection pages are on by default, preventing
OS to merge mmaped ranges, so the total number of mmaped ranges is much
higher than before. In case there's no need for the stack overflow
protection and the high number of fibers, it may be wise to change this
setting, so the Generator's constructor overloads which support
this are added.

Fix issue 17914
2017-11-02 14:37:08 +01:00
The Dlang Bot
0d5f0c4886
Merge pull request #5834 from dlang/schveiguy-patch-1
Followup to #5832
merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
2017-11-01 22:14:24 +01:00
Steven Schveighoffer
06ebd0721c
fix typo 2017-11-01 16:22:38 -04:00
Steven Schveighoffer
085854614e
Moved warning to public documentation 2017-11-01 16:21:37 -04:00
The Dlang Bot
fec4b60ce6
Merge pull request #5832 from Darredevil/issue-17952-transposed-save
Fix Issue 17952 - std.range.transposed save is invalid
merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
2017-11-01 19:57:10 +01:00
The Dlang Bot
c37c2b967d
Merge pull request #5831 from edi33416/safe_alloc_owns_patch
Allocators owns should take const void[]
merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
2017-11-01 19:20:14 +01:00
Andrei Alexandrescu
fa3561159b
minor correx 2017-11-01 14:05:39 -04:00
Alexandru Caciulescu
3182684058
Update package.d 2017-11-01 18:05:22 +02:00
Steven Schveighoffer
f0135c1afa
Fix the deprecation message and docs a bit. 2017-11-01 11:55:34 -04:00
Steven Schveighoffer
0ae85e7544
Update std-range-package-Transposed-deprecate-save.dd 2017-11-01 11:51:20 -04:00
The Dlang Bot
abce33ca17
Merge pull request #5827 from jercaianu/process_fail
std/process.test fails if ran as root
merged-on-behalf-of: MetaLang <MetaLang@users.noreply.github.com>
2017-11-01 16:39:45 +01:00
Alexandru Caciulescu
cd55be3311 Fix Issue 17952 - std.range.transposed save is invalid 2017-11-01 17:30:09 +02:00
Eduard Staniloiu
6f8b418e6c Allocators owns should take const void[] 2017-11-01 10:01:36 +00:00
Jon Degenhardt
a184b26e8d Documentation improvements for std.algorithm.splitter. 2017-10-31 22:47:40 -07:00
Andrei Alexandrescu
5c7b3904c7
Merge pull request #5828 from edi33416/fix_stats_collector
Fix StatsCollector typo
2017-10-31 17:33:02 -04:00
The Dlang Bot
8329a72a56
Merge pull request #5830 from edi33416/fix_region_allocate
Fix region allocate and expand 0 sz
merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
2017-10-31 18:33:08 +01:00