Commit graph

888 commits

Author SHA1 Message Date
Sebastian Wilzbach
3d67cd228c style fix: space between operators 2016-04-26 22:26:20 +03:00
Ilya Yaroshenko
8629b119f7 add ptr method for slice 2016-04-26 17:59:48 +02:00
Ilya Yaroshenko
f8eaa9d160 make constructor public 2016-04-26 15:34:19 +02:00
Ilya Yaroshenko
a5502afa9d add unittests 2016-04-26 15:34:19 +02:00
Ilya Yaroshenko
ca0b6fda6a clean isPermutation 2016-04-26 15:34:19 +02:00
Ilya Yaroshenko
b14d190048 fix style 2016-04-26 15:34:11 +02:00
Andrei Alexandrescu
249f10a89e Allow affix access from qualified data 2016-04-23 15:11:35 -04:00
Dmitry Olshansky
098e4b3e3d Merge pull request #4223 from 9il/typo
Fix typo
2016-04-21 18:30:09 +04:00
Ilya Yaroshenko
81d23b3bdc Update package.d 2016-04-20 17:23:13 +02:00
Brian Schott
e62921e5e8 Merge pull request #4212 from 9il/docsd
fix docs for `diagonal`
2016-04-18 16:34:01 -07:00
Dmitry Olshansky
f14c9095d0 Merge pull request #4210 from 9il/rl
remove useless loop
2016-04-18 21:52:49 +04:00
Ilya Yaroshenko
90783dbee6 fix docs for diagonal 2016-04-18 18:51:19 +02:00
Ilya Yaroshenko
5fb8091245 fix 15549 2016-04-18 15:18:26 +02:00
Ilya Yaroshenko
f1cbf2fb35 remove useless loop 2016-04-18 14:25:59 +02:00
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