Commit graph

897 commits

Author SHA1 Message Date
Steven Schveighoffer
c0a34b41f7 Fix spacing around equals
See https://github.com/D-Programming-Language/phobos/pull/4022#commitcomment-16474681
2016-03-03 14:52:47 -05:00
Basile Burg
175b9129a0 fixed issue 15639 2016-03-01 22:19:29 +01:00
Basile Burg
211c10aff2 fixed issue 15721 2016-03-01 22:17:38 +01:00
Rainer Schuetze
d979bb8165 test std.experimental.allocator for Win64/Win32mscoff
fix assert in std.experimental.allocator.building_blocks.bitmapped_block for 32-bit build
2016-03-01 13:08:08 +01:00
Ilya Yaroshenko
9b8a297690 fix issue 15715 2016-02-27 10:08:11 +02:00
Ilya Yaroshenko
aef58835ef templates primitives for byElement* 2016-02-27 10:08:11 +02:00
Ilya Yaroshenko
df4a363e61 fix issue 15714 2016-02-27 10:08:11 +02:00
H. S. Teoh
5c53be7676 Merge pull request #3977 from joakim-noah/android
Android update
2016-02-23 13:51:42 -08:00
Ilya Yaroshenko
5e1146e4af refactor error messages 2016-02-23 00:00:45 +02:00
Ilya Yaroshenko
f6e274a0d3 Math Index Order 2016-02-23 00:00:45 +02:00
Steven Schveighoffer
1d1ddfbf5d Fix GCAllocator.expand to properly utilize GC.extend 2016-02-21 17:17:02 -05:00
H. S. Teoh
528573f0c4 Merge pull request #3931 from 9il/ndslice1
Issue 15532 & fix Issue 15540
2016-02-21 09:48:06 -08:00
Joakim
10c01a0614 On Android, update std.datetime to extract timezone data and some other fixes. 2016-02-10 14:25:42 +05:30
Dariusz Antoniuk
338dfff953 Take array by ref for expandArray with init 2016-02-08 17:33:37 +01:00
ZombineDev
1c555f0d1f Handle all return codes of posix_memalign, such as EINVAL. 2016-02-03 17:33:24 +02:00
ZombineDev
ce938fe432 Add attributes to most functions in allocator.mallocator and allocator.common.
Also made the style more consistent.
2016-02-03 17:33:24 +02:00
Steven Schveighoffer
245977e3e7 Add more unit tests for GCAllocator.goodAllocSize 2016-02-02 15:11:55 -05:00
Steven Schveighoffer
0c5e570360 Optimize use of bsr better. 2016-02-01 09:27:04 -05:00
Steven Schveighoffer
e9e52d9e05 Add goodAllocationSize to GCAllocator -- the GC has very well defined
behavior for this.
2016-01-31 14:50:53 -05:00
Jack Applegame
f790eeeb98 Fix imports. 2016-01-29 13:48:36 +03:00
Jack Applegame
b2e6ed320f Bucketizer unittest update 2016-01-29 13:31:46 +03:00
Ilya Yaroshenko
6ec96dd623 fix Issue 15532 and fix Issue 15540 2016-01-28 22:43:26 -08:00
Ilya Yaroshenko
b258aae620 fix unittests in ndslice.slice 2016-01-28 22:13:33 -08:00
Ilya Yaroshenko
85f72989cf fix unittests in ndslice.package 2016-01-28 22:13:33 -08:00
Ilya Yaroshenko
5cdf968c6d fix unittests in ndslice.selection 2016-01-28 22:13:33 -08:00
Ilya Yaroshenko
ceaa9e5b6f fix unittests in ndslice.iteration 2016-01-28 22:13:33 -08:00
JakobOvrum
eec7609314 Merge pull request #3956 from ZombineDev/patch-3
Fix makeArray for types with disabled this(this)
2016-01-29 08:27:06 +09:00
Dariusz Antoniuk
e9ef91d5d4 Fix a typo in stack allocator usage example
Objs should be deallocated by the same allocator used to allocate them.
2016-01-28 15:16:48 +01:00
Petar Kirov
6615f6990e Fix makeArray for types with disabled this(this) 2016-01-27 17:39:59 +02:00
Martin Nowak
581574e449 Merge pull request #3935 from MartinNowak/merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable
2016-01-25 01:43:05 +01:00
Jack Applegame
a527393821 fix Bucketizer.owns 2016-01-24 10:04:43 +03:00
Andrei Alexandrescu
600aad231c Merge pull request #3946 from 9il/cawp
remove Flag alias
2016-01-21 17:11:30 -05:00
Ilya Yaroshenko
bbc2a9d9a2 remove Flag alias 2016-01-21 12:06:34 -08:00
Martin Nowak
10d1dc4a5b Merge remote-tracking branch 'upstream/stable' into merge_stable 2016-01-17 20:36:06 +01:00
Ilya Yaroshenko
c25b7d5c71 improve error message in ndslice 2016-01-15 01:53:55 -08:00
Andrei Alexandrescu
ac96a3d3c0 Merge pull request #3684 from 9il/shared_free_list
[allocators] add approxMaxNodes for shared free list
2016-01-14 02:48:51 -05:00
Andrei Alexandrescu
a813ac6eed Merge pull request #3925 from 9il/patch-5
Replace sort with topN in ndslice example
2016-01-14 00:53:13 -05:00
Martin Nowak
f6b94c8e58 Merge pull request #3905 from 9il/slice
[2.070][ndslice] upgrade win*.mak & uncomment unittest with dummyranges
2016-01-13 23:51:33 +01:00
Andrei Alexandrescu
718208dfc5 Merge pull request #3846 from aG0aep6G/TypeInfo.initializer
TypeInfo.init -> TypeInfo.initializer
2016-01-12 11:40:47 -05:00
Ilya Yaroshenko
45b3051a9a Update package.d 2016-01-12 01:02:10 -08:00
Andrei Alexandrescu
3641f466f9 Merge pull request #3919 from 9il/patch-5
fix Issue 15543
2016-01-12 03:16:40 -05:00
Ilya Yaroshenko
fe09ee540c fix Issue 15549 2016-01-10 17:58:05 -08:00
Ilya Yaroshenko
fe6353028f [one line review] fix Issue 15543 2016-01-10 13:33:29 -08:00
Jesse Phillips
29ecc4afd4 Create a template for building signatures for a function 2016-01-09 13:44:34 -08:00
Jesse Phillips
75d9632422 Update docs for experimental.typecons 2016-01-09 11:24:24 -08:00
Jesse Phillips
26192e037a Wrap Struct: add message for functions that aren't implemented 2016-01-09 10:50:54 -08:00
Jesse Phillips
5e1a961d67 Implements wrap template for struct types 2016-01-09 10:50:54 -08:00
Jesse Phillips
3b81b85df2 Copy wrap to std.experimental 2016-01-09 10:50:54 -08:00
H. S. Teoh
bfd508723b Merge pull request #3908 from veelo/patch-2
Documentation fixes.
2016-01-07 18:10:32 -08:00
H. S. Teoh
25c78fea94 Merge pull request #3902 from burner/std.logger_consolidate_default_loglevel
std.logger_consolidate_default_loglevel
2016-01-07 14:44:03 -08:00