Ilya Yaroshenko
|
bfc9ac983e
|
[ndslice] improve coverage
|
2016-04-17 06:55:52 +02:00 |
|
Brian Schott
|
d8f017dc36
|
Merge pull request #4205 from 9il/uni
clean examples
|
2016-04-16 19:13:38 -07:00 |
|
Ilya Yaroshenko
|
2597483251
|
fix 15919
|
2016-04-16 21:16:51 +02:00 |
|
Ilya Yaroshenko
|
61191e28ed
|
[ndslice] clean examples
|
2016-04-16 18:52:56 +02:00 |
|
Ilya Yaroshenko
|
604b82b4d4
|
[ndslice] fix slice perfomance
|
2016-04-13 14:12:56 +02:00 |
|
Ilya Yaroshenko
|
d980ea53dc
|
[ndslice] varios fixes
|
2016-04-13 08:59:30 +02:00 |
|
Ilya Yaroshenko
|
cf3f2eae7b
|
[ndslice] fix docs in iteration
|
2016-04-13 08:59:30 +02:00 |
|
Ilya Yaroshenko
|
0e6a0283b4
|
[ndslice] fix unittests in iteration.d
|
2016-04-13 08:59:30 +02:00 |
|
Ilya Yaroshenko
|
0339efec49
|
[ndslice] fix unittests in slice
|
2016-04-13 08:59:30 +02:00 |
|
Ilya Yaroshenko
|
391568d22f
|
[ndslice] fix unittests in selection
|
2016-04-13 08:59:30 +02:00 |
|
Ilya Yaroshenko
|
56f385dbe7
|
[ndslice] add iotaSlice
|
2016-04-13 08:59:30 +02:00 |
|
Ilya Yaroshenko
|
8d8efb7f46
|
[ndslice] add allocation functions
|
2016-04-13 08:59:30 +02:00 |
|
Ilya Yaroshenko
|
d1ef8a0cc5
|
fix Issue 15872
|
2016-04-06 08:35:11 +02:00 |
|
Ilya Yaroshenko
|
7c03e33eef
|
Fix docs in ndslice.iteration
|
2016-04-04 20:56:36 +02:00 |
|
H. S. Teoh
|
7be36e36e3
|
Merge pull request #2945 from JesseKPhillips/wrapStruct
Wrap struct
|
2016-03-31 21:39:05 -07:00 |
|
Dmitry Olshansky
|
57bcf5f9e9
|
Merge pull request #4123 from 9il/master
Remove unused import from filelogger.d
|
2016-03-26 21:30:54 +04:00 |
|
Ilya Yaroshenko
|
54ecbd985a
|
Update filelogger.d
|
2016-03-26 18:12:47 +02:00 |
|
H. S. Teoh
|
3fb9f54631
|
Merge pull request #3940 from 9il/mio
[ndslice] Math Index Order
|
2016-03-24 17:51:26 -07:00 |
|
Jakob Øvrum
|
b218e2c862
|
Improve documentation for std.experimental.typecons.wrap
|
2016-03-23 11:21:18 +09:00 |
|
Dmitry Olshansky
|
e46fb63158
|
Merge pull request #4034 from rainers/fix_allocator
enable and fix tests of std.experimental.allocator for Win64/Win32mscoff
|
2016-03-16 23:50:18 +03:00 |
|
Basile Burg
|
8533b6b532
|
fix redundant static checking, keep the deeper one from 15772
|
2016-03-14 15:58:33 +01:00 |
|
Kai Nacke
|
1e96d5d4bd
|
Allocator: Add stack direction for a lot of non-Intel architectures.
This should cover most architectures which D supports.
|
2016-03-12 20:04:40 +01:00 |
|
Dmitry Olshansky
|
21bc321782
|
Merge pull request #4017 from 9il/mir2
[ndslice] fix issues 15714 and 15715
|
2016-03-12 00:45:02 +03:00 |
|
Dmitry Olshansky
|
1dc6ff97d6
|
Merge pull request #4014 from schveiguy/allocator_expand
Fix GCAllocator.expand to properly utilize GC.extend
|
2016-03-11 23:34:17 +03:00 |
|
Steven Schveighoffer
|
498d9b0b5e
|
use correct math
|
2016-03-11 11:33:12 -05:00 |
|
David Nadlinger
|
42625ce05c
|
Merge pull request #3949 from japplegame/patch-1
fix Bucketizer.owns
|
2016-03-05 23:02:35 +00:00 |
|
Steven Schveighoffer
|
3edc09dfa4
|
Merge pull request #4023 from BBasile/ussue-15639
fixed issue 15639 - allocator.make enables abstract class instantiation
|
2016-03-04 18:03:41 -05:00 |
|
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 |
|